Lines Matching refs:Sym
401 const soinfo_list_t& local_group, const ElfW(Sym)** symbol) {
403 const ElfW(Sym)* s = nullptr;
745 static const ElfW(Sym)* dlsym_handle_lookup(android_namespace_t* ns,
751 const ElfW(Sym)* result = nullptr;
780 static const ElfW(Sym)* dlsym_linear_lookup(android_namespace_t* ns,
789 static const ElfW(Sym)* dlsym_handle_lookup(soinfo* si,
817 static const ElfW(Sym)* dlsym_linear_lookup(android_namespace_t* ns,
838 const ElfW(Sym)* s = nullptr;
2046 ElfW(Sym)* sym = si->find_symbol_by_address(addr);
2082 const ElfW(Sym)* sym = nullptr;
2519 const ElfW(Sym)* s = nullptr;
2944 symtab_ = reinterpret_cast<ElfW(Sym)*>(load_bias + d->d_un.d_ptr);
2948 if (d->d_un.d_val != sizeof(ElfW(Sym))) {