Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Delf_update.c175 if (e->e_flags & ELF_F_LAYOUT) in _libelf_compute_section_extents()
245 if ((e->e_flags & ELF_F_LAYOUT) && in _libelf_compute_section_extents()
254 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_compute_section_extents()
279 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_compute_section_extents()
617 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_resync_elf()
673 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_resync_elf()
701 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.h175 #define ELF_F_LAYOUT 0x001U /* application will layout the file */ macro
/freebsd/contrib/elftoolchain/brandelf/
H A Dbrandelf.c206 if (elf_flagelf(elf, ELF_C_SET, ELF_F_LAYOUT) == 0) { in main()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c709 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in create_file()
759 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in create_file()
H A Darchive.c77 elf_flagelf(ecp->eout, ELF_C_SET, ELF_F_LAYOUT); in process_ar_obj()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c489 (void) elf_flagelf(dst, ELF_C_SET, ELF_F_LAYOUT); in write_file()