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

/freebsd-9.3-release/contrib/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.c3694 /* Each entry in the line_info_table maintains the file and
3926 dw_line_info_ref line_info_table;
3928 /* Number of elements currently allocated for line_info_table. */
3931 /* Number of elements in line_info_table currently in use. */
3949 line_info_table. */
5855 line_info = &line_info_table[i];
8001 dw_line_info_ref line_info = &line_info_table[lt_index];
13811 'line_info_table' for later output of the .debug_line section. */
13859 /* Add the new entry at the end of the line_info_table. */
13877 line_info_table
3922 dw_line_info_ref line_info_table; variable
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Ddwarf2.c194 struct line_info_table *line_table;
716 struct line_info_table struct
775 /* Adds a new entry to the line_info list in the line_info_table, ensuring
781 add_line_info (struct line_info_table *table,
867 concat_filename (struct line_info_table *table, unsigned int file)
968 static struct line_info_table*
972 struct line_info_table* table;
1011 amt = sizeof (struct line_info_table);
1311 lookup_address_in_line_info_table (struct line_info_table *table,

Completed in 126 milliseconds