/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | dwarf_die.c | 119 offset = at->u[0].u64 + cu->cu_offset; in dwarf_siblingof_b() 178 if (offset > cu->cu_offset && offset < cu->cu_next_offset) { in dwarf_offdie_b() 197 if (offset < cu->cu_offset || in dwarf_offdie_b() 211 if (offset < cu->cu_offset || in dwarf_offdie_b() 289 *ret_offset = die->die_offset - cu->cu_offset; in dwarf_die_CU_offset() 295 dwarf_die_CU_offset_range(Dwarf_Die die, Dwarf_Off *cu_offset, in dwarf_die_CU_offset_range() argument 303 if (die == NULL || cu_offset == NULL || cu_length == NULL) { in dwarf_die_CU_offset_range() 311 *cu_offset = cu->cu_offset; in dwarf_die_CU_offset_range() 362 if (cu->cu_offset == in_cu_header_offset) { in dwarf_get_cu_die_offset_given_cu_header_offset_b() 369 if (cu->cu_offset == in_cu_header_offset) { in dwarf_get_cu_die_offset_given_cu_header_offset_b()
|
H A D | dwarf_nametbl.m4 | 125 Dwarf_Off *cu_offset, Dwarf_Error *error) 134 cu_offset == NULL) { 147 *cu_offset = cu->cu_1st_offset;
|
H A D | libdwarf_nametbl.c | 116 if (cu->cu_offset == nt->nt_cu_offset) in _dwarf_nametbl_init() 189 nt->nt_cu_offset = nt->nt_cu->cu_offset; in _dwarf_nametbl_gen()
|
H A D | libdwarf_arange.c | 106 if (cu->cu_offset == as->as_cu_offset) in _dwarf_arange_init()
|
H A D | libdwarf_info.c | 178 cu->cu_offset = offset; in _dwarf_info_load()
|
H A D | dwarf_form.c | 164 at->at_die->die_cu->cu_offset; in dwarf_global_formref()
|
H A D | _libdwarf.h | 329 Dwarf_Off cu_offset; /* Offset to the this CU. */ member
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | gdb-index.h | 70 add_comp_unit(off_t cu_offset, off_t cu_length) in add_comp_unit() argument 72 this->comp_units_.push_back(Comp_unit(cu_offset, cu_length)); in add_comp_unit() 100 find_pubname_offset(off_t cu_offset); 105 find_pubtype_offset(off_t cu_offset); 171 : cu_offset(off), cu_length(len) in Comp_unit() 173 uint64_t cu_offset; member
|
H A D | gdb-index.cc | 202 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die*); 321 Gdb_index_info_reader::visit_compilation_unit(off_t cu_offset, off_t cu_length, in visit_compilation_unit() argument 325 this->cu_index_ = this->gdb_index_->add_comp_unit(cu_offset, cu_length); in visit_compilation_unit() 942 offset = this->gdb_index_->find_pubname_offset(this->cu_offset()); in read_pubnames_and_pubtypes() 946 offset = this->gdb_index_->find_pubtype_offset(this->cu_offset()); in read_pubnames_and_pubtypes() 1050 map->insert(std::make_pair(table->cu_offset(), section_offset)); in map_pubtable_to_dies() 1083 Gdb_index::find_pubname_offset(off_t cu_offset) in find_pubname_offset() argument 1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset); in find_pubname_offset() 1095 Gdb_index::find_pubtype_offset(off_t cu_offset) in find_pubtype_offset() argument 1097 Pubname_offset_map::iterator it = this->cu_pubtype_map_.find(cu_offset); in find_pubtype_offset() [all …]
|
H A D | dwarf_reader.h | 436 cu_offset() in cu_offset() function 821 cu_offset() const in cu_offset() function 838 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die* root_die);
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | gdb-index.h | 70 add_comp_unit(off_t cu_offset, off_t cu_length) in add_comp_unit() argument 72 this->comp_units_.push_back(Comp_unit(cu_offset, cu_length)); in add_comp_unit() 100 find_pubname_offset(off_t cu_offset); 105 find_pubtype_offset(off_t cu_offset); 171 : cu_offset(off), cu_length(len) in Comp_unit() 173 uint64_t cu_offset; member
|
H A D | gdb-index.cc | 202 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die*); 321 Gdb_index_info_reader::visit_compilation_unit(off_t cu_offset, off_t cu_length, in visit_compilation_unit() argument 325 this->cu_index_ = this->gdb_index_->add_comp_unit(cu_offset, cu_length); in visit_compilation_unit() 942 offset = this->gdb_index_->find_pubname_offset(this->cu_offset()); in read_pubnames_and_pubtypes() 946 offset = this->gdb_index_->find_pubtype_offset(this->cu_offset()); in read_pubnames_and_pubtypes() 1050 map->insert(std::make_pair(table->cu_offset(), section_offset)); in map_pubtable_to_dies() 1083 Gdb_index::find_pubname_offset(off_t cu_offset) in find_pubname_offset() argument 1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset); in find_pubname_offset() 1095 Gdb_index::find_pubtype_offset(off_t cu_offset) in find_pubtype_offset() argument 1097 Pubname_offset_map::iterator it = this->cu_pubtype_map_.find(cu_offset); in find_pubtype_offset() [all …]
|
H A D | dwarf_reader.h | 436 cu_offset() in cu_offset() function 821 cu_offset() const in cu_offset() function 838 visit_compilation_unit(off_t cu_offset, off_t cu_length, Dwarf_die* root_die);
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dwarf.c | 80 uint64_t cu_offset; member 1170 uint64_t cu_offset, in decode_location_expression() argument 1475 printf ("DW_OP_call2: <%#" PRIx64 ">", svalue + cu_offset); in decode_location_expression() 1481 printf ("DW_OP_call4: <%#" PRIx64 ">", svalue + cu_offset); in decode_location_expression() 1585 cu_offset, section)) in decode_location_expression() 1596 cu_offset + uvalue); in decode_location_expression() 1608 printf (" <%#" PRIx64 ">", cu_offset + uvalue); in decode_location_expression() 1618 printf (" <%#" PRIx64 ">", cu_offset + uvalue); in decode_location_expression() 1625 uvalue ? cu_offset + uvalue : uvalue); in decode_location_expression() 1633 uvalue ? cu_offset + uvalue : uvalue); in decode_location_expression() [all …]
|
H A D | dwarf.h | 170 uint64_t cu_offset; member
|
H A D | ChangeLog-2020 | 211 * dwarf.c (struct dwo_info): Add cu_offset field. 212 (add_dwo_info): Add cu_offset parameter. Record in new dwo_info 214 (add_dwo_name): Add cu_offset field. 215 (add_dwo_dir): Add cu_offset field. 216 (add_dwo_id): Add cu_offset field. 217 (read_and_display_attr_value): Pass cu_offset to dwo recording
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dwarf.c | 79 dwarf_vma cu_offset; member 1208 dwarf_vma cu_offset, in decode_location_expression() argument 1519 dwarf_vmatoa ("x", svalue + cu_offset)); in decode_location_expression() 1526 dwarf_vmatoa ("x", svalue + cu_offset)); in decode_location_expression() 1631 cu_offset, section)) in decode_location_expression() 1642 dwarf_vmatoa ("x", cu_offset + uvalue)); in decode_location_expression() 1654 printf (" <0x%s>", dwarf_vmatoa ("x", cu_offset + uvalue)); in decode_location_expression() 1664 printf (" <0x%s>", dwarf_vmatoa ("x", cu_offset + uvalue)); in decode_location_expression() 1671 dwarf_vmatoa ("x", uvalue ? cu_offset + uvalue : 0)); in decode_location_expression() 1679 dwarf_vmatoa ("x", uvalue ? cu_offset + uvalue : 0)); in decode_location_expression() [all …]
|
H A D | dwarf.h | 173 dwarf_vma cu_offset; member
|
H A D | ChangeLog-2020 | 211 * dwarf.c (struct dwo_info): Add cu_offset field. 212 (add_dwo_info): Add cu_offset parameter. Record in new dwo_info 214 (add_dwo_name): Add cu_offset field. 215 (add_dwo_dir): Add cu_offset field. 216 (add_dwo_id): Add cu_offset field. 217 (read_and_display_attr_value): Pass cu_offset to dwo recording
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Dwarf.cc | 95 cu_offset = 0; in Dwarf_cnt() 457 next_die_offset = next_die + cu_offset; in parseChild() 600 (long long) dwrCUs->size (), (long long) dwrCU->cu_offset, in archive_Dwarf() 663 (long long) module->hdrOffset, (long long) dwrCU->cu_offset, in read_hwcprof_info() 669 ctx.cu_offset = dwrCU->cu_offset; // CU header offset; in read_hwcprof_info() 726 next_die_offset = next_die + cu_offset; in read_hwcprof_info()
|
H A D | DwarfLib.h | 246 int64_t cu_offset; variable 281 uint64_t cu_offset; variable
|
H A D | DwarfLib.cc | 1797 cu_offset = dwarf->debug_infoSec->offset; in DwrCU() 1798 debug_infoSec = new DwrSec (dwarf->debug_infoSec, cu_offset); in DwrCU() 1846 (long long) cu_offset, (long long) cu_offset, in DwrCU() 1849 (long long) (next_cu_offset - cu_offset), in DwrCU() 1947 dwrTag.die = debug_infoSec->offset - cu_offset; in set_die() 2133 (long long) cu_offset, (long long) dwrTag.tag); in parse_cu_header()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Dwarf.cc | 95 cu_offset = 0; in Dwarf_cnt() 455 next_die_offset = next_die + cu_offset; in parseChild() 599 (long long) dwrCUs->size (), (long long) dwrCU->cu_offset, in archive_Dwarf() 659 (long long) module->hdrOffset, (long long) dwrCU->cu_offset, in read_hwcprof_info() 665 ctx.cu_offset = dwrCU->cu_offset; // CU header offset; in read_hwcprof_info() 722 next_die_offset = next_die + cu_offset; in read_hwcprof_info()
|
H A D | DwarfLib.h | 240 int64_t cu_offset; variable 274 uint64_t cu_offset; variable
|
H A D | DwarfLib.cc | 1573 cu_offset = dwarf->debug_infoSec->offset; in DwrCU() 1574 debug_infoSec = new DwrSec (dwarf->debug_infoSec, cu_offset); in DwrCU() 1612 (long long) cu_offset, (long long) cu_offset, in DwrCU() 1615 (long long) (next_cu_offset - cu_offset), in DwrCU() 1705 dwrTag.die = debug_infoSec->offset - cu_offset; in set_die() 1853 (long long) cu_offset, (long long) dwrTag.tag); in parse_cu_header()
|