Searched refs:ELF_F_LAYOUT (Results 1 – 8 of 8) sorted by relevance
47 |= (flags & (ELF_F_DIRTY | ELF_F_LAYOUT | ELF_F_PERMISSIVE)));50 &= ~(flags & (ELF_F_DIRTY | ELF_F_LAYOUT | ELF_F_PERMISSIVE)));
127 if (elf->flags & ELF_F_LAYOUT) in __elfw2()252 if (elf->flags & ELF_F_LAYOUT) in __elfw2()282 if (elf->flags & ELF_F_LAYOUT) in __elfw2()339 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
98 ELF_F_LAYOUT = 0x4, enumerator99 #define ELF_F_LAYOUT ELF_F_LAYOUT macro
222 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>227 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>303 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>308 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>324 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>350 <entry>if <symbol>ELF_F_LAYOUT</symbol> is used</entry>
80 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in main()
15 ELF_F_LAYOUT flag is set. This is OK if the data is prepared by a
195 libelf: Use correct file size for NOBITS section with ELF_F_LAYOUT set
1638 (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0) in handle_elf()