Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.h51 extern void auxv_32_to_n(const auxv32_t *, auxv_t *);
H A DP32ton.c169 auxv_32_to_n(const auxv32_t *src, auxv_t *dst) in auxv_32_to_n() function
H A DPcore.c1046 auxv_32_to_n(&a32[i], &P->auxv[i]); in note_auxv()