Searched refs:dis_res (Results 1 – 1 of 1) sorted by relevance
71 static DisResult *dis_res; variable258 dis_res->whatNext = Dis_StopHere; in call_function()259 dis_res->jk_StopHere = Ijk_Call; in call_function()267 dis_res->whatNext = Dis_ResteerU; in call_function_and_chase()268 dis_res->continueAt = callee_address; in call_function_and_chase()272 dis_res->whatNext = Dis_StopHere; in call_function_and_chase()273 dis_res->jk_StopHere = Ijk_Call; in call_function_and_chase()283 dis_res->whatNext = Dis_StopHere; in return_from_function()284 dis_res->jk_StopHere = Ijk_Ret; in return_from_function()308 dis_res->whatNext = Dis_StopHere; in if_condition_goto_computed()[all …]