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

  /external/elfutils/libelf/
elf32_updatenull.c 39 ELFW(default_ehdr,LIBELFBITS) (Elf *elf, ElfW2(LIBELFBITS,Ehdr) *ehdr,
46 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
50 update_if_changed (ehdr->e_ident[EI_CLASS], ELFW(ELFCLASS,LIBELFBITS),
51 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
58 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
73 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
85 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
89 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags);
94 elf->state.ELFW(elf,LIBELFBITS).ehdr_flags |= ELF_F_DIRTY;
111 if (ELFW(default_ehdr,LIBELFBITS) (elf, ehdr, shnum, change_bop) != 0
    [all...]
libelfP.h 39 #define ELFW(Name, Bits) ELFW_(Name, Bits)
380 (__libelf_type_sizes[EV_CURRENT - 1][ELFW(ELFCLASS,class) - 1][type] * n)
  /external/qemu/
elf.h     [all...]

Completed in 583 milliseconds