Searched defs:ElfW (Results 1 – 5 of 5) sorted by relevance
321 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local341 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local395 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local491 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local577 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_load_prot() local578 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local646 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local647 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local720 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local721 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in phdr_table_serialize_gnu_relro() local[all …]
75 const ElfW(Sym)* s = nullptr; in relocate() local161 const ElfW(Sym)* local_sym = symtab_ + sym; in mips_relocate_got() local164 const ElfW(Sym)* s = nullptr; in mips_relocate_got() local246 const ElfW(Phdr)& ph = phdr[i]; in mips_check_and_adjust_fp_modes() local
53 const ElfW(Phdr)* loaded_phdr() const { return loaded_phdr_; } in ElfW() function54 const ElfW(Dyn)* dynamic() const { return dynamic_; } in ElfW() function
614 const ElfW(Versym)* soinfo::get_versym(size_t n) const { in ElfW() function622 ElfW(Addr) soinfo::get_verneed_ptr() const { in ElfW() function638 ElfW(Addr) soinfo::get_verdef_ptr() const { in ElfW() function669 const ElfW(Verdef)* verdef = reinterpret_cast<ElfW(Verdef)*>(verdef_ptr + offset); in for_each_verdef() local692 const ElfW(Verdaux)* verdaux = reinterpret_cast<ElfW(Verdaux)*>(verdef_ptr + verdaux_offset); in for_each_verdef() local811 const ElfW(Versym)* verdef = get_versym(n); in gnu_lookup() local850 const ElfW(Versym)* verdef = get_versym(n); in elf_lookup() local945 const ElfW(Sym)* s = nullptr; in soinfo_do_lookup() local1271 static const ElfW(Sym)* dlsym_handle_lookup(soinfo* root, soinfo* skip_until, in ElfW() function1274 const ElfW(Sym)* result = nullptr; in ElfW() local[all …]
37 #define ElfW(type) Elf64_ ## type macro