Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs55 unsafe { (PHDR.0.cast(), PHNUM) }
98 static mut PHNUM: usize = 0; consts
137 AT_PHNUM => PHNUM = a_val as usize, in init_from_auxp()
H A Dauxv.rs89 let mut phnum = PHNUM.load(Relaxed);
94 phnum = PHNUM.load(Relaxed);
130 static PHNUM: AtomicUsize = AtomicUsize::new(0); consts
232 PHNUM.store(phnum, Relaxed); in init_from_auxp()
/third_party/elfutils/libebl/
H A Deblauxvinfo.c48 TYPE (PHNUM, "u") \

Completed in 2 milliseconds