Home
last modified time | relevance | path

Searched refs:_wLO (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/include/
Dpub_tool_basics.h196 UWord _wLO; member
294 return sr._wLO; in sr_Res()
318 return sr._wLO; in sr_Err()
331 && sr1._wLO == sr2._wLO && sr1._wHI == sr2._wHI; in sr_EQ()
/external/valgrind/coregrind/
Dm_syscall.c219 res._wLO = 0; in VG_()
225 res._wLO = wLO; in VG_()
232 res._wLO = wLO; in VG_()
238 res._wLO = wLO; in VG_()
252 res._wLO = 0; in VG_()
258 res._wLO = wLO; in VG_()
265 res._wLO = wLO; in VG_()
271 res._wLO = wLO; in VG_()
286 r._wLO = err; in VG_()
294 r._wLO = res; in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c435 VG_(printf)(" {%lu %lu %u}\n", s1->sres._wLO, s1->sres._wHI, s1->sres._mode); in eq_SyscallStatus()
436 VG_(printf)(" {%lu %lu %u}\n", s2->sres._wLO, s2->sres._wHI, s2->sres._mode); in eq_SyscallStatus()
1235 gst->guest_EAX = sres._wLO; in putSyscallStatusIntoGuestState()
1241 gst->guest_EAX = sres._wLO; in putSyscallStatusIntoGuestState()
1268 gst->guest_RAX = sres._wLO; in putSyscallStatusIntoGuestState()
1274 gst->guest_RAX = sres._wLO; in putSyscallStatusIntoGuestState()