Home
last modified time | relevance | path

Searched defs:ElfW (Results 1 – 10 of 10) sorted by relevance

/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc96 const ElfW(Sym) *ElfMemImage::GetDynsym(int index) const { in ElfW() function
101 const ElfW(Versym) *ElfMemImage::GetVersym(int index) const { in ElfW() function
106 const ElfW(Phdr) *ElfMemImage::GetPhdr(int index) const { in ElfW() function
128 const ElfW(Verdef) *ElfMemImage::GetVerdef(int index) const { in ElfW() function
131 const ElfW(Verdef) *version_definition = verdef_; in ElfW() local
142 const ElfW(Verdaux) *ElfMemImage::GetVerdefAux( in ElfW() function
198 const ElfW(Phdr) *dynamic_program_header = nullptr; in Init() local
200 const ElfW(Phdr) *const program_header = GetPhdr(i); in Init() local
224 const ElfW(Xword) value = dynamic_entry->d_un.d_val + relocation; in Init() local
349 const ElfW(Sym) *symbol = image->GetDynsym(index_); in Update() local
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc96 const ElfW(Sym) *ElfMemImage::GetDynsym(int index) const { in ElfW() function
101 const ElfW(Versym) *ElfMemImage::GetVersym(int index) const { in ElfW() function
106 const ElfW(Phdr) *ElfMemImage::GetPhdr(int index) const { in ElfW() function
128 const ElfW(Verdef) *ElfMemImage::GetVerdef(int index) const { in ElfW() function
131 const ElfW(Verdef) *version_definition = verdef_; in ElfW() local
142 const ElfW(Verdaux) *ElfMemImage::GetVerdefAux( in ElfW() function
198 const ElfW(Phdr) *dynamic_program_header = nullptr; in Init() local
200 const ElfW(Phdr) *const program_header = GetPhdr(i); in Init() local
224 const ElfW(Xword) value = dynamic_entry->d_un.d_val + relocation; in Init() local
349 const ElfW(Sym) *symbol = image->GetDynsym(index_); in Update() local
[all …]
/third_party/node/src/large_pages/
Dnode_large_page.cc143 #define ElfW(name) Elf_##name macro
158 const ElfW(Phdr)* phdr = &info->dlpi_phdr[idx]; in FindMapping() local
/third_party/mesa3d/src/util/
Dbuild_id.c38 #define ElfW(type) Elf_##type macro
/third_party/musl/include/
Dlink.h14 #define ElfW(type) Elf64_ ## type macro
/third_party/musl/ndk_musl_include/
Dlink.h14 #define ElfW(type) Elf64_ ## type macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlink.h14 #define ElfW(type) Elf64_ ## type macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dlink.h14 #define ElfW(type) Elf64_ ## type macro
/third_party/musl/porting/uniproton/kernel/include/
Dlink.h14 #define ElfW(type) Elf64_ ## type macro
/third_party/libunwind/src/dwarf/
DGfind_unwind_table.c47 #define ElfW(type) Elf_##type macro