Miscellaneous functions


Functions

VOID * LEVEL_BASE::FunctionCodeAddress (void(*fp)())
UINT32 LEVEL_BASE::CFM_Sof (UINT64 cfm)
UINT32 LEVEL_BASE::CFM_Sol (UINT64 cfm)
UINT32 LEVEL_BASE::CFM_Sor (UINT64 cfm)
ADDRINT LEVEL_BASE::BSP_AddSlots (ADDRINT bsp, UINT32 slots)
ADDRINT LEVEL_BASE::BSP_SubSlots (ADDRINT bsp, UINT32 slots)
ADDRINT * LEVEL_BASE::REG_RseBackingStoreAddress (REG reg, ADDRINT *bsp)
VOID * LEVEL_BASE::FunctionGp (void(*fp)())

Function Documentation

ADDRINT LEVEL_BASE::BSP_AddSlots ADDRINT  bsp,
UINT32  slots
 

Compute a new backing store pointer value by adding space for new slots. This accounts for space needed for NaT collections.

ADDRINT LEVEL_BASE::BSP_SubSlots ADDRINT  bsp,
UINT32  slots
 

Compute a new backing store pointer value by subtracting space for slots. This accounts for space needed for NaT collections.

UINT32 LEVEL_BASE::CFM_Sof UINT64  cfm  ) 
 

Extract the size of the register stack frame from an Itanium CFM

UINT32 LEVEL_BASE::CFM_Sol UINT64  cfm  ) 
 

Extract the size of the locals in a register stack frame from an Itanium CFM

UINT32 LEVEL_BASE::CFM_Sor UINT64  cfm  ) 
 

Extract the size of the rotating registers in a register stack frame from an Itanium CFM

VOID * LEVEL_BASE::FunctionCodeAddress void(*)()  fp  ) 
 

Returns:
Address of the code, given a function pointer

VOID* LEVEL_BASE::FunctionGp void(*)()  fp  ) 
 

Returns:
gp of function

ADDRINT* LEVEL_BASE::REG_RseBackingStoreAddress REG  reg,
ADDRINT *  bsp
 

Returns:
Address in backing store of a itanium stacked register


Generated on Tue Jan 16 00:09:08 2007 for Pin by  doxygen 1.4.6