Searched refs:Elf_Off (Results 1 – 3 of 3) sorted by relevance
86 using Elf_Off = typename ElfTypes::Off; variable349 sizeof(Elf_Off), in SymbolSection()658 Elf_Off section_headers_offset; in End()659 section_headers_offset = AlignFileOffset(sizeof(Elf_Off)); in End()939 phdr.p_align = sizeof(Elf_Off); in MakeProgramHeaders()
35 using Elf_Off = typename ElfTypes::Off; variable
1471 Elf_Off offset = GetSectionHeader(1)->sh_offset; in Strip()1493 Elf_Off shoff = offset; in Strip()1537 static_assert(sizeof(Elf_Off) >= sizeof(base_address), "Potentially losing precision."); in Fixup()1538 if (!FixupDebugSections(static_cast<Elf_Off>(base_address))) { in Fixup()