Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h84 using Elf_Off = typename ElfTypes::Off; variable
353 sizeof(Elf_Off), in SymbolSection()
633 Elf_Off section_headers_offset; in End()
634 section_headers_offset = AlignFileOffset(sizeof(Elf_Off)); in End()
919 phdr.p_align = sizeof(Elf_Off); in MakeProgramHeaders()
/art/runtime/
Delf_file_impl.h39 using Elf_Off = typename ElfTypes::Off; variable
Delf_file.cc1472 Elf_Off offset = GetSectionHeader(1)->sh_offset; in Strip()
1494 Elf_Off shoff = offset; in Strip()
1538 static_assert(sizeof(Elf_Off) >= sizeof(base_address), "Potentially losing precision."); in Fixup()
1539 if (!FixupDebugSections(static_cast<Elf_Off>(base_address))) { in Fixup()