Function panda_sys::qemu_getauxval

source ·
pub unsafe extern "C" fn qemu_getauxval(type_: c_ulong) -> c_ulong
Expand description

qemu_getauxval: @type: the auxiliary vector key to lookup

Search the auxiliary vector for @type, returning the value or 0 if @type is not present.