Home
last modified time | relevance | path

Searched refs:ELF_F_LAYOUT (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/elftoolchain/libelf/
H A Delf_update.c175 if (e->e_flags & ELF_F_LAYOUT) in _libelf_compute_section_extents()
239 if ((e->e_flags & ELF_F_LAYOUT) && in _libelf_compute_section_extents()
248 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_compute_section_extents()
273 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_compute_section_extents()
611 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_resync_elf()
667 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_resync_elf()
695 if ((e->e_flags & ELF_F_LAYOUT) == 0) { in _libelf_resync_elf()
H A Delf_strptr.c64 if (e->e_flags & ELF_F_LAYOUT) { in elf_strptr()
H A Delf_flag.c120 ELF_F_DIRTY | ELF_F_LAYOUT)) != 0) { in elf_flagelf()
H A Dlibelf.h172 #define ELF_F_LAYOUT 0x001U /* application will layout the file */ macro
/freebsd-12.1/contrib/elftoolchain/brandelf/
H A Dbrandelf.c206 if (elf_flagelf(elf, ELF_C_SET, ELF_F_LAYOUT) == 0) { in main()
/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Dmain.c666 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in create_file()
700 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in create_file()
H A Darchive.c75 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in process_ar_obj()
/freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c490 (void) elf_flagelf(dst, ELF_C_SET, ELF_F_LAYOUT); in write_file()