Home
last modified time | relevance | path

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

/external/valgrind/include/vki/
Dvki-solaris.h1402 long uc_filler[5]; member
1404 #define VKI_UC_GUEST_CC_OP(uc) (*(UWord*)&(uc)->uc_filler[0])
1405 #define VKI_UC_GUEST_CC_NDEP(uc) (*(UWord*)&(uc)->uc_filler[1])
1406 #define VKI_UC_GUEST_CC_DEP1(uc) (*(UWord*)&(uc)->uc_filler[2])
1407 #define VKI_UC_GUEST_CC_DEP2(uc) (*(UWord*)&(uc)->uc_filler[3])
1412 #define VKI_UC_SIGNO(uc) (*(UWord*)&(uc)->uc_filler[4])
1413 #define VKI_UC_SIGNO_CONST(uc) (*(const UWord*)&(uc)->uc_filler[4])