Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DELFTypes.h112 value_type, TargetEndianness, 2> Elf_Off;
123 value_type, TargetEndianness, 2> Elf_Off;
129 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Off Elf_Off; \
152 Elf_Off sh_offset; // File offset of section data, in bytes
167 Elf_Off sh_offset; // File offset of section data, in bytes
477 Elf_Off e_phoff; // Program header table's file offset, in bytes
478 Elf_Off e_shoff; // Section header table's file offset, in bytes
500 Elf_Off p_offset; // FileOffset where segment is located, in bytes
514 Elf_Off p_offset; // FileOffset where segment is located, in bytes
548 ArrayRef<Elf_Off> filter() const {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h106 using Elf_Off = typename ELFT::Off; \
127 Elf_Off sh_offset; // File offset of section data, in bytes
142 Elf_Off sh_offset; // File offset of section data, in bytes
459 Elf_Off e_phoff; // Program header table's file offset, in bytes
460 Elf_Off e_shoff; // Section header table's file offset, in bytes
482 Elf_Off p_offset; // FileOffset where segment is located, in bytes
496 Elf_Off p_offset; // FileOffset where segment is located, in bytes
530 ArrayRef<Elf_Off> filter() const {
531 return ArrayRef<Elf_Off>(reinterpret_cast<const Elf_Off *>(&shift2 + 1),
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp59 <uint32_t, target_endianness, support::aligned> Elf_Off; typedef
69 <uint64_t, target_endianness, support::aligned> Elf_Off; typedef
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