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

/haiku-buildtools/gcc/gcc/
H A Dvmsdbgout.c62 /* Each entry in the line_info_table maintains the file and
128 static dst_line_info_ref line_info_table; variable
130 /* Number of elements currently allocated for line_info_table. */
133 /* Number of elements in line_info_table currently in use. */
136 /* Size (in elements) of increments by which we may expand line_info_table. */
830 fn = line_info_table[1].dst_file_num;
832 + line_info_table[1].dst_line_num);
850 fn = line_info_table[i].dst_file_num;
852 + line_info_table[i].dst_line_num);
1380 'line_info_table' fo
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Ddwarf2.c192 struct line_info_table *line_table;
711 struct line_info_table struct
770 /* Adds a new entry to the line_info list in the line_info_table, ensuring
776 add_line_info (struct line_info_table *table,
862 concat_filename (struct line_info_table *table, unsigned int file)
942 static struct line_info_table*
946 struct line_info_table* table;
985 amt = sizeof (struct line_info_table);
1289 lookup_address_in_line_info_table (struct line_info_table *table,
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c254 struct line_info_table *line_table;
1250 struct line_info_table struct
1334 /* Adds a new entry to the line_info list in the line_info_table, ensuring
1340 add_line_info (struct line_info_table *table,
1464 concat_filename (struct line_info_table *table, unsigned int file)
1607 build_line_info_table (struct line_info_table * table,
1652 sort_line_sequences (struct line_info_table* table)
1721 static struct line_info_table*
1725 struct line_info_table* table;
1740 amt = sizeof (struct line_info_table);
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Ddwarf2out.c2097 /* Each entry in the line_info_table maintains the file and
2369 static dw_line_info_ref line_info_table; variable
2371 /* Number of elements currently allocated for line_info_table. */
2384 /* Number of elements in line_info_table currently in use. */
2388 line_info_table. */
4429 line_info = &line_info_table[i];
4864 register dw_line_info_ref line_info = &line_info_table[lt_index];
5892 register dw_line_info_ref line_info = &line_info_table[lt_index];
9870 'line_info_table' for later output of the .debug_line section. */
9900 /* Add the new entry at the end of the line_info_table
[all...]

Completed in 83 milliseconds