Lines Matching refs:scopes
1307 Dwarf_Die *scopes, in find_data_type_block() argument
1325 if (dwarf_ranges(&scopes[i], 0, &base, &start, &end) < 0) in find_data_type_block()
1329 pr_debug_scope(&scopes[i]); in find_data_type_block()
1351 die_collect_vars(&scopes[i], &var_types); in find_data_type_block()
1396 Dwarf_Die *scopes = NULL; in find_data_type_die() local
1460 nr_scopes = die_get_scopes(&cu_die, pc, &scopes); in find_data_type_die()
1462 if (reg != DWARF_REG_PC && dwarf_hasattr(&scopes[0], DW_AT_frame_base)) { in find_data_type_die()
1467 if (dwarf_attr(&scopes[0], DW_AT_frame_base, &attr) != NULL && in find_data_type_die()
1499 if (!die_find_variable_by_addr(&scopes[i], dloc->var_addr, in find_data_type_die()
1504 if (!die_find_variable_by_reg(&scopes[i], pc, reg, in find_data_type_die()
1511 i+1, nr_scopes, (long)dwarf_dieoffset(&scopes[i])); in find_data_type_die()
1545 result = find_data_type_block(dloc, &cu_die, scopes, in find_data_type_die()
1584 free(scopes); in find_data_type_die()