Searched refs:cu_offset (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgdb-index.h70 add_comp_unit(off_t cu_offset, off_t cu_length) argument
72 this->comp_units_.push_back(Comp_unit(cu_offset, cu_length));
100 find_pubname_offset(off_t cu_offset);
105 find_pubtype_offset(off_t cu_offset);
171 : cu_offset(off), cu_length(len)
173 uint64_t cu_offset; member in struct:gold::Gdb_index::Comp_unit
H A Dgdb-index.cc202 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, argument
325 this->cu_index_ = this->gdb_index_->add_comp_unit(cu_offset, cu_length);
942 offset = this->gdb_index_->find_pubname_offset(this->cu_offset());
946 offset = this->gdb_index_->find_pubtype_offset(this->cu_offset());
1050 map->insert(std::make_pair(table->cu_offset(), section_offset));
1079 // Given a cu_offset, find the associated section of the pubnames
1083 Gdb_index::find_pubname_offset(off_t cu_offset) argument
1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset);
1091 // Given a cu_offset, fin
1095 find_pubtype_offset(off_t cu_offset) argument
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgdb-index.h70 add_comp_unit(off_t cu_offset, off_t cu_length) argument
72 this->comp_units_.push_back(Comp_unit(cu_offset, cu_length));
100 find_pubname_offset(off_t cu_offset);
105 find_pubtype_offset(off_t cu_offset);
171 : cu_offset(off), cu_length(len)
173 uint64_t cu_offset; member in struct:gold::Gdb_index::Comp_unit
H A Dgdb-index.cc202 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, argument
325 this->cu_index_ = this->gdb_index_->add_comp_unit(cu_offset, cu_length);
942 offset = this->gdb_index_->find_pubname_offset(this->cu_offset());
946 offset = this->gdb_index_->find_pubtype_offset(this->cu_offset());
1050 map->insert(std::make_pair(table->cu_offset(), section_offset));
1079 // Given a cu_offset, find the associated section of the pubnames
1083 Gdb_index::find_pubname_offset(off_t cu_offset) argument
1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset);
1091 // Given a cu_offset, fin
1095 find_pubtype_offset(off_t cu_offset) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgdb-index.h70 add_comp_unit(off_t cu_offset, off_t cu_length) argument
72 this->comp_units_.push_back(Comp_unit(cu_offset, cu_length));
100 find_pubname_offset(off_t cu_offset);
105 find_pubtype_offset(off_t cu_offset);
171 : cu_offset(off), cu_length(len)
173 uint64_t cu_offset; member in struct:gold::Gdb_index::Comp_unit
H A Dgdb-index.cc202 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, argument
325 this->cu_index_ = this->gdb_index_->add_comp_unit(cu_offset, cu_length);
942 offset = this->gdb_index_->find_pubname_offset(this->cu_offset());
946 offset = this->gdb_index_->find_pubtype_offset(this->cu_offset());
1050 map->insert(std::make_pair(table->cu_offset(), section_offset));
1079 // Given a cu_offset, find the associated section of the pubnames
1083 Gdb_index::find_pubname_offset(off_t cu_offset) argument
1085 Pubname_offset_map::iterator it = this->cu_pubname_map_.find(cu_offset);
1091 // Given a cu_offset, fin
1095 find_pubtype_offset(off_t cu_offset) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dcomp-unit.h57 cu_offset first_die_cu_offset;
67 cu_offset type_cu_offset_in_tu;
H A Dexpr.c947 cu_offset type_die_cu_off = (cu_offset) uoffset;
1251 cu_offset cu_off
1252 = (cu_offset) extract_unsigned_integer (op_ptr, 2, byte_order);
1260 cu_offset cu_off
1261 = (cu_offset) extract_unsigned_integer (op_ptr, 4, byte_order);
1323 = (cu_offset) extract_unsigned_integer (op_ptr, 4, byte_order);
1339 cu_offset type_die_cu_off = (cu_offset) uoffset;
1357 cu_offset type_die_cu_of
[all...]
H A Dexpr.h224 virtual void dwarf_call (cu_offset die_cu_off) = 0;
233 virtual struct type *get_base_type (cu_offset die_cu_off, int size)
H A Dread.h618 cu_offset type_offset_in_tu;
645 struct type *dwarf2_get_die_type (cu_offset die_offset,
673 (cu_offset offset_in_cu, dwarf2_per_cu_data *per_cu,
H A Dcomp-unit.c161 cu_header->type_cu_offset_in_tu = (cu_offset) type_offset;
217 header->first_die_cu_offset = (cu_offset) (info_ptr - beg_of_comp_unit);
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcomp-unit-head.h53 cu_offset first_die_cu_offset;
60 cu_offset type_cu_offset_in_tu;
H A Dexpr.h234 struct type *get_base_type (cu_offset die_cu_off);
240 void dwarf_call (cu_offset die_cu_off);
H A Dcomp-unit-head.c133 cu_header->type_cu_offset_in_tu = (cu_offset) type_offset;
189 header->first_die_cu_offset = (cu_offset) (info_ptr - beg_of_comp_unit);
H A Dread.h393 cu_offset type_offset_in_tu {};
698 struct type *dwarf2_get_die_type (cu_offset die_offset,
726 (cu_offset offset_in_cu, dwarf2_per_cu_data *per_cu,
H A Dexpr.c792 dwarf_expr_context::get_base_type (cu_offset die_cu_off)
809 dwarf_expr_context::dwarf_call (cu_offset die_cu_off)
1899 cu_offset type_die_cu_off = (cu_offset) uoffset;
2204 cu_offset cu_off
2205 = (cu_offset) extract_unsigned_integer (op_ptr, 2, byte_order);
2213 cu_offset cu_off
2214 = (cu_offset) extract_unsigned_integer (op_ptr, 4, byte_order);
2280 = (cu_offset) extract_unsigned_integer (op_ptr, 4, byte_order);
2296 cu_offset type_die_cu_of
[all...]
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf_die.c119 offset = at->u[0].u64 + cu->cu_offset;
178 if (offset > cu->cu_offset && offset < cu->cu_next_offset) {
197 if (offset < cu->cu_offset ||
211 if (offset < cu->cu_offset ||
289 *ret_offset = die->die_offset - cu->cu_offset;
295 dwarf_die_CU_offset_range(Dwarf_Die die, Dwarf_Off *cu_offset, argument
303 if (die == NULL || cu_offset == NULL || cu_length == NULL) {
311 *cu_offset = cu->cu_offset;
362 if (cu->cu_offset
[all...]
H A Dlibdwarf_nametbl.c116 if (cu->cu_offset == nt->nt_cu_offset)
189 nt->nt_cu_offset = nt->nt_cu->cu_offset;
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c80 uint64_t cu_offset; member in struct:dwo_info
1170 uint64_t cu_offset,
1475 printf ("DW_OP_call2: <%#" PRIx64 ">", svalue + cu_offset);
1481 printf ("DW_OP_call4: <%#" PRIx64 ">", svalue + cu_offset);
1585 cu_offset, section))
1596 cu_offset + uvalue);
1608 printf (" <%#" PRIx64 ">", cu_offset + uvalue);
1618 printf (" <%#" PRIx64 ">", cu_offset + uvalue);
1625 uvalue ? cu_offset + uvalue : uvalue);
1633 uvalue ? cu_offset
1165 decode_location_expression(unsigned char * data, unsigned int pointer_size, unsigned int offset_size, int dwarf_version, uint64_t length, uint64_t cu_offset, struct dwarf_section * section) argument
1729 find_cu_tu_set_v2(uint64_t cu_offset, int do_types) argument
1827 add_dwo_info(const char * value, uint64_t cu_offset, dwo_type type) argument
1839 add_dwo_name(const char * name, uint64_t cu_offset) argument
1845 add_dwo_dir(const char * dir, uint64_t cu_offset) argument
1851 add_dwo_id(const char * id, uint64_t cu_offset) argument
2037 get_type_abbrev_from_form(unsigned long form, unsigned long uvalue, uint64_t cu_offset, unsigned char *cu_end, const struct dwarf_section *section, unsigned long *abbrev_num_return, unsigned char **data_return, abbrev_map **map_return) argument
2145 get_type_signedness(abbrev_entry *entry, const struct dwarf_section *section, unsigned char *data, unsigned char *end, uint64_t cu_offset, uint64_t pointer_size, uint64_t offset_size, int dwarf_version, bool *is_signed, unsigned int nesting) argument
2413 read_and_display_attr_value(unsigned long attribute, unsigned long form, int64_t implicit_const, unsigned char *start, unsigned char *data, unsigned char *end, uint64_t cu_offset, uint64_t pointer_size, uint64_t offset_size, int dwarf_version, debug_info *debug_info_p, int do_loc, struct dwarf_section *section, struct cu_tu_set *this_set, char delimiter, int level) argument
3075 add_dwo_dir (fetch_alt_indirect_string (uvalue), cu_offset); local
3453 read_and_display_attr(unsigned long attribute, unsigned long form, int64_t implicit_const, unsigned char *start, unsigned char *data, unsigned char *end, uint64_t cu_offset, uint64_t pointer_size, uint64_t offset_size, int dwarf_version, debug_info *debug_info_p, int do_loc, struct dwarf_section *section, struct cu_tu_set *this_set, int level) argument
3847 uint64_t cu_offset; local
3925 uint64_t cu_offset; local
6681 uint64_t cu_offset; local
6826 uint64_t cu_offset; local
7043 uint64_t cu_offset; local
10303 uint64_t cu_offset; local
10727 uint64_t cu_offset = byte_get_little_endian (cu_list + i * 16, 8); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c79 dwarf_vma cu_offset; member in struct:dwo_info
1208 dwarf_vma cu_offset,
1519 dwarf_vmatoa ("x", svalue + cu_offset));
1526 dwarf_vmatoa ("x", svalue + cu_offset));
1631 cu_offset, section))
1642 dwarf_vmatoa ("x", cu_offset + uvalue));
1654 printf (" <0x%s>", dwarf_vmatoa ("x", cu_offset + uvalue));
1664 printf (" <0x%s>", dwarf_vmatoa ("x", cu_offset + uvalue));
1671 dwarf_vmatoa ("x", uvalue ? cu_offset + uvalue : 0));
1679 dwarf_vmatoa ("x", uvalue ? cu_offset
1203 decode_location_expression(unsigned char * data, unsigned int pointer_size, unsigned int offset_size, int dwarf_version, dwarf_vma length, dwarf_vma cu_offset, struct dwarf_section * section) argument
1775 find_cu_tu_set_v2(dwarf_vma cu_offset, int do_types) argument
1873 add_dwo_info(const char * value, dwarf_vma cu_offset, dwo_type type) argument
1885 add_dwo_name(const char * name, dwarf_vma cu_offset) argument
1891 add_dwo_dir(const char * dir, dwarf_vma cu_offset) argument
1897 add_dwo_id(const char * id, dwarf_vma cu_offset) argument
2083 get_type_abbrev_from_form(unsigned long form, unsigned long uvalue, dwarf_vma cu_offset, unsigned char *cu_end, const struct dwarf_section *section, unsigned long *abbrev_num_return, unsigned char **data_return, abbrev_map **map_return) argument
2188 get_type_signedness(abbrev_entry *entry, const struct dwarf_section *section, unsigned char *data, unsigned char *end, dwarf_vma cu_offset, dwarf_vma pointer_size, dwarf_vma offset_size, int dwarf_version, bool *is_signed, unsigned int nesting) argument
2388 read_and_display_attr_value(unsigned long attribute, unsigned long form, dwarf_signed_vma implicit_const, unsigned char * start, unsigned char * data, unsigned char * end, dwarf_vma cu_offset, dwarf_vma pointer_size, dwarf_vma offset_size, int dwarf_version, debug_info * debug_info_p, int do_loc, struct dwarf_section * section, struct cu_tu_set * this_set, char delimiter, int level) argument
3013 add_dwo_dir (fetch_alt_indirect_string (uvalue), cu_offset); local
3444 read_and_display_attr(unsigned long attribute, unsigned long form, dwarf_signed_vma implicit_const, unsigned char * start, unsigned char * data, unsigned char * end, dwarf_vma cu_offset, dwarf_vma pointer_size, dwarf_vma offset_size, int dwarf_version, debug_info * debug_info_p, int do_loc, struct dwarf_section * section, struct cu_tu_set * this_set, int level) argument
3670 dwarf_vma cu_offset; local
3753 dwarf_vma cu_offset; local
6464 dwarf_vma cu_offset; local
6610 dwarf_vma cu_offset; local
6831 dwarf_vma cu_offset; local
10176 uint64_t cu_offset; local
10587 uint64_t cu_offset = byte_get_little_endian (cu_list + i * 16, 8); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.h240 int64_t cu_offset; member in class:Dwarf_cnt
274 uint64_t cu_offset; member in class:DwrCU
H A DDwarf.cc95 cu_offset = 0;
455 next_die_offset = next_die + cu_offset;
599 (long long) dwrCUs->size (), (long long) dwrCU->cu_offset,
659 (long long) module->hdrOffset, (long long) dwrCU->cu_offset,
665 ctx.cu_offset = dwrCU->cu_offset; // CU header offset;
722 next_die_offset = next_die + cu_offset;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.h246 int64_t cu_offset; member in class:Dwarf_cnt
281 uint64_t cu_offset; member in class:DwrCU
H A DDwarf.cc95 cu_offset = 0;
457 next_die_offset = next_die + cu_offset;
600 (long long) dwrCUs->size (), (long long) dwrCU->cu_offset,
663 (long long) module->hdrOffset, (long long) dwrCU->cu_offset,
669 ctx.cu_offset = dwrCU->cu_offset; // CU header offset;
726 next_die_offset = next_die + cu_offset;
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Ddwarf.h169 dwarf_vma cu_offset; member in struct:__anon742

Completed in 294 milliseconds

12