Lines Matching refs:e_flags
175 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()
650 (e->e_flags & LIBELF_F_SHDRS_LOADED) == 0 && 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()
1097 if ((e->e_flags & LIBELF_F_SPECIAL_FILE) == 0) { in _libelf_write_elf()
1104 if (e->e_flags & LIBELF_F_RAWFILE_MMAP) { in _libelf_write_elf()
1129 assert((e->e_flags & LIBELF_F_RAWFILE_MALLOC) || in _libelf_write_elf()
1130 (e->e_flags & LIBELF_F_RAWFILE_MMAP)); in _libelf_write_elf()
1131 if (e->e_flags & LIBELF_F_RAWFILE_MALLOC) { in _libelf_write_elf()
1132 assert((e->e_flags & LIBELF_F_RAWFILE_MMAP) == 0); in _libelf_write_elf()
1138 else if (e->e_flags & LIBELF_F_RAWFILE_MMAP) { in _libelf_write_elf()
1139 assert((e->e_flags & LIBELF_F_RAWFILE_MALLOC) == 0); in _libelf_write_elf()
1162 e->e_flags &= ~ELF_F_DIRTY; in _libelf_write_elf()
1245 e->e_flags &= ~LIBELF_F_SHDRS_LOADED; in elf_update()