• Home
  • Raw
  • Download

Lines Matching defs:ElfW

451   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
2641 const ElfW(Verneed)* verneed = reinterpret_cast<ElfW(Verneed)*>(verneed_ptr + offset); in init_verneed() local
2663 const ElfW(Vernaux)* vernaux = reinterpret_cast<ElfW(Vernaux)*>(verneed_ptr + vernaux_offset); in init_verneed() local
2666 const ElfW(Word) elf_hash = vernaux->vna_hash; in init_verneed() local
2692 const ElfW(Verdef)* verdef = reinterpret_cast<ElfW(Verdef)*>(verdef_ptr + offset); in for_each_verdef() local
2715 const ElfW(Verdaux)* verdaux = reinterpret_cast<ElfW(Verdaux)*>(verdef_ptr + verdaux_offset); in for_each_verdef() local
2770 const ElfW(Versym)* sym_ver_ptr = get_versym(sym); in lookup_version_info() local
2887 const ElfW(Sym)* s = nullptr; in relocate() local
3202 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT32_MIN); in relocate() local
3203 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT32_MAX); in relocate() local
3220 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT16_MIN); in relocate() local
3221 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX); in relocate() local
3245 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT32_MIN); in relocate() local
3246 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT32_MAX); in relocate() local
3263 const ElfW(Addr) min_value = static_cast<ElfW(Addr)>(INT16_MIN); in relocate() local
3264 const ElfW(Addr) max_value = static_cast<ElfW(Addr)>(UINT16_MAX); in relocate() local