Searched defs:ElfW (Results 1 – 10 of 10) 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 …]
143 #define ElfW(name) Elf_##name macro158 const ElfW(Phdr)* phdr = &info->dlpi_phdr[idx]; in FindMapping() local
38 #define ElfW(type) Elf_##type macro
14 #define ElfW(type) Elf64_ ## type macro
47 #define ElfW(type) Elf_##type macro