Searched refs:line_info_table (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dvmsdbgout.c52 /* Each entry in the line_info_table maintains the file and
138 static dst_line_info_ref line_info_table; variable
140 /* Number of elements currently allocated for line_info_table. */
143 /* Number of elements in line_info_table currently in use. */
146 /* Size (in elements) of increments by which we may expand line_info_table. */
982 fn = line_info_table[1].dst_file_num;
984 + line_info_table[1].dst_line_num);
1002 fn = line_info_table[i].dst_file_num;
1004 + line_info_table[i].dst_line_num);
1518 'line_info_table' fo
[all...]
H A Ddwarf2out.c5501 /* Each entry in the line_info_table maintains the file and
5783 dw_line_info_ref line_info_table;
5785 /* Number of elements currently allocated for line_info_table. */
5788 /* Number of elements in line_info_table currently in use. */
5803 line_info_table. */
7961 line_info = &line_info_table[i];
11606 dw_line_info_ref line_info = &line_info_table[lt_index];
20471 'line_info_table' for later output of the .debug_line section. */
20530 /* Add the new entry at the end of the line_info_table. */
20548 line_info_table
5779 dw_line_info_ref line_info_table; variable
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dvmsdbgout.c50 /* Each entry in the line_info_table maintains the file and
136 static dst_line_info_ref line_info_table; variable
138 /* Number of elements currently allocated for line_info_table. */
141 /* Number of elements in line_info_table currently in use. */
144 /* Size (in elements) of increments by which we may expand line_info_table. */
973 fn = line_info_table[1].dst_file_num;
975 + line_info_table[1].dst_line_num);
993 fn = line_info_table[i].dst_file_num;
995 + line_info_table[i].dst_line_num);
1534 'line_info_table' fo
[all...]
H A Ddwarf2out.c3631 /* Each entry in the line_info_table maintains the file and
3847 dw_line_info_ref line_info_table;
3849 /* Number of elements currently allocated for line_info_table. */
3852 /* Number of elements in line_info_table currently in use. */
3870 line_info_table. */
5788 line_info = &line_info_table[i];
7871 dw_line_info_ref line_info = &line_info_table[lt_index];
13631 'line_info_table' for later output of the .debug_line section. */
13684 /* Add the new entry at the end of the line_info_table. */
13702 line_info_table
3843 dw_line_info_ref line_info_table; variable
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c233 struct line_info_table *line_table;
992 struct line_info_table struct
1054 /* Adds a new entry to the line_info list in the line_info_table, ensuring
1060 add_line_info (struct line_info_table *table,
1182 concat_filename (struct line_info_table *table, unsigned int file)
1317 sort_line_sequences (struct line_info_table* table)
1384 static struct line_info_table*
1388 struct line_info_table* table;
1401 amt = sizeof (struct line_info_table);
1402 table = (struct line_info_table *) bfd_allo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Ddwarf2.c233 struct line_info_table *line_table;
992 struct line_info_table struct
1054 /* Adds a new entry to the line_info list in the line_info_table, ensuring
1060 add_line_info (struct line_info_table *table,
1182 concat_filename (struct line_info_table *table, unsigned int file)
1317 sort_line_sequences (struct line_info_table* table)
1384 static struct line_info_table*
1388 struct line_info_table* table;
1401 amt = sizeof (struct line_info_table);
1402 table = (struct line_info_table *) bfd_allo
[all...]

Completed in 310 milliseconds