Searched defs:ElfW (Results 1 – 10 of 10) sorted by relevance
370 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local387 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadDynamicSection() local439 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local493 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local598 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local698 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_load_prot() local699 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local767 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local768 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local843 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local[all …]
77 const ElfW(Sym)* s = nullptr; in relocate() local162 const ElfW(Sym)* local_sym = symtab_ + sym; in mips_relocate_got() local165 const ElfW(Sym)* s = nullptr; in mips_relocate_got() local248 const ElfW(Phdr)& ph = phdr[i]; in mips_check_and_adjust_fp_modes() local
101 const ElfW(Versym)* soinfo::get_versym(size_t n) const { in ElfW() function109 ElfW(Addr) soinfo::get_verneed_ptr() const { in ElfW() function125 ElfW(Addr) soinfo::get_verdef_ptr() const { in ElfW() function229 const ElfW(Versym)* verdef = get_versym(n); in gnu_lookup() local268 const ElfW(Versym)* verdef = get_versym(n); in elf_lookup() local295 ElfW(Sym)* soinfo::find_symbol_by_address(const void* addr) { in ElfW() function309 ElfW(Sym)* soinfo::gnu_addr_lookup(const void* addr) { in ElfW() function330 ElfW(Sym)* soinfo::elf_addr_lookup(const void* addr) { in ElfW() function646 ElfW(Addr) soinfo::resolve_symbol_address(const ElfW(Sym)* s) const { in ElfW() function
53 const ElfW(Phdr)* loaded_phdr() const { return loaded_phdr_; } in ElfW() function54 const ElfW(Dyn)* dynamic() const { return dynamic_; } in ElfW() function
451 const ElfW(Sym)* s = nullptr; in soinfo_do_lookup() local802 static const ElfW(Sym)* dlsym_handle_lookup(android_namespace_t* ns, in ElfW() function808 const ElfW(Sym)* result = nullptr; in ElfW() local846 static const ElfW(Sym)* dlsym_handle_lookup(soinfo* si, in ElfW() function874 static const ElfW(Sym)* dlsym_linear_lookup(android_namespace_t* ns, in ElfW() function895 const ElfW(Sym)* s = nullptr; in ElfW() local944 const ElfW(Phdr)* phdr = &si->phdr[i]; in find_containing_library() local1199 for (const ElfW(Dyn)* d = elf_reader.dynamic(); d->d_tag != DT_NULL; ++d) { in for_each_dt_needed() local1381 for (const ElfW(Dyn)* d = elf_reader.dynamic(); d->d_tag != DT_NULL; ++d) { in load_library() local2345 const ElfW(Sym)* sym = nullptr; in do_dlsym() local[all …]
530 const ElfW(Phdr)* phdr_table = local532 const ElfW(Phdr)* phdr_end = phdr_table + elf->e_phnum; local534 for (const ElfW(Phdr)* phdr = phdr_table; phdr < phdr_end; phdr++) { local
145 const ElfW(Sym) * sym; in soinfo_find_symbol() local
64 const ElfW(Phdr)* phdr = reinterpret_cast<const ElfW(Phdr)*>(&info->dlpi_phdr[i]); in TEST() local66 const ElfW(Ehdr)* ehdr = reinterpret_cast<const ElfW(Ehdr)*>(info->dlpi_addr + in TEST() local99 static ElfW(Dyn)* find_dynamic(const ProgHdr& phdr, ElfW(Addr) load_bias) { in ElfW() function
40 #define ElfW(type) Elf64_ ## type macro
59 const ElfW(Phdr)& phdr = phdr_table[i]; in __bionic_get_tls_segment() local