Searched refs:d_ptr (Results 1 - 4 of 4) sorted by relevance

/art/compiler/
H A Delf_fixup.cc73 uint32_t d_ptr = elf_dyn.d_un.d_ptr; local
77 d_ptr, d_ptr + base_address);
79 d_ptr += base_address;
80 elf_dyn.d_un.d_ptr = d_ptr;
/art/runtime/
H A Delf_file.cc1206 byte* d_ptr = base_address_ + elf_dyn.d_un.d_ptr; local
1209 if (!ValidPointer(d_ptr)) {
1211 d_ptr, file_->GetPath().c_str());
1214 hash_section_start_ = reinterpret_cast<Elf32_Word*>(d_ptr);
1218 if (!ValidPointer(d_ptr)) {
1220 d_ptr, file_->GetPath().c_str());
1223 dynstr_section_start_ = reinterpret_cast<char*>(d_ptr);
1227 if (!ValidPointer(d_ptr)) {
1229 d_ptr, file
[all...]
H A Delf.h1627 Elf32_Addr d_ptr; // Pointer value of entry. member in union:Elf32_Dyn::__anon83
1638 Elf64_Addr d_ptr; // Pointer value of entry. member in union:Elf64_Dyn::__anon84
/art/patchoat/
H A Dpatchoat.cc695 dyn.d_un.d_ptr += delta_;

Completed in 63 milliseconds