Home | History | Annotate | Download | only in compiler

Lines Matching refs:hash_offset

184   uint32_t hash_offset = expected_offset = RoundUp(expected_offset, hash_alignment);
192 LOG(INFO) << "hash_offset=" << hash_offset << std::hex << " " << hash_offset;
449 dynamic_headers[DH_HASH].d_un.d_ptr = hash_offset;
508 section_headers[SH_HASH].sh_addr = hash_offset;
509 section_headers[SH_HASH].sh_offset = hash_offset;
605 DCHECK_LE(dynstr_offset + dynstr_size, hash_offset);
606 if (static_cast<off_t>(hash_offset) != lseek(elf_file_->Fd(), hash_offset, SEEK_SET)) {
607 PLOG(ERROR) << "Failed to seek to .hash offset " << hash_offset
617 DCHECK_LE(hash_offset + hash_size, oat_data_offset);