Searched refs:Gdb_index (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A 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 …]
|
H A D | gdb-index.h | 52 class Gdb_index : public Output_section_data 55 Gdb_index(Output_section* gdb_index_section); 57 ~Gdb_index();
|
H A D | main.cc | 310 Gdb_index::print_stats(); in main()
|
H A D | layout.h | 61 class Gdb_index; variable 1458 Gdb_index* gdb_index_data_;
|
H A D | ChangeLog-0815 | 2629 (Gdb_index::add_symbol): Add flag_byte; adjust all callers. 2630 (Gdb_index::do_write): Write flag_byte. 2631 * gdb-index.h (Gdb_index::add_symbol): Add flags parameter. 2632 (Gdb_index::Cu_vector): Store flags along with cu indexes. 3159 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_, 3161 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset, 3162 Gdb_index::find_pubtype_offset, 3163 Gdb_index::map_pubnames_and_types_to_dies): Define new functions. 3164 (Gdb_index::pubnames_read): Update prototype and rework logic. 3167 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset, [all …]
|
H A D | layout.cc | 1648 this->gdb_index_data_ = new Gdb_index(os); in add_to_gdb_index()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A 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 …]
|
H A D | gdb-index.h | 52 class Gdb_index : public Output_section_data 55 Gdb_index(Output_section* gdb_index_section); 57 ~Gdb_index();
|
H A D | main.cc | 310 Gdb_index::print_stats(); in main()
|
H A D | layout.h | 61 class Gdb_index; variable 1453 Gdb_index* gdb_index_data_;
|
H A D | ChangeLog-0815 | 2629 (Gdb_index::add_symbol): Add flag_byte; adjust all callers. 2630 (Gdb_index::do_write): Write flag_byte. 2631 * gdb-index.h (Gdb_index::add_symbol): Add flags parameter. 2632 (Gdb_index::Cu_vector): Store flags along with cu indexes. 3159 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_, 3161 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset, 3162 Gdb_index::find_pubtype_offset, 3163 Gdb_index::map_pubnames_and_types_to_dies): Define new functions. 3164 (Gdb_index::pubnames_read): Update prototype and rework logic. 3167 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset, [all …]
|
H A D | layout.cc | 1645 this->gdb_index_data_ = new Gdb_index(os); in add_to_gdb_index()
|