Searched defs:available_var_finder (Results 1 – 1 of 1) sorted by relevance
93 struct available_var_finder { struct94 struct probe_finder pf;95 Dwfl_Module *mod; /* For solving symbols */96 struct variable_list *vls; /* Found variable lists */97 int nvls; /* Number of variable lists */98 int max_vls; /* Max no. of variable lists */99 bool externs; /* Find external vars too */100 bool child; /* Search child scopes */