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

/freebsd-10.0-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.c3690 /* Each entry in the line_info_table maintains the file and
3919 dw_line_info_ref line_info_table;
3921 /* Number of elements currently allocated for line_info_table. */
3924 /* Number of elements in line_info_table currently in use. */
3942 line_info_table. */
5852 line_info = &line_info_table[i];
7960 dw_line_info_ref line_info = &line_info_table[lt_index];
13732 'line_info_table' for later output of the .debug_line section. */
13780 /* Add the new entry at the end of the line_info_table. */
13798 line_info_table
3915 dw_line_info_ref line_info_table; variable
[all...]
/freebsd-10.0-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 104 milliseconds