Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf_flagelf.c80 |= (flags & (ELF_F_DIRTY | ELF_F_LAYOUT | ELF_F_PERMISSIVE)));
83 &= ~(flags & (ELF_F_DIRTY | ELF_F_LAYOUT | ELF_F_PERMISSIVE)));
Delf32_updatenull.c167 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()
402 if (elf->flags & ELF_F_LAYOUT) in __elfw2()
Dlibelf.h139 ELF_F_LAYOUT = 0x4, enumerator
140 #define ELF_F_LAYOUT ELF_F_LAYOUT macro
/external/elfutils/tests/
Decp.c92 elf_flagelf (outelf, 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
DNEWS552 libelf: Use correct file size for NOBITS section with ELF_F_LAYOUT set
/external/elfutils/src/
Dunstrip.c1761 elf_flagelf (unstripped, ELF_C_SET, ELF_F_LAYOUT); in copy_elided_sections()
1909 elf_flagelf (outelf, ELF_C_SET, ELF_F_LAYOUT); in handle_file()
Dstrip.c1682 (ehdr->e_type != ET_REL ? ELF_F_LAYOUT : 0) in handle_elf()