Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_phdr.cpp370 const ElfW(Shdr)* dynamic_shdr = nullptr; in ReadDynamicSection() local
387 const ElfW(Phdr)* phdr = &phdr_table_[i]; in ReadDynamicSection() local
439 const ElfW(Shdr)* strtab_shdr = &shdr_table_[dynamic_shdr->sh_link]; in ReadDynamicSection() local
493 const ElfW(Phdr)* phdr = &phdr_table[i]; in phdr_table_get_load_size() local
598 const ElfW(Phdr)* phdr = &phdr_table_[i]; in LoadSegments() local
698 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_load_prot() local
699 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_load_prot() local
767 const ElfW(Phdr)* phdr = phdr_table; in _phdr_table_set_gnu_relro_prot() local
768 const ElfW(Phdr)* phdr_limit = phdr + phdr_count; in _phdr_table_set_gnu_relro_prot() local
843 const ElfW(Phdr)* phdr = phdr_table; in phdr_table_serialize_gnu_relro() local
[all …]
Dlinker_mips.cpp77 const ElfW(Sym)* s = nullptr; in relocate() local
162 const ElfW(Sym)* local_sym = symtab_ + sym; in mips_relocate_got() local
165 const ElfW(Sym)* s = nullptr; in mips_relocate_got() local
248 const ElfW(Phdr)& ph = phdr[i]; in mips_check_and_adjust_fp_modes() local
Dlinker_soinfo.cpp101 const ElfW(Versym)* soinfo::get_versym(size_t n) const { in ElfW() function
109 ElfW(Addr) soinfo::get_verneed_ptr() const { in ElfW() function
125 ElfW(Addr) soinfo::get_verdef_ptr() const { in ElfW() function
229 const ElfW(Versym)* verdef = get_versym(n); in gnu_lookup() local
268 const ElfW(Versym)* verdef = get_versym(n); in elf_lookup() local
295 ElfW(Sym)* soinfo::find_symbol_by_address(const void* addr) { in ElfW() function
309 ElfW(Sym)* soinfo::gnu_addr_lookup(const void* addr) { in ElfW() function
330 ElfW(Sym)* soinfo::elf_addr_lookup(const void* addr) { in ElfW() function
646 ElfW(Addr) soinfo::resolve_symbol_address(const ElfW(Sym)* s) const { in ElfW() function
Dlinker_phdr.h53 const ElfW(Phdr)* loaded_phdr() const { return loaded_phdr_; } in ElfW() function
54 const ElfW(Dyn)* dynamic() const { return dynamic_; } in ElfW() function
Dlinker.cpp451 const ElfW(Sym)* s = nullptr; in soinfo_do_lookup() local
802 static const ElfW(Sym)* dlsym_handle_lookup(android_namespace_t* ns, in ElfW() function
808 const ElfW(Sym)* result = nullptr; in ElfW() local
846 static const ElfW(Sym)* dlsym_handle_lookup(soinfo* si, in ElfW() function
874 static const ElfW(Sym)* dlsym_linear_lookup(android_namespace_t* ns, in ElfW() function
895 const ElfW(Sym)* s = nullptr; in ElfW() local
944 const ElfW(Phdr)* phdr = &si->phdr[i]; in find_containing_library() local
1199 for (const ElfW(Dyn)* d = elf_reader.dynamic(); d->d_tag != DT_NULL; ++d) { in for_each_dt_needed() local
1381 for (const ElfW(Dyn)* d = elf_reader.dynamic(); d->d_tag != DT_NULL; ++d) { in load_library() local
2345 const ElfW(Sym)* sym = nullptr; in do_dlsym() local
[all …]
Dlinker_main.cpp530 const ElfW(Phdr)* phdr_table = local
532 const ElfW(Phdr)* phdr_end = phdr_table + elf->e_phnum; local
534 for (const ElfW(Phdr)* phdr = phdr_table; phdr < phdr_end; phdr++) { local
Dlinker_cfi.cpp145 const ElfW(Sym) * sym; in soinfo_find_symbol() local
/bionic/tests/
Dlink_test.cpp64 const ElfW(Phdr)* phdr = reinterpret_cast<const ElfW(Phdr)*>(&info->dlpi_phdr[i]); in TEST() local
66 const ElfW(Ehdr)* ehdr = reinterpret_cast<const ElfW(Ehdr)*>(info->dlpi_addr + in TEST() local
99 static ElfW(Dyn)* find_dynamic(const ProgHdr& phdr, ElfW(Addr) load_bias) { in ElfW() function
/bionic/libc/include/
Dlink.h40 #define ElfW(type) Elf64_ ## type macro
/bionic/libc/bionic/
Dbionic_elf_tls.cpp59 const ElfW(Phdr)& phdr = phdr_table[i]; in __bionic_get_tls_segment() local