Searched refs:ELF_F_LAYOUT (Results 1 – 4 of 4) sorted by relevance
183 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()
71 if (e->e_flags & ELF_F_LAYOUT) { in elf_strptr()
125 ELF_F_DIRTY | ELF_F_LAYOUT)) != 0) { in elf_flagelf()
188 #define ELF_F_LAYOUT 0x001U /* application will layout the file */ macro