Lines Matching refs:Addr
810 ElfW(Addr) address = reinterpret_cast<ElfW(Addr)>(untag_address(p));
815 ElfW(Addr) vaddr = address - si->load_bias;
2526 ElfW(Addr) call_ifunc_resolver(ElfW(Addr) resolver_addr) {
2529 ElfW(Addr) ifunc_addr = __bionic_call_ifunc_resolver(resolver_addr);
2730 void soinfo::apply_relr_reloc(ElfW(Addr) offset) {
2731 ElfW(Addr) address = offset + load_bias;
2732 *reinterpret_cast<ElfW(Addr)*>(address) += load_bias;
2741 constexpr size_t wordsize = sizeof(ElfW(Addr));
2743 ElfW(Addr) base = 0;
2746 ElfW(Addr) offset;
2750 offset = static_cast<ElfW(Addr)>(entry);
2846 gnu_bloom_filter_ = reinterpret_cast<ElfW(Addr)*>(load_bias + d->d_un.d_ptr + 16);
3055 init_array_count_ = static_cast<uint32_t>(d->d_un.d_val) / sizeof(ElfW(Addr));
3064 fini_array_count_ = static_cast<uint32_t>(d->d_un.d_val) / sizeof(ElfW(Addr));
3073 preinit_array_count_ = static_cast<uint32_t>(d->d_un.d_val) / sizeof(ElfW(Addr));