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)()) |
|
Compute a new backing store pointer value by adding space for new slots. This accounts for space needed for NaT collections. |
|
Compute a new backing store pointer value by subtracting space for slots. This accounts for space needed for NaT collections. |
|
Extract the size of the register stack frame from an Itanium CFM |
|
Extract the size of the locals in a register stack frame from an Itanium CFM |
|
Extract the size of the rotating registers in a register stack frame from an Itanium CFM |
|
|
|
|
|
|