Searched refs:Elf_Off (Results 1 – 3 of 3) sorted by relevance
84 using Elf_Off = typename ElfTypes::Off; variable353 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()
39 using Elf_Off = typename ElfTypes::Off; variable
1472 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()