Home | History | Annotate | Download | only in compiler

Lines Matching refs:shstrtab_offset

241   uint32_t shstrtab_offset = expected_offset = RoundUp(expected_offset, shstrtab_alignment);
269 LOG(INFO) << "shstrtab_offset=" << shstrtab_offset << std::hex << " " << shstrtab_offset;
553 section_headers[SH_SHSTRTAB].sh_addr = shstrtab_offset;
554 section_headers[SH_SHSTRTAB].sh_offset = shstrtab_offset;
642 DCHECK_LE(dynamic_offset + dynamic_size, shstrtab_offset);
643 if (static_cast<off_t>(shstrtab_offset) != lseek(elf_file_->Fd(), shstrtab_offset, SEEK_SET)) {
644 PLOG(ERROR) << "Failed to seek to .shstrtab offset " << shstrtab_offset
654 DCHECK_LE(shstrtab_offset + shstrtab_size, shdr_offset);