HomeSort by relevance Sort by last modified time
    Searched refs:shstrtab_offset (Results 1 - 2 of 2) sorted by null

  /art/compiler/
elf_writer_quick.cc 241 uint32_t shstrtab_offset = expected_offset = RoundUp(expected_offset, shstrtab_alignment); local
269 LOG(INFO) << "shstrtab_offset=" << shstrtab_offset << std::hex << " " << shstrtab_offset; local
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
    [all...]
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 225 off_t shstrtab_offset = (elf_header.e_shoff + local
227 if (!ReadFromOffsetExact(fd, &shstrtab, sizeof(shstrtab), shstrtab_offset)) {

Completed in 39 milliseconds