Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf.h317 Elf32_Off sh_offset; member
332 Elf64_Off sh_offset; member
/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()
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/linker/
Dlinker_phdr.cpp349 if (!CheckFileRange(dynamic_shdr->sh_offset, dynamic_shdr->sh_size, alignof(const ElfW(Dyn)))) { in ReadDynamicSection()
354 if (!dynamic_fragment_.Map(fd_, file_offset_, dynamic_shdr->sh_offset, dynamic_shdr->sh_size)) { in ReadDynamicSection()
361 if (!CheckFileRange(strtab_shdr->sh_offset, strtab_shdr->sh_size, alignof(const char))) { in ReadDynamicSection()
367 if (!strtab_fragment_.Map(fd_, file_offset_, strtab_shdr->sh_offset, strtab_shdr->sh_size)) { in ReadDynamicSection()