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

/external/elfutils/libebl/
H A Deblauxvinfo.c79 } auxv_types[] = variable in typeref:struct:__anon6773
85 #define nauxv_types (sizeof auxv_types / sizeof auxv_types[0])
92 if (result == 0 && a_type < nauxv_types && auxv_types[a_type].name != NULL)
95 *name = auxv_types[a_type].name;
96 *format = auxv_types[a_type].format;

Completed in 174 milliseconds