Searched refs:ELF_F_LAYOUT (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/libelf/ |
D | elf_flagelf.c | 56 |= (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()
|
D | elf32_updatenull.c | 155 if (elf->flags & ELF_F_LAYOUT) in __elfw2() 313 if (elf->flags & ELF_F_LAYOUT) in __elfw2() 346 if (elf->flags & ELF_F_LAYOUT) in __elfw2() 432 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
|
D | libelf.h | 168 ELF_F_LAYOUT = 0x4, enumerator 169 #define ELF_F_LAYOUT ELF_F_LAYOUT macro
|
D | ChangeLog | 1249 ELF_F_LAYOUT behaviour re section header table.
|
/external/elfutils/doc/ |
D | elfutils.sgml | 254 <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/ |
D | elfrdwrnop.c | 79 elf_flagelf (elf, ELF_C_SET, ELF_F_LAYOUT); in main()
|
D | ecp.c | 88 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in main()
|
D | elfshphehdr.c | 66 ELF_F_LAYOUT) != 0); in test()
|
D | elfcopy.c | 305 elf_flagelf (elfb, ELF_C_SET, ELF_F_LAYOUT); in copy_elf()
|
D | fillfile.c | 286 elf_flagelf (elf, ELF_C_SET, ELF_F_LAYOUT); in check_elf()
|
D | elfstrmerge.c | 645 elf_flagelf (elfnew, ELF_C_SET, ELF_F_LAYOUT); in main()
|
/external/elfutils/ |
D | TODO | 15 ELF_F_LAYOUT flag is set. This is OK if the data is prepared by a
|
D | NEWS | 1213 libelf: Use correct file size for NOBITS section with ELF_F_LAYOUT set
|
/external/elfutils/src/ |
D | unstrip.c | 1412 elf_flagelf (stripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections() 2038 elf_flagelf (unstripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections() 2203 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in handle_file()
|
D | elfcompress.c | 1265 elf_flagelf (elfnew, ELF_C_SET, ((layout ? ELF_F_LAYOUT : 0) in process_file()
|
D | strip.c | 2568 (phnum > 0 ? ELF_F_LAYOUT : 0) in handle_elf()
|