Home
last modified time | relevance | path

Searched refs:object_files_count (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader.cc95 uint32_t object_files_count; in Read() local
96 if (!(cursor >> object_files_count)) { // nfat_arch in Read()
102 object_files_.resize(object_files_count); in Read()
103 for (size_t i = 0; i < object_files_count; i++) { in Read()
Ddump_syms.mm172 size_t object_files_count;
174 fat_reader.object_files(&object_files_count);
175 if (object_files_count == 0) {
180 object_files_.resize(object_files_count);
182 sizeof(struct fat_arch) * object_files_count);