Home
last modified time | relevance | path

Searched refs:sp_value (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c829 valueT sym_value, sp_value = S_GET_VALUE (sp); in VMS_TBT_Routine_End() local
838 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()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp6024 DNBRegisterValue sp_value; in GetMachHeaderForMainExecutable() local
6026 GENERIC_REGNUM_SP, &sp_value)) { in GetMachHeaderForMainExecutable()
6028 addr_size == 8 ? sp_value.value.uint64 : sp_value.value.uint32; in GetMachHeaderForMainExecutable()