Home
last modified time | relevance | path

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

/minix3/external/bsd/elftoolchain/dist/libelf/
H A Delf_update.c183 if (e->e_flags & ELF_F_LAYOUT) in _libelf_compute_section_extents()
247 if ((e->e_flags & ELF_F_LAYOUT) && in _libelf_compute_section_extents()
256 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_compute_section_extents()
281 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_compute_section_extents()
609 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_resync_elf()
665 if (e->e_flags & ELF_F_LAYOUT) { in _libelf_resync_elf()
693 if ((e->e_flags & ELF_F_LAYOUT) == 0) { in _libelf_resync_elf()
H A Delf_strptr.c71 if (e->e_flags & ELF_F_LAYOUT) { in elf_strptr()
H A Delf_flag.c125 ELF_F_DIRTY | ELF_F_LAYOUT)) != 0) { in elf_flagelf()
H A Dlibelf.h188 #define ELF_F_LAYOUT 0x001U /* application will layout the file */ macro