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

/external/elfutils/0.153/libebl/
H A Deblobjnotetypename.c79 static const char *knowntypes[] = local
89 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
90 && knowntypes[type] != NULL)
91 res = knowntypes[type];
H A Deblcorenotetypename.c70 static const char *knowntypes[] = local
92 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
93 && knowntypes[type] != NULL)
94 res = knowntypes[type];
H A Deblsectiontypename.c70 static const char *knowntypes[] = local
93 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0])
94 && knowntypes[section] != NULL)
95 res = knowntypes[section];
/external/elfutils/0.153/src/
H A Dreadelf.c732 static const char *const knowntypes[] = local
740 puts (gettext (knowntypes[e_type]));

Completed in 411 milliseconds