Searched refs:sp_value (Results 1 – 2 of 2) sorted by relevance
829 valueT sym_value, sp_value = S_GET_VALUE (sp); in VMS_TBT_Routine_End() local838 if (sym_value > sp_value && sym_value < Size) in VMS_TBT_Routine_End()845 if (sym_value == sp_value && in VMS_TBT_Routine_End()855 Size -= sp_value; /* and get the size of the routine */ in VMS_TBT_Routine_End()
6024 DNBRegisterValue sp_value; in GetMachHeaderForMainExecutable() local6026 GENERIC_REGNUM_SP, &sp_value)) { in GetMachHeaderForMainExecutable()6028 addr_size == 8 ? sp_value.value.uint64 : sp_value.value.uint32; in GetMachHeaderForMainExecutable()