Home
last modified time | relevance | path

Searched refs:ELF_F_LAYOUT (Results 1 – 15 of 15) 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.c151 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
297 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
330 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
413 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
Dlibelf.h168 ELF_F_LAYOUT = 0x4, enumerator
169 #define ELF_F_LAYOUT ELF_F_LAYOUT macro
DChangeLog1088 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()
Delfcopy.c229 elf_flagelf (elfb, ELF_C_SET, ELF_F_LAYOUT); in copy_elf()
Dfillfile.c285 elf_flagelf (elf, ELF_C_SET, ELF_F_LAYOUT); in check_elf()
Delfstrmerge.c645 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
DNEWS1078 libelf: Use correct file size for NOBITS section with ELF_F_LAYOUT set
/external/elfutils/src/
Delfcompress.c1265 elf_flagelf (elfnew, ELF_C_SET, ((layout ? ELF_F_LAYOUT : 0) in process_file()
Dunstrip.c1987 elf_flagelf (unstripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections()
2151 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in handle_file()
Dstrip.c2552 (phnum > 0 ? ELF_F_LAYOUT : 0) in handle_elf()