Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_machine.c134 # define GOF(_fieldname) \ in get_otrack_shadow_offset_wrk() macro
151 if (ox == GOF(GPR0)) return ox; in get_otrack_shadow_offset_wrk()
152 if (ox == GOF(GPR1)) return ox; in get_otrack_shadow_offset_wrk()
153 if (ox == GOF(GPR2)) return ox; in get_otrack_shadow_offset_wrk()
154 if (ox == GOF(GPR3)) return ox; in get_otrack_shadow_offset_wrk()
155 if (ox == GOF(GPR4)) return ox; in get_otrack_shadow_offset_wrk()
156 if (ox == GOF(GPR5)) return ox; in get_otrack_shadow_offset_wrk()
157 if (ox == GOF(GPR6)) return ox; in get_otrack_shadow_offset_wrk()
158 if (ox == GOF(GPR7)) return ox; in get_otrack_shadow_offset_wrk()
159 if (ox == GOF(GPR8)) return ox; in get_otrack_shadow_offset_wrk()
[all …]
/external/valgrind/main/exp-ptrcheck/
Dh_main.c1307 # define GOF(_fieldname) \ in get_IntRegInfo() macro
1322 if (o == GOF(EAX) && is4) goto exactly1; in get_IntRegInfo()
1323 if (o == GOF(ECX) && is4) goto exactly1; in get_IntRegInfo()
1324 if (o == GOF(EDX) && is4) goto exactly1; in get_IntRegInfo()
1325 if (o == GOF(EBX) && is4) goto exactly1; in get_IntRegInfo()
1326 if (o == GOF(ESP) && is4) goto exactly1; in get_IntRegInfo()
1327 if (o == GOF(EBP) && is4) goto exactly1; in get_IntRegInfo()
1328 if (o == GOF(ESI) && is4) goto exactly1; in get_IntRegInfo()
1329 if (o == GOF(EDI) && is4) goto exactly1; in get_IntRegInfo()
1330 if (o == GOF(EIP) && is4) goto none; in get_IntRegInfo()
[all …]