Searched refs:system_call (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeRegisterContextLinux_s390x.cpp | 255 uint32_t system_call; in ReadRegister() local 256 Status error = DoReadRegisterSet(NT_S390_SYSTEM_CALL, &system_call, 4); in ReadRegister() 260 reg_value.SetUInt32(system_call); in ReadRegister() 326 uint32_t system_call = reg_value.GetAsUInt32(); in WriteRegister() local 327 return DoWriteRegisterSet(NT_S390_SYSTEM_CALL, &system_call, 4); in WriteRegister() 359 uint32_t system_call = 0; in ReadAllRegisterValues() local 360 DoWriteRegisterSet(NT_S390_SYSTEM_CALL, &system_call, 4); in ReadAllRegisterValues()
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_s390x.h | 109 DEFINE_GPR_NODWARF(system_call, 4, 0, nullptr, LLDB_INVALID_REGNUM),
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
H A D | opncls.texi | 28 @code{system_call} error. 45 @code{system_call} error.
|
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
H A D | opncls.texi | 19 @code{system_call} error.
|