Searched refs:model_map (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_machine.c502 static struct model_map { struct
505 } model_map[] = { local
573 for (n = 0; n < sizeof model_map / sizeof model_map[0]; ++n) {
574 struct model_map *mm = model_map + n;
590 VG_(debugLog)(1, "machine", "model = %s\n", model_map[model].name);

Completed in 47 milliseconds