Searched refs:type_strings (Results 1 – 2 of 2) sorted by relevance
35 static const char *const type_strings[] = { variable214 dprintf1("%s ", type_strings[type]); in debug_dump_one_ref()288 (type < countof(type_strings) ? in debug_dump_array()289 type_strings[type] : "????"), in debug_dump_array()
259 static const char * const type_strings[] = { REF_TYPE_PRINT_STRINGS }; in obj_cvp() local423 if (rtype > countof(type_strings)) in obj_cvp()425 data = (const byte *)type_strings[rtype]; in obj_cvp()