Home
last modified time | relevance | path

Searched refs:init_from_auxp (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs116 init_from_auxp(envp.add(1).cast()) in init_from_envp()
127 unsafe fn init_from_auxp(mut auxp: *const Elf_auxv_t) { in init_from_auxp() functions
H A Dauxv.rs181 unsafe { init_from_auxp(buffer.as_ptr().cast()) } in init_from_auxv_file()
192 unsafe fn init_from_auxp(mut auxp: *const Elf_auxv_t) -> Option<()> { in init_from_auxp() functions

Completed in 2 milliseconds