Searched defs:macho_section_content (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp201 template <typename P> struct macho_section_content {}; struct
202 template <> struct macho_section_content<Pointer32<BigEndian> > { section fields; }; struct
203 template <> struct macho_section_content<Pointer64<BigEndian> > { section_64 fields; }; struct
204 template <> struct macho_section_content<Pointer32<LittleEndian> > { section fields; }; struct
205 template <> struct macho_section_content<Pointer64<LittleEndian> > { section_64 fields; }; struct

Completed in 125 milliseconds