Home | History | Annotate | Download | only in runtime

Lines Matching refs:d_ptr

1259     uint8_t* d_ptr = base_address_ + elf_dyn.d_un.d_ptr;
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_->GetPath().c_str());
1285 dynsym_section_start_ = reinterpret_cast<Elf_Sym*>(d_ptr);
1538 Elf_Addr d_ptr = elf_dyn.d_un.d_ptr;
1542 static_cast<uint64_t>(d_ptr),
1543 static_cast<uint64_t>(d_ptr + base_address));
1545 d_ptr += base_address;
1546 elf_dyn.d_un.d_ptr = d_ptr;