Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_machine.c602 static struct model_map { in VG_() struct
605 } model_map[] = { in VG_() local
676 for (n = 0; n < sizeof model_map / sizeof model_map[0]; ++n) { in VG_()
677 struct model_map *mm = model_map + n; in VG_()
695 : model_map[model].name); in VG_()