Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs127 unsafe fn init_from_auxp(mut auxp: *const Elf_auxv_t) { in init_from_auxp()
129 let Elf_auxv_t { a_type, a_val } = read(auxp); in init_from_auxp()
152 struct Elf_auxv_t { structure names
H A Dauxv.rs192 unsafe fn init_from_auxp(mut auxp: *const Elf_auxv_t) -> Option<()> { in init_from_auxp()
204 let Elf_auxv_t { a_type, a_val } = read_unaligned(auxp); in init_from_auxp()
370 struct Elf_auxv_t { structure names

Completed in 2 milliseconds