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

/art/runtime/
H A Delf_file.cc1259 uint8_t* d_ptr = base_address_ + elf_dyn.d_un.d_ptr; local
1262 if (!ValidPointer(d_ptr)) {
1264 d_ptr, file_->GetPath().c_str());
1267 hash_section_start_ = reinterpret_cast<Elf_Word*>(d_ptr);
1271 if (!ValidPointer(d_ptr)) {
1273 d_ptr, file_->GetPath().c_str());
1276 dynstr_section_start_ = reinterpret_cast<char*>(d_ptr);
1280 if (!ValidPointer(d_ptr)) {
1282 d_ptr, file
1538 Elf_Addr d_ptr = elf_dyn.d_un.d_ptr; local
[all...]
H A Delf.h1630 Elf32_Addr d_ptr; // Pointer value of entry. member in union:Elf32_Dyn::__anon83
1641 Elf64_Addr d_ptr; // Pointer value of entry. member in union:Elf64_Dyn::__anon84

Completed in 109 milliseconds