HomeSort by relevance Sort by last modified time
    Searched refs:ulittle16_t (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Object/
COFF.h 28 support::ulittle16_t Machine;
29 support::ulittle16_t NumberOfSections;
33 support::ulittle16_t SizeOfOptionalHeader;
34 support::ulittle16_t Characteristics;
51 support::ulittle16_t Type;
73 support::ulittle16_t NumberOfRelocations;
74 support::ulittle16_t NumberOfLinenumbers;
81 support::ulittle16_t Type;
86 support::ulittle16_t NumberOfRelocations;
87 support::ulittle16_t NumberOfLinenumbers
    [all...]
  /external/llvm/include/llvm/Support/
Win64EH.h 46 support::ulittle16_t FrameOffset;
Endian.h 94 <uint16_t, little, unaligned> ulittle16_t; typedef in namespace:llvm::support
  /external/llvm/lib/Object/
Archive.cpp 218 *(reinterpret_cast<const support::ulittle16_t*>(Indices)
COFFObjectFile.cpp 27 using support::ulittle16_t;
452 HeaderStart = *reinterpret_cast<const ulittle16_t *>(base() + 0x3c);

Completed in 526 milliseconds