Searched defs:ElfW (Results 1 – 8 of 8) sorted by relevance
96 const ElfW(Sym) *ElfMemImage::GetDynsym(int index) const { in ElfW() function101 const ElfW(Versym) *ElfMemImage::GetVersym(int index) const { in ElfW() function106 const ElfW(Phdr) *ElfMemImage::GetPhdr(int index) const { in ElfW() function128 const ElfW(Verdef) *ElfMemImage::GetVerdef(int index) const { in ElfW() function131 const ElfW(Verdef) *version_definition = verdef_; in ElfW() local142 const ElfW(Verdaux) *ElfMemImage::GetVerdefAux( in ElfW() function198 const ElfW(Phdr) *dynamic_program_header = nullptr; in Init() local200 const ElfW(Phdr) *const program_header = GetPhdr(i); in Init() local224 const ElfW(Xword) value = dynamic_entry->d_un.d_val + relocation; in Init() local349 const ElfW(Sym) *symbol = image->GetDynsym(index_); in Update() local[all …]
52 const ElfW(Phdr)* phdr = reinterpret_cast<const ElfW(Phdr)*>(&info->dlpi_phdr[i]); in CallBack002() local
38 #define ElfW(type) Elf_##type macro
148 #define ElfW(name) Elf_##name macro163 const ElfW(Phdr)* phdr = &info->dlpi_phdr[idx]; in FindMapping() local
14 #define ElfW(type) Elf64_ ## type macro