Searched refs:Off (Results 1 – 4 of 4) sorted by relevance
/bionic/tools/relocation_packer/src/ |
D | elf_file.h | 79 void AdjustRelativeRelocationTargets(typename ELF::Off hole_start, 87 typename ELF::Off hole_start,
|
D | elf_traits.h | 24 typedef Elf32_Off Off; typedef 48 typedef Elf64_Off Off; typedef
|
D | elf_file.cc | 266 typename ELF::Off hole_start, in AdjustElfHeaderForHole() 281 typename ELF::Off hole_start, in AdjustSectionHeadersForHole() 369 typename ELF::Off hole_start, in AdjustProgramHeaderFields() 417 typename ELF::Off hole_start) { in FindLoadSegmentForHole() 436 typename ELF::Off hole_start, in RewriteProgramHeadersForHole() 501 typename ELF::Off hole_start, in AdjustDynamicSectionForHole()
|
/bionic/libc/malloc_debug/ |
D | MapData.cpp | 90 if (!get_val<ElfW(Off)>(entry, addr + offsetof(ElfW(Ehdr), e_phoff), &ehdr.e_phoff)) { in read_loadbase() 99 if (!get_val<ElfW(Off)>(entry, addr + offsetof(ElfW(Phdr), p_offset), &phdr.p_offset)) { in read_loadbase()
|