Home
last modified time | relevance | path

Searched refs:hole_start (Results 1 – 2 of 2) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.cc268 typename ELF::Off hole_start, in AdjustElfHeaderForHole() argument
270 if (elf_header->e_phoff > hole_start) { in AdjustElfHeaderForHole()
274 if (elf_header->e_shoff > hole_start) { in AdjustElfHeaderForHole()
283 typename ELF::Off hole_start, in AdjustSectionHeadersForHole() argument
293 if (section_header->sh_offset > hole_start) { in AdjustSectionHeadersForHole()
371 typename ELF::Off hole_start, in AdjustProgramHeaderFields() argument
384 if (program_header->p_offset > hole_start) { in AdjustProgramHeaderFields()
419 typename ELF::Off hole_start) { in FindLoadSegmentForHole() argument
424 program_header->p_offset <= hole_start && in FindLoadSegmentForHole()
425 (program_header->p_offset + program_header->p_filesz) >= hole_start ) { in FindLoadSegmentForHole()
[all …]
Delf_file.h79 void AdjustRelativeRelocationTargets(typename ELF::Off hole_start,
87 typename ELF::Off hole_start,