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

  /external/elfutils/libebl/
eblobjnotetypename.c 54 static const char *knowntypes[] = local
64 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
65 && knowntypes[type] != NULL)
66 res = knowntypes[type];
eblcorenotetypename.c 45 static const char *knowntypes[] = local
67 if (type < sizeof (knowntypes) / sizeof (knowntypes[0])
68 && knowntypes[type] != NULL)
69 res = knowntypes[type];
eblsectiontypename.c 45 static const char *knowntypes[] = local
68 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0])
69 && knowntypes[section] != NULL)
70 res = knowntypes[section];
  /external/elfutils/src/
readelf.c 946 static const char *const knowntypes[] = local
954 puts (gettext (knowntypes[e_type]));
    [all...]

Completed in 70 milliseconds