auxv.rs |
Linux auxv support.
# Safety
This uses raw pointers to locate and read the kernel-provided auxv array. |
17866 |
init.rs |
Linux auxv `init` function, for "use-explicitly-provided-auxv" mode.
# Safety
This uses raw pointers to locate and read the kernel-provided auxv array. |
6219 |
libc_auxv.rs |
Linux auxv support, using libc.
# Safety
This uses raw pointers to locate and read the kernel-provided auxv array. |
5344 |
mod.rs |
|
481 |