Searched defs:ELFW (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/libelf/
H A Delf32_updatenull.c51 ELFW(default_ehdr,LIBELFBITS) (Elf *elf, ElfW2(LIBELFBITS,Ehdr) *ehdr, function
58 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
62 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS),
63 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
70 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
85 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
97 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
101 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
106 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
124 if (ELFW(default_ehd
[all...]
H A DlibelfP.h59 #define ELFW(Name, Bits) ELFW_(Name, Bits) macro
412 (__libelf_type_sizes[EV_CURRENT - 1][ELFW(ELFCLASS,class) - 1][type] * n)

Completed in 227 milliseconds