Lines Matching refs:Addr
821 ElfW(Addr) address = reinterpret_cast<ElfW(Addr)>(untag_address(p));
826 ElfW(Addr) vaddr = address - si->load_bias;
2520 ElfW(Addr) call_ifunc_resolver(ElfW(Addr) resolver_addr) {
2523 ElfW(Addr) ifunc_addr = __bionic_call_ifunc_resolver(resolver_addr);
2724 void soinfo::apply_relr_reloc(ElfW(Addr) offset) {
2725 ElfW(Addr) address = offset + load_bias;
2726 *reinterpret_cast<ElfW(Addr)*>(address) += load_bias;
2735 constexpr size_t wordsize = sizeof(ElfW(Addr));
2737 ElfW(Addr) base = 0;
2740 ElfW(Addr) offset;
2744 offset = static_cast<ElfW(Addr)>(entry);
2840 gnu_bloom_filter_ = reinterpret_cast<ElfW(Addr)*>(load_bias + d->d_un.d_ptr + 16);
3049 init_array_count_ = static_cast<uint32_t>(d->d_un.d_val) / sizeof(ElfW(Addr));
3058 fini_array_count_ = static_cast<uint32_t>(d->d_un.d_val) / sizeof(ElfW(Addr));
3067 preinit_array_count_ = static_cast<uint32_t>(d->d_un.d_val) / sizeof(ElfW(Addr));