Searched defs:ElfW (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.h71 #include <link.h> // For ElfW() macro.
84 // If there is no ElfW macro, let's define it by ourself.
85 #ifndef ElfW
87 # define ElfW(type) Elf32_##type macro
89 # define ElfW(type) Elf64_##type macro
100 ElfW(Shdr) *out);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc62 static int ElfBind(const ElfW(Sym) *) { function in class:base::__anon15543::ElfClass
66 static int ElfType(const ElfW(Sym) *) { function in class:base::__anon15543::ElfClass
75 static int ElfBind(const ElfW(Sym) *symbol) {
78 static int ElfType(const ElfW(Sym) *symbol) {
86 static int ElfBind(const ElfW(Sym) *symbol) {
89 static int ElfType(const ElfW(Sym) *symbol) {
100 const T* GetTableElement(const ElfW(Ehdr) *ehdr,
101 ElfW(Off) table_offset,
102 ElfW(Word) element_size,
126 const ElfW(Sy
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc62 static int ElfBind(const ElfW(Sym) *) { function in class:base::__anon15587::ElfClass
66 static int ElfType(const ElfW(Sym) *) { function in class:base::__anon15587::ElfClass
75 static int ElfBind(const ElfW(Sym) *symbol) {
78 static int ElfType(const ElfW(Sym) *symbol) {
86 static int ElfBind(const ElfW(Sym) *symbol) {
89 static int ElfType(const ElfW(Sym) *symbol) {
100 const T* GetTableElement(const ElfW(Ehdr) *ehdr,
101 ElfW(Off) table_offset,
102 ElfW(Word) element_size,
126 const ElfW(Sy
[all...]
/external/qemu/include/
H A Delf.h1506 #ifndef ElfW
1508 # define ElfW(x) Elf32_ ## x macro
1511 # define ElfW(x) Elf64_ ## x macro

Completed in 623 milliseconds