HomeSort by relevance Sort by last modified time
    Searched defs:Elf_Off (Results 1 - 8 of 8) sorted by null

  /external/syslinux/gpxe/src/image/
elf.c 40 typedef Elf32_Off Elf_Off;
124 Elf_Off phoff;
  /external/syslinux/com32/include/sys/i386/
module.h 28 typedef Elf32_Off Elf_Off;
  /external/syslinux/com32/include/sys/x86_64/
module.h 28 typedef Elf64_Off Elf_Off;
  /external/llvm/include/llvm/Object/
ELFTypes.h 88 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
112 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 byte
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 88 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
112 value_type, TargetEndianness, 2> Elf_Off;
123 value_type, TargetEndianness, 2> Elf_Off;
130 typedef typename ELFT::Off Elf_Off; \
151 Elf_Off sh_offset; // File offset of section data, in bytes
166 Elf_Off sh_offset; // File offset of section data, in bytes
476 Elf_Off e_phoff; // Program header table's file offset, in bytes
477 Elf_Off e_shoff; // Section header table's file offset, in bytes
499 Elf_Off p_offset; // FileOffset where segment is located, in bytes
513 Elf_Off p_offset; // FileOffset where segment is located, in byte
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 88 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
112 value_type, TargetEndianness, 2> Elf_Off;
123 value_type, TargetEndianness, 2> Elf_Off;
130 typedef typename ELFT::Off Elf_Off; \
151 Elf_Off sh_offset; // File offset of section data, in bytes
166 Elf_Off sh_offset; // File offset of section data, in bytes
476 Elf_Off e_phoff; // Program header table's file offset, in bytes
477 Elf_Off e_shoff; // Section header table's file offset, in bytes
499 Elf_Off p_offset; // FileOffset where segment is located, in bytes
513 Elf_Off p_offset; // FileOffset where segment is located, in byte
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 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
    [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 64 typedef uint32_t Elf_Off;
73 typedef uint64_t Elf_Off;
1080 typename Elf_types<size>::Elf_Off
1084 typename Elf_types<size>::Elf_Off
1151 put_e_phoff(typename Elf_types<size>::Elf_Off v)
1155 put_e_shoff(typename Elf_types<size>::Elf_Off v)
1222 typename Elf_types<size>::Elf_Off
1278 put_sh_offset(typename Elf_types<size>::Elf_Off v)
    [all...]

Completed in 143 milliseconds