OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:knowntypes
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libebl/
eblobjnotetypename.c
71
static const char *
knowntypes
[] =
local
80
if (type < sizeof (
knowntypes
) / sizeof (
knowntypes
[0])
81
&&
knowntypes
[type] != NULL)
82
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/src/
readelf.c
679
static const char *const
knowntypes
[] =
local
687
puts (gettext (
knowntypes
[e_type]));
[
all
...]
Completed in 83 milliseconds