Searched refs:sh_offset (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 376 if (pt_dynamic_offset != dynamic_shdr->sh_offset) { in ReadDynamicSection() 381 static_cast<size_t>(dynamic_shdr->sh_offset), in ReadDynamicSection() 388 static_cast<size_t>(dynamic_shdr->sh_offset), in ReadDynamicSection() 425 if (!CheckFileRange(dynamic_shdr->sh_offset, dynamic_shdr->sh_size, alignof(const ElfW(Dyn)))) { in ReadDynamicSection() 430 if (!dynamic_fragment_.Map(fd_, file_offset_, dynamic_shdr->sh_offset, dynamic_shdr->sh_size)) { in ReadDynamicSection() 437 if (!CheckFileRange(strtab_shdr->sh_offset, strtab_shdr->sh_size, alignof(const char))) { in ReadDynamicSection() 443 if (!strtab_fragment_.Map(fd_, file_offset_, strtab_shdr->sh_offset, strtab_shdr->sh_size)) { in ReadDynamicSection()
|
/bionic/tools/relocation_packer/src/ |
D | elf_file.cc | 115 VLOG(1) << " sh_offset = " << section_header->sh_offset; in VerboseLogSectionHeader() 222 if (section_header->sh_offset == dynamic_program_header->p_offset) { in Load() 293 if (section_header->sh_offset > hole_start) { in AdjustSectionHeadersForHole() 294 section_header->sh_offset += hole_size; in AdjustSectionHeadersForHole() 296 << " sh_offset adjusted to " << section_header->sh_offset; in AdjustSectionHeadersForHole() 491 if (section_header->sh_offset == dynamic_program_header->p_offset) { in GetDynamicSection() 602 const auto hole_start = section_header->sh_offset; in ResizeSection()
|
/bionic/libc/kernel/uapi/linux/ |
D | elf.h | 321 Elf32_Off sh_offset; member 336 Elf64_Off sh_offset; member
|