Home
last modified time | relevance | path

Searched refs:sh_offset (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_phdr.cpp389 if (pt_dynamic_offset != dynamic_shdr->sh_offset) { in ReadDynamicSection()
394 static_cast<size_t>(dynamic_shdr->sh_offset), in ReadDynamicSection()
401 static_cast<size_t>(dynamic_shdr->sh_offset), in ReadDynamicSection()
438 if (!CheckFileRange(dynamic_shdr->sh_offset, dynamic_shdr->sh_size, alignof(const ElfW(Dyn)))) { in ReadDynamicSection()
443 if (!dynamic_fragment_.Map(fd_, file_offset_, dynamic_shdr->sh_offset, dynamic_shdr->sh_size)) { in ReadDynamicSection()
450 if (!CheckFileRange(strtab_shdr->sh_offset, strtab_shdr->sh_size, alignof(const char))) { in ReadDynamicSection()
456 if (!strtab_fragment_.Map(fd_, file_offset_, strtab_shdr->sh_offset, strtab_shdr->sh_size)) { in ReadDynamicSection()
/bionic/tools/relocation_packer/src/
Delf_file.cc115 VLOG(1) << " sh_offset = " << section_header->sh_offset; in VerboseLogSectionHeader()
222 if (section_header->sh_offset == dynamic_program_header->p_offset) { in Load()
291 if (section_header->sh_offset > hole_start) { in AdjustSectionHeadersForHole()
292 section_header->sh_offset += hole_size; in AdjustSectionHeadersForHole()
294 << " sh_offset adjusted to " << section_header->sh_offset; in AdjustSectionHeadersForHole()
489 if (section_header->sh_offset == dynamic_program_header->p_offset) { in GetDynamicSection()
600 const auto hole_start = section_header->sh_offset; in ResizeSection()
/bionic/libc/kernel/uapi/linux/
Delf.h261 Elf32_Off sh_offset; member
273 Elf64_Off sh_offset; member