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

  /external/chromium/base/third_party/symbolize/
symbolize.h 65 #include <link.h> // For ElfW() macro.
67 // If there is no ElfW macro, let's define it by ourself.
68 #ifndef ElfW
70 # define ElfW(type) Elf32_##type
72 # define ElfW(type) Elf64_##type
83 ElfW(Shdr) *out);
symbolize.cc 102 #include <link.h> // For ElfW() macro.
168 ElfW(Ehdr) elf_header;
184 GetSectionHeaderByType(const int fd, ElfW(Half) sh_num, const off_t sh_offset,
185 ElfW(Word) type, ElfW(Shdr) *out) {
187 ElfW(Shdr) buf[16];
214 ElfW(Shdr) *out) {
215 ElfW(Ehdr) elf_header;
220 ElfW(Shdr) shstrtab;
263 uint64_t symbol_offset, const ElfW(Shdr) *strtab
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
link.h 30 `ElfW(TYPE)' is used in place of `Elf32_TYPE' or `Elf64_TYPE'. */
31 #define ElfW(type) _ElfW (Elf, __ELF_NATIVE_CLASS, type)
54 ElfW(Addr) r_brk;
64 ElfW(Addr) r_ldbase; /* Base address the linker is loaded at. */
77 extern ElfW(Dyn) _DYNAMIC[];
90 ElfW(Addr) l_addr; /* Base address shared object is loaded at. */
92 ElfW(Dyn) *l_ld; /* Dynamic section of the shared object. */
140 ElfW(Addr) dlpi_addr;
142 const ElfW(Phdr) *dlpi_phdr;
143 ElfW(Half) dlpi_phnum
    [all...]
  /external/qemu/
elf.h     [all...]

Completed in 73 milliseconds