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

/art/runtime/
H A Delf_file.cc1272 uint8_t* d_ptr = base_address_ + elf_dyn.d_un.d_ptr; local
1275 if (!ValidPointer(d_ptr)) {
1277 d_ptr, file->GetPath().c_str());
1280 hash_section_start_ = reinterpret_cast<Elf_Word*>(d_ptr);
1284 if (!ValidPointer(d_ptr)) {
1286 d_ptr, file->GetPath().c_str());
1289 dynstr_section_start_ = reinterpret_cast<char*>(d_ptr);
1293 if (!ValidPointer(d_ptr)) {
1295 d_ptr, fil
1551 Elf_Addr d_ptr = elf_dyn.d_un.d_ptr; local
[all...]
H A Delf.h1635 Elf32_Addr d_ptr; // Pointer value of entry. member in union:Elf32_Dyn::__anon128
1646 Elf64_Addr d_ptr; // Pointer value of entry. member in union:Elf64_Dyn::__anon129

Completed in 50 milliseconds