HomeSort by relevance Sort by last modified time
    Searched defs:ELFW (Results 1 - 4 of 4) sorted by null

  /external/elfutils/0.153/libelf/
elf32_updatenull.c 72 ELFW(default_ehdr,LIBELFBITS) (Elf *elf, ElfW2(LIBELFBITS,Ehdr) *ehdr,
79 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
83 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS),
84 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
91 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
106 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
118 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
122 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
127 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
145 if (ELFW(default_ehdr,LIBELFBITS) (elf, ehdr, shnum, change_bop) != 0
    [all...]
libelfP.h 80 #define ELFW(Name, Bits) ELFW_(Name, Bits)
433 (__libelf_type_sizes[EV_CURRENT - 1][ELFW(ELFCLASS,class) - 1][type] * n)
  /bionic/linker/
linker.h 58 #define ELFW(what) ELF64_ ## what
60 #define ELFW(what) ELF32_ ## what
119 const ElfW(Phdr)* phdr;
121 ElfW(Addr) entry;
122 ElfW(Addr) base;
129 ElfW(Dyn)* dynamic;
142 ElfW(Sym)* symtab;
152 ElfW(Addr)** plt_got;
156 ElfW(Rela)* plt_rela;
159 ElfW(Rela)* rela
    [all...]
  /external/qemu/include/
elf.h     [all...]

Completed in 126 milliseconds