Searched defs:d_ptr (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Delf_file.cc1313 uint8_t* d_ptr = base_address_ + elf_dyn.d_un.d_ptr; local
1316 if (!ValidPointer(d_ptr)) {
1318 d_ptr, file_->GetPath().c_str());
1321 hash_section_start_ = reinterpret_cast<Elf_Word*>(d_ptr);
1325 if (!ValidPointer(d_ptr)) {
1327 d_ptr, file_->GetPath().c_str());
1330 dynstr_section_start_ = reinterpret_cast<char*>(d_ptr);
1334 if (!ValidPointer(d_ptr)) {
1336 d_ptr, file
1641 Elf_Addr d_ptr = elf_dyn.d_un.d_ptr; local
[all...]
H A Delf.h1628 Elf32_Addr d_ptr; // Pointer value of entry. member in union:Elf32_Dyn::__anon90
1639 Elf64_Addr d_ptr; // Pointer value of entry. member in union:Elf64_Dyn::__anon91

Completed in 98 milliseconds