Searched refs:Pointer32 (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DArchitectures.hpp36 typedef Pointer32<LittleEndian> P;
47 typedef Pointer32<LittleEndian> P;
H A DMachOFileAbstraction.hpp147 template <> struct macho_segment_content<Pointer32<BigEndian> > { segment_command fields; enum { CMD = LC_SEGMENT }; };
149 template <> struct macho_segment_content<Pointer32<LittleEndian> > { segment_command fields; enum { CMD = LC_SEGMENT }; };
202 template <> struct macho_section_content<Pointer32<BigEndian> > { section fields; };
204 template <> struct macho_section_content<Pointer32<LittleEndian> > { section fields; };
427 template <> struct macho_routines_content<Pointer32<BigEndian> > { routines_command fields; enum { CMD = LC_ROUTINES }; };
429 template <> struct macho_routines_content<Pointer32<LittleEndian> > { routines_command fields; enum { CMD = LC_ROUTINES }; };
661 template <> struct macho_nlist_content<Pointer32<BigEndian> > { struct nlist fields; };
663 template <> struct macho_nlist_content<Pointer32<LittleEndian> > { struct nlist fields; };
762 template <> struct macho_header_content<Pointer32<BigEndian> > { mach_header fields; };
764 template <> struct macho_header_content<Pointer32<LittleEndia
[all...]
H A DFileAbstraction.hpp41 // For example: to make a utility that handles 32-bit little enidan files use: Pointer32<LittleEndian>
123 class Pointer32 class
H A DMachOBinder.hpp146 uint32_t Binder<arm>::runtimeAddressFromNList(const macho_nlist<Pointer32<LittleEndian> >* sym)
/macosx-10.10.1/libunwind-35.3/src/
H A Dlibuwind.cxx93 new ((void*)cursor) UnwindCursor<OtherAddressSpace<Pointer32<LittleEndian> >,
101 new ((void*)cursor) UnwindCursor<OtherAddressSpace<Pointer32<BigEndian> >,
H A DFileAbstraction.hpp41 // For example: to make a utility that handles 32-bit little enidan files use: Pointer32<LittleEndian>
117 class Pointer32 class
H A DAddressSpace.hpp395 OtherAddressSpace<Pointer32<LittleEndian> > oas;
417 OtherAddressSpace<Pointer32<BigEndian> > oas;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DModule.h154 enum PointerSize { AnyPointerSize, Pointer32, Pointer64 }; enumerator in enum:llvm::Module::PointerSize
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DModule.cpp100 ret = Pointer32;

Completed in 125 milliseconds