Home
last modified time | relevance | path

Searched refs:SYSINFO_EHDR (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs73 unsafe { SYSINFO_EHDR.0 }
96 static mut SYSINFO_EHDR: SyncConstPtr<Elf_Ehdr> = unsafe { SyncConstPtr::new(null()) }; consts
140 AT_SYSINFO_EHDR => SYSINFO_EHDR = SyncConstPtr::new(a_val.cast::<Elf_Ehdr>()), in init_from_auxp()
H A Dauxv.rs114 let mut ehdr = SYSINFO_EHDR.load(Relaxed);
118 ehdr = SYSINFO_EHDR.load(Relaxed);
128 static SYSINFO_EHDR: AtomicPtr<Elf_Ehdr> = AtomicPtr::new(null_mut()); consts
234 SYSINFO_EHDR.store(sysinfo_ehdr, Relaxed); in init_from_auxp()
/third_party/elfutils/libebl/
H A Deblauxvinfo.c69 TYPE (SYSINFO_EHDR, "p") \

Completed in 2 milliseconds