Searched refs:MachBits (Results 1 – 3 of 3) sorted by relevance
240 template<typename MachBits>242 typedef typename MachBits::mach_header_type mach_header_type; in FindTextSection()243 typedef typename MachBits::mach_segment_command_type in FindTextSection()249 if(header->magic != MachBits::magic) { in FindTextSection()260 if (cmd->cmd == MachBits::segment_load_command) { in FindTextSection()318 template<typename MachBits>320 typedef typename MachBits::mach_header_type mach_header_type; in GetFileTypeFromHeader()345 template<typename MachBits>349 typedef typename MachBits::nlist_type nlist_type; in LookupSymbol()411 template<typename MachBits>[all …]
101 template<typename MachBits>104 template<typename MachBits>178 template<typename MachBits>180 template<typename MachBits>232 template<typename MachBits>296 template<typename MachBits>
113 struct MachBits {}; struct119 struct MachBits<nlist32> { struct126 struct MachBits<nlist64> { argument173 typedef typename MachBits<nlist_type>::mach_header_type mach_header_type; in __breakpad_fdnlist()174 typedef typename MachBits<nlist_type>::word_type word_type; in __breakpad_fdnlist()176 const uint32_t magic = MachBits<nlist_type>::magic; in __breakpad_fdnlist()