Home | History | Annotate | Download | only in Object

Lines Matching refs:Elf_Off

31 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
59 <uint32_t, target_endianness, support::aligned> Elf_Off;
69 <uint64_t, target_endianness, support::aligned> Elf_Off;
78 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Off Elf_Off; \
102 Elf_Off sh_offset; // File offset of section data, in bytes
117 Elf_Off sh_offset; // File offset of section data, in bytes
272 Elf_Off e_phoff; // Program header table's file offset, in bytes
273 Elf_Off e_shoff; // Section header table's file offset, in bytes