Searched refs:nscopes (Results 1 – 1 of 1) sorted by relevance
1137 int ret, nscopes; in find_variable() local1179 nscopes = dwarf_getscopes_die(sp_die, &scopes); in find_variable()1180 while (nscopes-- > 1) { in find_variable()1182 dwarf_diename(&scopes[nscopes])); in find_variable()1184 if (die_find_variable_at(&scopes[nscopes], in find_variable()1640 int ret, nscopes; in add_available_vars() local1669 nscopes = dwarf_getscopes_die(sp_die, &scopes); in add_available_vars()1670 while (nscopes-- > 1) in add_available_vars()1671 die_find_child(&scopes[nscopes], collect_variables_cb, in add_available_vars()