Searched defs:PHDR (Results 1 – 2 of 2) sorted by relevance
105 static mut PHDR: AtomicPtr<Elf_Phdr> = AtomicPtr::new(NonNull::dangling().as_ptr()); constant
180 static PHDR: AtomicPtr<Elf_Phdr> = AtomicPtr::new(null_mut()); variable