Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dstorage.c117 # define SHOW_HOW(_how, _off) \ in ML_() argument
119 if (_how == CFIR_UNKNOWN) { \ in ML_()
122 if (_how == CFIR_SAME) { \ in ML_()
125 if (_how == CFIR_CFAREL) { \ in ML_()
128 if (_how == CFIR_MEMCFAREL) { \ in ML_()
131 if (_how == CFIR_EXPR) { \ in ML_()
Dreaddwarf.c2193 # define SUMMARISE_HOW(_how, _off, _ctxreg) \ in summarise_context() argument
2196 _how = CFIR_UNKNOWN; _off = 0; break; \ in summarise_context()
2198 _how = CFIR_SAME; _off = 0; break; \ in summarise_context()
2200 _how = CFIR_MEMCFAREL; _off = _ctxreg.arg; break; \ in summarise_context()
2202 _how = CFIR_CFAREL; _off = _ctxreg.arg; break; \ in summarise_context()
2220 _how = CFIR_EXPR; \ in summarise_context()
Ddebuginfo.c2395 # define COMPUTE(_prev, _here, _how, _off) \ in VG_() argument
2397 switch (_how) { \ in VG_()