HomeSort by relevance Sort by last modified time
    Searched refs:knowntypes (Results 1 - 4 of 4) sorted by null

  /external/elfutils/0.153/libebl/
eblobjnotetypename.c 79 static const char *knowntypes[] = local
89 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
90 && knowntypes[type] != NULL)
91 res = knowntypes[type];
eblcorenotetypename.c 70 static const char *knowntypes[] = local
92 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
93 && knowntypes[type] != NULL)
94 res = knowntypes[type];
eblsectiontypename.c 70 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/
readelf.c 732 static const char *const knowntypes[] = local
740 puts (gettext (knowntypes[e_type]));
    [all...]

Completed in 51 milliseconds