Home
last modified time | relevance | path

Searched refs:Off (Results 1 – 4 of 4) sorted by relevance

/bionic/tools/relocation_packer/src/
Delf_file.h79 void AdjustRelativeRelocationTargets(typename ELF::Off hole_start,
87 typename ELF::Off hole_start,
Delf_traits.h24 typedef Elf32_Off Off; typedef
48 typedef Elf64_Off Off; typedef
Delf_file.cc266 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/
DMapData.cpp90 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()