Lines Matching refs:scopes
1411 Dwarf_Die *scopes, in find_data_type_block() argument
1429 if (dwarf_ranges(&scopes[i], 0, &base, &start, &end) < 0) in find_data_type_block()
1433 pr_debug_scope(&scopes[i]); in find_data_type_block()
1455 die_collect_vars(&scopes[i], &var_types); in find_data_type_block()
1500 Dwarf_Die *scopes = NULL; in find_data_type_die() local
1564 nr_scopes = die_get_scopes(&cu_die, pc, &scopes); in find_data_type_die()
1566 if (reg != DWARF_REG_PC && dwarf_hasattr(&scopes[0], DW_AT_frame_base)) { in find_data_type_die()
1571 if (dwarf_attr(&scopes[0], DW_AT_frame_base, &attr) != NULL && in find_data_type_die()
1603 if (!die_find_variable_by_addr(&scopes[i], dloc->var_addr, in find_data_type_die()
1608 if (!die_find_variable_by_reg(&scopes[i], pc, reg, in find_data_type_die()
1615 i+1, nr_scopes, (long)dwarf_dieoffset(&scopes[i])); in find_data_type_die()
1649 result = find_data_type_block(dloc, &cu_die, scopes, in find_data_type_die()
1688 free(scopes); in find_data_type_die()