Home
last modified time | relevance | path

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

/external/valgrind/include/
Dpub_tool_basics.h207 UWord _wLO; member
305 return sr._wLO; in sr_Res()
329 return sr._wLO; in sr_Err()
342 && sr1._wLO == sr2._wLO && sr1._wHI == sr2._wHI; in sr_EQ()
/external/valgrind/coregrind/
Dm_syscall.c208 res._wLO = 0; in VG_()
214 res._wLO = wLO; in VG_()
221 res._wLO = wLO; in VG_()
227 res._wLO = wLO; in VG_()
241 res._wLO = 0; in VG_()
247 res._wLO = wLO; in VG_()
254 res._wLO = wLO; in VG_()
260 res._wLO = wLO; in VG_()
275 r._wLO = err; in VG_()
283 r._wLO = res; in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c436 VG_(printf)(" {%lu %lu %u}\n", s1->sres._wLO, s1->sres._wHI, s1->sres._mode); in eq_SyscallStatus()
437 VG_(printf)(" {%lu %lu %u}\n", s2->sres._wLO, s2->sres._wHI, s2->sres._mode); in eq_SyscallStatus()
1210 gst->guest_EAX = sres._wLO; in putSyscallStatusIntoGuestState()
1216 gst->guest_EAX = sres._wLO; in putSyscallStatusIntoGuestState()
1243 gst->guest_RAX = sres._wLO; in putSyscallStatusIntoGuestState()
1249 gst->guest_RAX = sres._wLO; in putSyscallStatusIntoGuestState()