Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h78 using Elf_Off = typename ElfTypes::Off; variable
346 sizeof(Elf_Off), in SymbolSection()
557 Elf_Off section_headers_offset; in End()
558 section_headers_offset = AlignFileOffset(sizeof(Elf_Off)); in End()
596 Elf_Off end = 0; in Strip()
867 phdr.p_align = sizeof(Elf_Off); in MakeProgramHeaders()
/art/runtime/
Delf_file_impl.h34 using Elf_Off = typename ElfTypes::Off; variable
Delf_file.cc1484 Elf_Off offset = GetSectionHeader(1)->sh_offset; in Strip()
1506 Elf_Off shoff = offset; in Strip()
1550 static_assert(sizeof(Elf_Off) >= sizeof(base_address), "Potentially losing precision."); in Fixup()
1551 if (!FixupDebugSections(static_cast<Elf_Off>(base_address))) { in Fixup()