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

  /external/llvm/include/llvm/Object/
ELFTypes.h 91 uint16_t, target_endianness, 2> Elf_Half;
130 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Half Elf_Half; \
198 Elf_Half st_shndx; // Which section (header table index) it's defined in
207 Elf_Half st_shndx; // Which section (header table index) it's defined in
278 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
289 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
290 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
291 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
292 Elf_Half vd_cnt; // Number of Verdaux entrie
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 91 uint16_t, target_endianness, 2> Elf_Half;
131 typedef typename ELFT::Half Elf_Half; \
197 Elf_Half st_shndx; // Which section (header table index) it's defined in
206 Elf_Half st_shndx; // Which section (header table index) it's defined in
277 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
288 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
289 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
290 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
291 Elf_Half vd_cnt; // Number of Verdaux entries
316 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h 91 uint16_t, target_endianness, 2> Elf_Half;
131 typedef typename ELFT::Half Elf_Half; \
197 Elf_Half st_shndx; // Which section (header table index) it's defined in
206 Elf_Half st_shndx; // Which section (header table index) it's defined in
277 Elf_Half vs_index; // Version index with flags (e.g. VERSYM_HIDDEN)
288 Elf_Half vd_version; // Version of this structure (e.g. VER_DEF_CURRENT)
289 Elf_Half vd_flags; // Bitwise flags (VER_DEF_*)
290 Elf_Half vd_ndx; // Version index, used in .gnu.version entries
291 Elf_Half vd_cnt; // Number of Verdaux entries
316 Elf_Half vn_version; // Version of this structure (e.g. VER_NEED_CURRENT
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 36 <uint16_t, target_endianness, support::aligned> Elf_Half;
80 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Half Elf_Half; \
151 Elf_Half st_shndx; // Which section (header table index) it's defined in
160 Elf_Half st_shndx; // Which section (header table index) it's defined in
268 Elf_Half e_type; // Type of file (see ET_*)
269 Elf_Half e_machine; // Required architecture for this file (see EM_*)
275 Elf_Half e_ehsize; // Size of ELF header, in bytes
276 Elf_Half e_phentsize;// Size of an entry in the program header table
277 Elf_Half e_phnum; // Number of entries in the program header tabl
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 61 typedef typename ELFO::Elf_Half Elf_Half; \
142 typedef typename ELFO::Elf_Half Elf_Half;
519 P += sizeof(typename ELFO::Elf_Half);
    [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 48 typedef uint16_t Elf_Half;
1064 Elf_Half
1068 Elf_Half
1092 Elf_Half
1096 Elf_Half
1100 Elf_Half
1104 Elf_Half
1108 Elf_Half
1112 Elf_Half
1135 put_e_type(Elf_Half v
    [all...]

Completed in 74 milliseconds