Home
last modified time | relevance | path

Searched refs:file_end (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp176 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 DProcessElfCore.cpp384 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 Dx86asm.pl210 { &file_end();
H A Dx86gas.pl151 sub ::file_end
/openbsd-src/usr.bin/vi/include/
H A Dcom_extern.h12 int file_end(SCR *, EXF *, int);
/openbsd-src/usr.bin/vi/common/
H A Dexf.c317 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 Dmain.c456 (void)file_end(gp->ccl_sp, NULL, 1); in v_end()
/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h199 void (*file_end) (void); member
H A Dtoplev.c1096 targetm.asm_out.file_end (); in compile_file()
/openbsd-src/usr.bin/vi/vi/
H A Dvi.c250 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in vi()
/openbsd-src/usr.bin/vi/ex/
H A Dex_tag.c331 (void)file_end(new, new->ep, 1); in ex_tag_Nswitch()
H A Dex.c159 if (file_end(sp, NULL, F_ISSET(sp, SC_EXIT_FORCE))) in ex()
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c5872 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 Dsom.c5952 curr_som_offset = 8 + 2 * sizeof (struct ar_hdr) + lst.file_end;
6242 lst.file_end = lst_size;