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

/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc113 struct MachBits {}; struct
119 struct MachBits<nlist32> { struct
126 struct MachBits<nlist64> { struct
173 typedef typename MachBits<nlist_type>::mach_header_type mach_header_type;
174 typedef typename MachBits<nlist_type>::word_type word_type;
176 const uint32_t magic = MachBits<nlist_type>::magic;

Completed in 93 milliseconds