HomeSort by relevance Sort by last modified time
    Searched full:nlist_type (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 132 template<typename nlist_type>
134 __breakpad_fdnlist(int fd, nlist_type *list, const char **symbolNames,
141 template <typename nlist_type>
143 nlist_type *list,
170 template<typename nlist_type>
171 int __breakpad_fdnlist(int fd, nlist_type *list, const char **symbolNames,
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;
180 for (nlist_type* q = list
    [all...]
dynamic_images.cc 225 typedef struct nlist nlist_type; typedef in struct:google_breakpad::MachO32
235 typedef struct nlist_64 nlist_type; typedef in struct:google_breakpad::MachO64
349 typedef typename MachBits::nlist_type nlist_type; typedef
351 nlist_type symbol_info[8] = {};
353 nlist_type &list = symbol_info[0];

Completed in 70 milliseconds