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

  /external/mesa3d/src/util/
build_id.c 36 #ifndef ElfW
37 #define ElfW(type) Elf_##type
43 ElfW(Nhdr) nhdr;
92 size_t offset = sizeof(ElfW(Nhdr)) +
  /bionic/libc/include/
link.h 40 #define ElfW(type) Elf64_ ## type
42 #define ElfW(type) Elf32_ ## type
46 ElfW(Addr) dlpi_addr;
48 const ElfW(Phdr)* dlpi_phdr;
49 ElfW(Half) dlpi_phnum;
65 ElfW(Addr) l_addr;
67 ElfW(Dyn)* l_ld;
76 ElfW(Addr) r_brk;
82 ElfW(Addr) r_ldbase;

Completed in 80 milliseconds