Searched refs:hole_start (Results 1 – 2 of 2) sorted by relevance
268 typename ELF::Off hole_start, in AdjustElfHeaderForHole() argument270 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() argument293 if (section_header->sh_offset > hole_start) { in AdjustSectionHeadersForHole()371 typename ELF::Off hole_start, in AdjustProgramHeaderFields() argument384 if (program_header->p_offset > hole_start) { in AdjustProgramHeaderFields()419 typename ELF::Off hole_start) { in FindLoadSegmentForHole() argument424 program_header->p_offset <= hole_start && in FindLoadSegmentForHole()425 (program_header->p_offset + program_header->p_filesz) >= hole_start ) { in FindLoadSegmentForHole()[all …]
79 void AdjustRelativeRelocationTargets(typename ELF::Off hole_start,87 typename ELF::Off hole_start,