Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_flagelf.c56 |= (flags & (ELF_F_DIRTY | ELF_F_LAYOUT | ELF_F_PERMISSIVE))); in elf_flagelf()
59 &= ~(flags & (ELF_F_DIRTY | ELF_F_LAYOUT | ELF_F_PERMISSIVE))); in elf_flagelf()
Delf32_updatenull.c162 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
302 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
335 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
418 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
Dlibelf.h142 ELF_F_LAYOUT = 0x4, enumerator
143 #define ELF_F_LAYOUT ELF_F_LAYOUT macro
DChangeLog729 ELF_F_LAYOUT behaviour re section header table.
/external/elfutils/doc/
Delfutils.sgml254 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>
259 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>
335 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>
340 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>
356 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>
382 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>
/external/elfutils/tests/
Decp.c88 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in main()
Delfshphehdr.c66 ELF_F_LAYOUT) != 0); in test()
Delfstrmerge.c643 elf_flagelf (elfnew, ELF_C_SET, ELF_F_LAYOUT); in main()
/external/elfutils/
DTODO15 ELF_F_LAYOUT flag is set. This is OK if the data is prepared by a
DNEWS922 libelf: Use correct file size for NOBITS section with ELF_F_LAYOUT set
/external/elfutils/src/
Delfcompress.c1225 elf_flagelf (elfnew, ELF_C_SET, ((layout ? ELF_F_LAYOUT : 0) in process_file()
Dunstrip.c1874 elf_flagelf (unstripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections()
2038 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in handle_file()
Dstrip.c2089 (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0) in handle_elf()