pub unsafe fn unchecked_getauxval<T: VdsoKey>() -> Option<T::Item>
Expand description

Returns values from the auxiliary vector, a mechanism that the kernel’s ELF binary loader uses to pass certain information to user space when a program is executed.

Keys implements crate::env::aux::VdsoKey

Safety

This function is marked as unsafe because it doesn’t check if library is initialized.