Home
last modified time | relevance | path

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

/external/capstone/arch/Sparc/
DSparcMapping.c3289 static name_map hint_maps[] = { variable
3300 for(i = 0; i < ARR_SIZE(hint_maps); i++) { in Sparc_map_hint()
3301 l2 = strlen(hint_maps[i].name); in Sparc_map_hint()
3304 if (!strcmp(hint_maps[i].name, name + (l1 - l2))) in Sparc_map_hint()
3305 return hint_maps[i].id; in Sparc_map_hint()