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

/art/runtime/
H A Delf_file.cc1268 uint8_t* d_ptr = base_address_ + elf_dyn.d_un.d_ptr; local
1271 if (!ValidPointer(d_ptr)) {
1273 d_ptr, file->GetPath().c_str());
1276 hash_section_start_ = reinterpret_cast<Elf_Word*>(d_ptr);
1280 if (!ValidPointer(d_ptr)) {
1282 d_ptr, file->GetPath().c_str());
1285 dynstr_section_start_ = reinterpret_cast<char*>(d_ptr);
1289 if (!ValidPointer(d_ptr)) {
1291 d_ptr, fil
1547 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 86 milliseconds