Searched refs:Gdb_index (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | gdb-index.cc | 186 Gdb_index* gdb_index) in Gdb_index_info_reader() 289 Gdb_index* gdb_index_; 985 Gdb_index::Gdb_index(Output_section* gdb_index_section) in Gdb_index() function in gold::Gdb_index 1007 Gdb_index::~Gdb_index() in ~Gdb_index() 1023 Gdb_index::map_pubtable_to_dies(unsigned int attr, in map_pubtable_to_dies() 1060 Gdb_index::map_pubnames_and_types_to_dies(Gdb_index_info_reader* dwinfo, in map_pubnames_and_types_to_dies() 1083 Gdb_index::find_pubname_offset(off_t cu_offset) in find_pubname_offset() 1095 Gdb_index::find_pubtype_offset(off_t cu_offset) in find_pubtype_offset() 1106 Gdb_index::scan_debug_info(bool is_type_unit, in scan_debug_info() 1126 Gdb_index::add_symbol(int cu_index, const char* sym_name, uint8_t flags) in add_symbol() [all …]
|
D | gdb-index.h | 52 class Gdb_index : public Output_section_data 55 Gdb_index(Output_section* gdb_index_section); 57 ~Gdb_index();
|
D | main.cc | 305 Gdb_index::print_stats(); in main()
|
D | layout.h | 61 class Gdb_index; variable 1380 Gdb_index* gdb_index_data_;
|
D | ChangeLog | 1212 (Gdb_index::add_symbol): Add flag_byte; adjust all callers. 1213 (Gdb_index::do_write): Write flag_byte. 1214 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter. 1215 (Gdb_index::Cu_vector): Store flags along with cu indexes. 1742 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_, 1744 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset, 1745 Gdb_index::find_pubtype_offset, 1746 Gdb_index::map_pubnames_and_types_to_dies): Define new functions. 1747 (Gdb_index::pubnames_read): Update prototype and rework logic. 1750 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset, [all …]
|
D | layout.cc | 1597 this->gdb_index_data_ = new Gdb_index(os); in add_to_gdb_index()
|