Searched refs:BigEndian (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp147 template <> struct macho_segment_content<Pointer32<BigEndian> > { segment_command fields; enum { CMD = LC_SEGMENT }; };
148 template <> struct macho_segment_content<Pointer64<BigEndian> > { segment_command_64 fields; enum { CMD = LC_SEGMENT_64 }; };
202 template <> struct macho_section_content<Pointer32<BigEndian> > { section fields; };
203 template <> struct macho_section_content<Pointer64<BigEndian> > { section_64 fields; };
427 template <> struct macho_routines_content<Pointer32<BigEndian> > { routines_command fields; enum { CMD = LC_ROUTINES }; };
428 template <> struct macho_routines_content<Pointer64<BigEndian> > { routines_command_64 fields; enum { CMD = LC_ROUTINES_64 }; };
661 template <> struct macho_nlist_content<Pointer32<BigEndian> > { struct nlist fields; };
662 template <> struct macho_nlist_content<Pointer64<BigEndian> > { struct nlist_64 fields; };
731 bool r_scattered() const INLINE { return BigEndian::getBitsRaw(E::get32(other), 0, 1); }
732 void set_r_scattered(bool x) INLINE { uint32_t temp = E::get32(other); BigEndian
[all...]
H A DFileAbstraction.hpp58 class BigEndian class
/macosx-10.10.1/libunwind-35.3/src/
H A DFileAbstraction.hpp58 class BigEndian class
H A Dlibuwind.cxx101 new ((void*)cursor) UnwindCursor<OtherAddressSpace<Pointer32<BigEndian> >,
H A DAddressSpace.hpp417 OtherAddressSpace<Pointer32<BigEndian> > oas;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DModule.h151 enum Endianness { AnyEndianness, LittleEndian, BigEndian }; enumerator in enum:llvm::Module::Endianness
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DModule.cpp78 ret = BigEndian;

Completed in 87 milliseconds