Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c157 const struct auxv_entry { in start() struct
173 for (auxv = (const struct auxv_entry *)p; auxv->type != AT_NULL; ++auxv) { in start()