Home
last modified time | relevance | path

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

/external/elfutils/libebl/
Deblauxvinfo.c79 } auxv_types[] = variable
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) in ebl_auxv_info()
95 *name = auxv_types[a_type].name; in ebl_auxv_info()
96 *format = auxv_types[a_type].format; in ebl_auxv_info()