Searched refs:configure_aslr (Results 1 – 3 of 3) sorted by relevance
149 fn configure_aslr(&mut self) -> Option<ConfigureASLROps<Self>> { in configure_aslr() method
64 fn configure_aslr(&mut self) -> Option<target::ext::extended_mode::ConfigureASLROps<Self>> { in configure_aslr() method
279 if ops.configure_aslr().is_some() { in handle_base()887 ext::ExtendedMode::QDisableRandomization(cmd) if ops.configure_aslr().is_some() => { in handle_extended_mode()888 let ops = ops.configure_aslr().unwrap(); in handle_extended_mode()