Home
last modified time | relevance | path

Searched refs:line_offset_struct (Results 1 – 2 of 2) sorted by relevance

/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddwarf2read.c5094 create_type_unit_group (struct dwarf2_cu *cu, sect_offset line_offset_struct) in create_type_unit_group() argument
5115 unsigned int line_offset = line_offset_struct.sect_off; in create_type_unit_group()
5133 tu_group->hash.line_offset = line_offset_struct; in create_type_unit_group()
5187 sect_offset line_offset_struct; in get_type_unit_group() local
5189 line_offset_struct.sect_off = line_offset; in get_type_unit_group()
5190 tu_group = create_type_unit_group (cu, line_offset_struct); in get_type_unit_group()
/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dread.c6817 create_type_unit_group (struct dwarf2_cu *cu, sect_offset line_offset_struct)
6832 unsigned int line_offset = to_underlying (line_offset_struct);
6849 tu_group->hash.line_sect_off = line_offset_struct;
6896 sect_offset line_offset_struct = (sect_offset) line_offset;
6898 = create_type_unit_group (cu, line_offset_struct);