Searched refs:dso_count (Results 1 – 3 of 3) sorted by relevance
717 int dso_count = 0; in WriteDSODebugStream() local729 dso_count++; in WriteDSODebugStream()733 if (dso_count > 0) { in WriteDSODebugStream()737 if (!linkmap.AllocateArray(dso_count)) in WriteDSODebugStream()775 debug.get()->dso_count = dso_count; in WriteDSODebugStream()
946 uint32_t dso_count; member961 uint32_t dso_count; member
706 debug->dso_count, in ParseDSODebugInfo()718 for (unsigned int i = 0; i < debug->dso_count; ++i) { in ParseDSODebugInfo()920 debug.r_map = crashinfo->debug.dso_count > 0 ? in AugmentMappings()