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

  /external/elfutils/libebl/
eblobjnotetypename.c 35 static const char *knowntypes[] = local
42 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
43 && knowntypes[type] != NULL)
44 res = knowntypes[type];
eblcorenotetypename.c 35 static const char *knowntypes[] = local
56 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
57 && knowntypes[type] != NULL)
58 res = knowntypes[type];
eblsectiontypename.c 34 static const char *knowntypes[] = local
57 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0])
58 && knowntypes[section] != NULL)
59 res = knowntypes[section];
  /external/elfutils/src/
readelf.c 530 static const char *knowntypes[] = local
538 puts (gettext (knowntypes[e_type]));
    [all...]

Completed in 651 milliseconds