Home
last modified time | relevance | path

Searched refs:type_die (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDdwarf2expr.c1036 cu_offset type_die; in execute_stack_op() local
1039 type_die.cu_off = uoffset; in execute_stack_op()
1040 type = dwarf_get_base_type (ctx, type_die, 0); in execute_stack_op()
1416 cu_offset type_die; in execute_stack_op() local
1422 type_die.cu_off = uoffset; in execute_stack_op()
1427 type = dwarf_get_base_type (ctx, type_die, n); in execute_stack_op()
1434 cu_offset type_die; in execute_stack_op() local
1439 type_die.cu_off = uoffset; in execute_stack_op()
1441 type = dwarf_get_base_type (ctx, type_die, 0); in execute_stack_op()
1452 cu_offset type_die; in execute_stack_op() local
[all …]
HDdwarf2loc.c3743 cu_offset type_die; in disassemble_dwarf_expression() local
3747 type_die.cu_off = ul; in disassemble_dwarf_expression()
3748 type = dwarf2_get_die_type (type_die, per_cu); in disassemble_dwarf_expression()
3751 fprintf_filtered (stream, " [0x%s]>", phex_nz (type_die.cu_off, 0)); in disassemble_dwarf_expression()
3758 cu_offset type_die; in disassemble_dwarf_expression() local
3763 type_die.cu_off = ul; in disassemble_dwarf_expression()
3765 type = dwarf2_get_die_type (type_die, per_cu); in disassemble_dwarf_expression()
3769 phex_nz (type_die.cu_off, 0), in disassemble_dwarf_expression()
3777 cu_offset type_die; in disassemble_dwarf_expression() local
3780 type_die.cu_off = ul; in disassemble_dwarf_expression()
[all …]
HDdwarf2read.c11238 struct die_info *type_die = follow_die_ref_or_sig (die, attr, &type_cu); in read_structure_type() local
11244 type = read_type_die (type_die, type_cu); in read_structure_type()
11565 struct die_info *type_die = follow_die_ref_or_sig (die, attr, &type_cu); in read_enumeration_type() local
11567 type = read_type_die (type_die, type_cu); in read_enumeration_type()
16482 struct die_info *type_die; in lookup_die_type() local
16485 type_die = follow_die_ref_or_sig (die, attr, &type_cu); in lookup_die_type()
16489 this_type = get_die_type (type_die, type_cu); in lookup_die_type()
16491 this_type = read_type_die_1 (type_die, type_cu); in lookup_die_type()
/dragonfly/contrib/gcc-4.7/gcc/
HDdwarf2out.c2876 dw_die_ref type_die; member
5067 strip_naming_typedef (tree type, dw_die_ref type_die) in strip_naming_typedef() argument
5071 && type_die in strip_naming_typedef()
5072 && type_die->die_tag == DW_TAG_typedef in strip_naming_typedef()
5074 type_die = get_AT_ref (type_die, DW_AT_type); in strip_naming_typedef()
5075 return type_die; in strip_naming_typedef()
5098 equate_type_number_to_die (tree type, dw_die_ref type_die) in equate_type_number_to_die() argument
5100 TYPE_SYMTAB_DIE (type) = type_die; in equate_type_number_to_die()
6428 type_node->type_die = die; in generate_type_signature()
8669 dw2_asm_output_data (DWARF_OFFSET_SIZE, node->type_die->die_offset, in output_comdat_type_unit()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c3127 dw_die_ref type_die; member
5751 strip_naming_typedef (tree type, dw_die_ref type_die) in strip_naming_typedef() argument
5755 && type_die in strip_naming_typedef()
5756 && type_die->die_tag == DW_TAG_typedef in strip_naming_typedef()
5758 type_die = get_AT_ref (type_die, DW_AT_type); in strip_naming_typedef()
5759 return type_die; in strip_naming_typedef()
5782 equate_type_number_to_die (tree type, dw_die_ref type_die) in equate_type_number_to_die() argument
5784 TYPE_SYMTAB_DIE (type) = type_die; in equate_type_number_to_die()
7604 type_node->type_die = die; in generate_type_signature()
11290 dw2_asm_output_data (DWARF_OFFSET_SIZE, node->type_die->die_offset, in output_comdat_type_unit()
[all …]