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/
Ddump_syms.cc197 size_t object_files_count; in Read() local
199 fat_reader.object_files(&object_files_count); in Read()
200 if (object_files_count == 0) { in Read()
205 object_files_.resize(object_files_count); in Read()
207 sizeof(SuperFatArch) * object_files_count); in Read()
Dmacho_reader.cc97 uint32_t object_files_count; in Read() local
98 if (!(cursor >> object_files_count)) { // nfat_arch in Read()
104 object_files_.resize(object_files_count); in Read()
105 for (size_t i = 0; i < object_files_count; i++) { in Read()