Home
last modified time | relevance | path

Searched refs:line_info_table (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvmsdbgout.c119 static dst_line_info_ref line_info_table; variable
830 fn = line_info_table[1].dst_file_num; in write_pclines()
832 + line_info_table[1].dst_line_num); in write_pclines()
850 fn = line_info_table[i].dst_file_num; in write_pclines()
852 + line_info_table[i].dst_line_num); in write_pclines()
1395 line_info_table = XRESIZEVEC (dst_line_info_entry, line_info_table, in vmsdbgout_write_source_line()
1400 line_info = &line_info_table[line_info_table_in_use++]; in vmsdbgout_write_source_line()
1466 line_info_table = XCNEWVEC (dst_line_info_entry, LINE_INFO_TABLE_INCREMENT); in vmsdbgout_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvmsdbgout.cc119 static dst_line_info_ref line_info_table; variable
831 fn = line_info_table[1].dst_file_num; in write_pclines()
833 + line_info_table[1].dst_line_num); in write_pclines()
851 fn = line_info_table[i].dst_file_num; in write_pclines()
853 + line_info_table[i].dst_line_num); in write_pclines()
1396 line_info_table = XRESIZEVEC (dst_line_info_entry, line_info_table, in vmsdbgout_write_source_line()
1401 line_info = &line_info_table[line_info_table_in_use++]; in vmsdbgout_write_source_line()
1467 line_info_table = XCNEWVEC (dst_line_info_entry, LINE_INFO_TABLE_INCREMENT); in vmsdbgout_init()
H A DChangeLog-201131936 (line_info_table, line_info_label_num): Remove.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c231 struct line_info_table *line_table;
359 struct line_info_table *line_table;
1732 struct line_info_table struct
1829 add_line_info (struct line_info_table *table, in add_line_info()
1954 concat_filename (struct line_info_table *table, unsigned int file) in concat_filename()
2299 build_line_info_table (struct line_info_table * table, in build_line_info_table()
2342 sort_line_sequences (struct line_info_table* table) in sort_line_sequences()
2412 line_info_add_include_dir (struct line_info_table *table, char *cur_dir) in line_info_add_include_dir()
2433 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir, in line_info_add_include_dir_stub()
2444 line_info_add_file_name (struct line_info_table *table, char *cur_file, in line_info_add_file_name()
[all …]
H A DChangeLog-20082855 (decode_line_info): Free the line_info_table before returning a
H A DChangeLog-20094 (struct line_info_table): Add num_sequences, remove last_line,
H A DChangeLog-02035983 * dwarf2.c (add_line_info): Ensure that the line_info_table is
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c275 struct line_info_table *line_table;
406 struct line_info_table *line_table;
1802 struct line_info_table struct
1896 add_line_info (struct line_info_table *table, in add_line_info()
2021 concat_filename (struct line_info_table *table, unsigned int file) in concat_filename()
2383 build_line_info_table (struct line_info_table * table, in build_line_info_table()
2426 sort_line_sequences (struct line_info_table* table) in sort_line_sequences()
2496 line_info_add_include_dir (struct line_info_table *table, char *cur_dir) in line_info_add_include_dir()
2517 line_info_add_include_dir_stub (struct line_info_table *table, char *cur_dir, in line_info_add_include_dir_stub()
2528 line_info_add_file_name (struct line_info_table *table, char *cur_file, in line_info_add_file_name()
[all …]
H A DChangeLog524 * dwarf2.c (struct line_info_table): Add new field:
H A DChangeLog-20082855 (decode_line_info): Free the line_info_table before returning a
H A DChangeLog-20094 (struct line_info_table): Add num_sequences, remove last_line,
H A DChangeLog-02035983 * dwarf2.c (add_line_info): Ensure that the line_info_table is
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20082855 (decode_line_info): Free the line_info_table before returning a
H A DChangeLog-02035983 * dwarf2.c (add_line_info): Ensure that the line_info_table is
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20082855 (decode_line_info): Free the line_info_table before returning a
H A DChangeLog-20094 (struct line_info_table): Add num_sequences, remove last_line,
H A DChangeLog-02035983 * dwarf2.c (add_line_info): Ensure that the line_info_table is
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git105667 * dwarf2.c (struct line_info_table): Add new field: