Searched refs:dwinfo (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
D | xcoff-dwsect-1-32.d | 3 #objdump: -j .dwinfo -s 8 Contents of section \.dwinfo:
|
D | xcoff-dwsect-1-64.d | 3 #objdump: -j .dwinfo -s 8 Contents of section \.dwinfo:
|
/toolchain/binutils/binutils-2.25/gold/ |
D | gdb-index.cc | 1024 Gdb_index_info_reader* dwinfo, in map_pubtable_to_dies() argument 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() 1060 Gdb_index::map_pubnames_and_types_to_dies(Gdb_index_info_reader* dwinfo, in map_pubnames_and_types_to_dies() argument 1071 = this->map_pubtable_to_dies(elfcpp::DW_AT_GNU_pubnames, dwinfo, in map_pubnames_and_types_to_dies() 1075 = this->map_pubtable_to_dies(elfcpp::DW_AT_GNU_pubtypes, dwinfo, in map_pubnames_and_types_to_dies() 1114 Gdb_index_info_reader dwinfo(is_type_unit, object, in scan_debug_info() local 1119 map_pubnames_and_types_to_dies(&dwinfo, object, symbols, symbols_size); in scan_debug_info() 1120 dwinfo.parse(); in scan_debug_info()
|
D | dwarf_reader.h | 338 Dwarf_ranges_table(Dwarf_info_reader* dwinfo) in Dwarf_ranges_table() argument 339 : dwinfo_(dwinfo), ranges_shndx_(0), ranges_buffer_(NULL), in Dwarf_ranges_table() 400 Dwarf_pubnames_table(Dwarf_info_reader* dwinfo, bool is_pubtypes) in Dwarf_pubnames_table() argument 401 : dwinfo_(dwinfo), buffer_(NULL), buffer_end_(NULL), owns_buffer_(false), in Dwarf_pubnames_table() 501 Dwarf_die(Dwarf_info_reader* dwinfo,
|
D | gdb-index.h | 154 Gdb_index_info_reader* dwinfo, 161 map_pubnames_and_types_to_dies(Gdb_index_info_reader* dwinfo,
|
D | dwarf_reader.cc | 648 Dwarf_info_reader* dwinfo, in Dwarf_die() argument 651 : dwinfo_(dwinfo), parent_(parent), die_offset_(die_offset), in Dwarf_die() 658 const unsigned char* pdie = dwinfo->buffer_at_offset(die_offset); in Dwarf_die() 671 this->abbrev_code_ = dwinfo->get_abbrev(code); in Dwarf_die()
|