Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c251 struct line_info_table *line_table;
1135 struct line_info_table struct
1210 add_line_info (struct line_info_table *table, in add_line_info()
1334 concat_filename (struct line_info_table *table, unsigned int file) in concat_filename()
1473 sort_line_sequences (struct line_info_table* table) in sort_line_sequences()
1540 static struct line_info_table*
1544 struct line_info_table* table; in decode_line_info()
1559 amt = sizeof (struct line_info_table); in decode_line_info()
1560 table = (struct line_info_table *) bfd_alloc (abfd, amt); in decode_line_info()
1930 lookup_address_in_line_info_table (struct line_info_table *table, in lookup_address_in_line_info_table()
DChangeLog-20082855 (decode_line_info): Free the line_info_table before returning a
DChangeLog-20094 (struct line_info_table): Add num_sequences, remove last_line,
DChangeLog-02035983 * dwarf2.c (add_line_info): Ensure that the line_info_table is