Searched refs:file_end (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
H A D | ProcessLauncherPosixFork.cpp | 176 for (llvm::sys::fs::directory_iterator iter(proc_fd_path, ec), file_end; in ChildFunc() local 177 iter != file_end && !ec; iter.increment(ec)) { in ChildFunc()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/ |
H A D | ProcessElfCore.cpp | 384 const lldb::addr_t file_end = address_range->data.GetRangeEnd(); in DoReadMemory() local 392 if (file_start == file_end) in DoReadMemory() 397 if (file_end > file_start + offset) in DoReadMemory() 398 bytes_left = file_end - (file_start + offset); in DoReadMemory()
|
/openbsd-src/lib/libcrypto/perlasm/ |
H A D | x86asm.pl | 210 { &file_end();
|
H A D | x86gas.pl | 151 sub ::file_end
|
/openbsd-src/usr.bin/vi/include/ |
H A D | com_extern.h | 12 int file_end(SCR *, EXF *, int);
|
/openbsd-src/usr.bin/vi/common/ |
H A D | exf.c | 317 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) { in file_init() 318 (void)file_end(sp, ep, 1); in file_init() 622 file_end(SCR *sp, EXF *ep, int force) in file_end() function
|
H A D | main.c | 456 (void)file_end(gp->ccl_sp, NULL, 1); in v_end()
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | target.h | 199 void (*file_end) (void); member
|
H A D | toplev.c | 1096 targetm.asm_out.file_end (); in compile_file()
|
/openbsd-src/usr.bin/vi/vi/ |
H A D | vi.c | 250 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in vi()
|
/openbsd-src/usr.bin/vi/ex/ |
H A D | ex_tag.c | 331 (void)file_end(new, new->ep, 1); in ex_tag_Nswitch()
|
H A D | ex.c | 159 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in ex()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | som.c | 5872 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + lst.file_end; in som_bfd_ar_write_symbol_stuff() 6159 lst.file_end = lst_size; in som_write_armap()
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | som.c | 5952 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + lst.file_end; 6242 lst.file_end = lst_size;
|