Lines Matching refs:sh_offset
208 if (!CheckAndSet(section_header->sh_offset, "symtab", in Setup()
215 if (!CheckAndSet(section_header->sh_offset, "dynsym", in Setup()
227 if (!CheckAndSet(section_header->sh_offset, "dynstr", in Setup()
236 if (!CheckAndSet(section_header->sh_offset, "strtab", in Setup()
246 Begin() + section_header->sh_offset) { in Setup()
250 << " != " << reinterpret_cast<void*>(Begin() + section_header->sh_offset); in Setup()
256 if (!CheckAndSet(section_header->sh_offset, "hash section", in Setup()
308 if (Begin() + section_header->sh_offset == source) { in CheckSectionsLinked()
314 } else if (Begin() + section_header->sh_offset == target) { in CheckSectionsLinked()
942 uint8_t* strings = Begin() + string_section.sh_offset; in GetString()
985 return reinterpret_cast<Elf_Rel*>(Begin() + section_header.sh_offset); in GetRelSectionStart()
1005 return reinterpret_cast<Elf_Rela*>(Begin() + section_header.sh_offset); in GetRelaSectionStart()
1372 Begin() + patches_section->sh_offset, in ApplyOatPatchesTo()
1373 Begin() + patches_section->sh_offset + patches_section->sh_size, in ApplyOatPatchesTo()
1375 Begin() + target_section->sh_offset, in ApplyOatPatchesTo()
1376 Begin() + target_section->sh_offset + target_section->sh_size); in ApplyOatPatchesTo()
1458 Elf_Off offset = GetSectionHeader(1)->sh_offset; in Strip()
1467 if (old_sh->sh_offset == offset) { in Strip()
1474 Begin() + old_sh->sh_offset, in Strip()
1476 new_sh.sh_offset = offset; in Strip()
1812 *offset = shdr->sh_offset; in GetSectionOffsetAndSize()
1824 *offset = shdr->sh_offset; in GetSectionOffsetAndSize()