Searched refs:file_end (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/bf/asm/
H A Dbf-686.pl25 &file_end();
/freebsd-10.3-release/sys/kern/
H A Dimgact_gzip.c61 u_long virtual_offset, file_offset, file_end, bss_size; member in struct:imgact_gzip
224 gz->file_end = gz->file_offset + gz->a_out.a_text + gz->a_out.a_data;
372 if (gz->output >= gz->file_offset && gz->output < gz->file_end) {
373 i = min(siz, gz->file_end - gz->output);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp292 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); local
300 if (file_end > file_start + offset)
301 bytes_left = file_end - (file_start + offset);
/freebsd-10.3-release/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl117 sub ::file_end
H A Dx86nasm.pl116 sub ::file_end
H A Dx86asm.pl211 { &file_end();
H A Dx86gas.pl151 sub ::file_end
/freebsd-10.3-release/contrib/nvi/common/
H A Dextern.h18 int file_end __P((SCR *, EXF *, int));
H A Dexf.c302 * flag so that the file_end routine ignores the backing information
306 * Side-effect: after the call to file_end(), sp->frp may be NULL.
310 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) {
311 (void)file_end(sp, ep, 1);
625 * file_end --
628 * PUBLIC: int file_end __P((SCR *, EXF *, int));
631 file_end( function
H A Dmain.c450 (void)file_end(gp->ccl_sp, NULL, 1);
H A Drecover.c313 if (LF_ISSET(RCV_ENDSESSION) && file_end(sp, NULL, 1))
/freebsd-10.3-release/contrib/gcc/
H A Dtarget.h199 void (*file_end) (void); member in struct:gcc_target::asm_out
H A Dtoplev.c1134 targetm.asm_out.file_end ();
/freebsd-10.3-release/contrib/nvi/ex/
H A Dex_tag.c269 (void)file_end(new, new->ep, 1);
H A Dex.c158 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE)))
/freebsd-10.3-release/contrib/nvi/vi/
H A Dvi.c248 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE)))

Completed in 108 milliseconds