FUNCTION::SET_POINTE

Section: Context Functions (3stap)
Updated: November 2020
Page Index
 

NAME

function::set_pointer_arg - Set function argument as pointer value  

SYNOPSIS

    set_pointer_arg(n:long,v:long)
 

ARGUMENTS

n

index of argument to return

v

value to set
 

DESCRIPTION

Set the unsigned value of argument n, same as ulong_arg. Can be used with any type of pointer.  

SEE ALSO

tapset::registers(3stap)


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
SEE ALSO