Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblobjnotetypename.c54 static const char *knowntypes[] = in ebl_object_note_type_name() local
64 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()
Deblcorenotetypename.c45 static const char *knowntypes[] = in ebl_core_note_type_name() local
67 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()
Deblsectiontypename.c45 static const char *knowntypes[] = in ebl_section_type_name() local
68 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()
/external/elfutils/src/
Dreadelf.c946 static const char *const knowntypes[] = in print_file_type() local
954 puts (gettext (knowntypes[e_type])); in print_file_type()