Searched refs:knowntypes (Results 1 – 4 of 4) sorted by relevance
54 static const char *knowntypes[] = in ebl_object_note_type_name() local64 if (type < sizeof (knowntypes) / sizeof (knowntypes[0]) in ebl_object_note_type_name()65 && knowntypes[type] != NULL) in ebl_object_note_type_name()66 res = knowntypes[type]; in ebl_object_note_type_name()
45 static const char *knowntypes[] = in ebl_core_note_type_name() local67 if (type < sizeof (knowntypes) / sizeof (knowntypes[0]) in ebl_core_note_type_name()68 && knowntypes[type] != NULL) in ebl_core_note_type_name()69 res = knowntypes[type]; in ebl_core_note_type_name()
45 static const char *knowntypes[] = in ebl_section_type_name() local68 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0]) in ebl_section_type_name()69 && knowntypes[section] != NULL) in ebl_section_type_name()70 res = knowntypes[section]; in ebl_section_type_name()
946 static const char *const knowntypes[] = in print_file_type() local954 puts (gettext (knowntypes[e_type])); in print_file_type()