Home | History | Annotate | Download | only in runtime

Lines Matching defs:d_ptr

1268     uint8_t* d_ptr = base_address_ + elf_dyn.d_un.d_ptr;
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, file->GetPath().c_str());
1294 d_ptr);
1547 Elf_Addr d_ptr = elf_dyn.d_un.d_ptr;
1551 static_cast<uint64_t>(d_ptr),
1552 static_cast<uint64_t>(d_ptr + base_address));
1554 d_ptr += base_address;
1555 elf_dyn.d_un.d_ptr = d_ptr;