Searched refs:nr_scopes (Results 1 – 1 of 1) sorted by relevance
1308 int nr_scopes, in find_data_type_block() argument1321 for (int i = nr_scopes - 1; i >= 0; i--) { in find_data_type_block()1328 pr_debug_dtp("scope: [%d/%d] ", i + 1, nr_scopes); in find_data_type_block()1399 int i, nr_scopes; in find_data_type_die() local1460 nr_scopes = die_get_scopes(&cu_die, pc, &scopes); in find_data_type_die()1494 for (i = nr_scopes - 1; i >= 0; i--) { in find_data_type_die()1511 i+1, nr_scopes, (long)dwarf_dieoffset(&scopes[i])); in find_data_type_die()1546 nr_scopes, type_die); in find_data_type_die()
Completed in 8 milliseconds