Home
last modified time | relevance | path

Searched refs:Dwarf_pubnames_table (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dgdb-index.h46 class Dwarf_pubnames_table; variable
119 Dwarf_pubnames_table*
123 Dwarf_pubnames_table*
152 Dwarf_pubnames_table*
227 map_pubtable_to_dies(Dwarf_pubnames_table* table,
231 Dwarf_pubnames_table* pubnames_table_;
232 Dwarf_pubnames_table* pubtypes_table_;
Dgdb-index.cc282 read_pubtable(Dwarf_pubnames_table* table, off_t offset);
864 Gdb_index_info_reader::read_pubtable(Dwarf_pubnames_table* table, off_t offset) in read_pubtable()
1022 Dwarf_pubnames_table*
1030 Dwarf_pubnames_table* table; in map_pubtable_to_dies()
1035 table = new Dwarf_pubnames_table(dwinfo, false); in map_pubtable_to_dies()
1040 table = new Dwarf_pubnames_table(dwinfo, true); in map_pubtable_to_dies()
Ddwarf_reader.h408 class Dwarf_pubnames_table
411 Dwarf_pubnames_table(Dwarf_info_reader* dwinfo, bool is_pubtypes) in Dwarf_pubnames_table() function
418 ~Dwarf_pubnames_table() in ~Dwarf_pubnames_table()
Ddwarf_reader.cc621 Dwarf_pubnames_table::read_section(Relobj* object, const unsigned char* symtab, in read_section()
692 Dwarf_pubnames_table::read_header(off_t offset) in read_header()
747 Dwarf_pubnames_table::next_name(uint8_t* flag_byte) in next_name()
DChangeLog-08152307 * dwarf_reader.cc (Dwarf_pubnames_table::read_header): Check that
2322 * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_.
2323 * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise.
2324 (Dwarf_pubnames_table::read_header): Likewise.
2613 (Dwarf_pubnames_table::read_section): Check for GNU-style
2615 (Dwarf_pubnames_table::read_header): Compute end address of table.
2616 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
2620 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
2622 (Dwarf_pubnames_table::next_name): return flag_byte.
2623 (Dwarf_pubnames_table::end_of_table_): New data member.
[all …]