Searched refs:die_abbrev (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dreduced_debug_output.cc295 unsigned char* die_abbrev = this->associated_abbrev_->get_new_abbrev( local
298 if (!this->get_die_end(debug_info, die_abbrev, &die_end,
337 unsigned char* die_abbrev = this->associated_abbrev_->get_new_abbrev( local
340 if (!this->get_die_end(debug_info, die_abbrev, &die_end,
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dreduced_debug_output.cc295 unsigned char* die_abbrev = this->associated_abbrev_->get_new_abbrev( local
298 if (!this->get_die_end(debug_info, die_abbrev, &die_end,
337 unsigned char* die_abbrev = this->associated_abbrev_->get_new_abbrev( local
340 if (!this->get_die_end(debug_info, die_abbrev, &die_end,
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dreduced_debug_output.cc295 unsigned char* die_abbrev = this->associated_abbrev_->get_new_abbrev( local
298 if (!this->get_die_end(debug_info, die_abbrev, &die_end,
337 unsigned char* die_abbrev = this->associated_abbrev_->get_new_abbrev( local
340 if (!this->get_die_end(debug_info, die_abbrev, &die_end,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c3094 unsigned long die_abbrev;
4284 if (comp_unit_die ()->die_abbrev)
6698 fprintf (outfile, " abbrev id: %lu", die->die_abbrev);
9072 /* Vector of all DIEs added with die_abbrev >= abbrev_opt_start. */
9153 die->die_abbrev = abbrev_id;
9158 by die_abbrev's usage count, from the most commonly used
9167 gcc_checking_assert (die1->die_abbrev >= abbrev_opt_start);
9168 gcc_checking_assert (die2->die_abbrev >= abbrev_opt_start);
9170 if (die1->die_abbrev >= abbrev_opt_base_type_end
9171 && die2->die_abbrev >
3089 unsigned long die_abbrev; member in struct:die_struct
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc3187 unsigned long die_abbrev;
4371 if (comp_unit_die ()->die_abbrev)
6844 fprintf (outfile, " abbrev id: %lu", die->die_abbrev);
9218 /* Vector of all DIEs added with die_abbrev >= abbrev_opt_start. */
9299 die->die_abbrev = abbrev_id;
9304 by die_abbrev's usage count, from the most commonly used
9313 gcc_checking_assert (die1->die_abbrev >= abbrev_opt_start);
9314 gcc_checking_assert (die2->die_abbrev >= abbrev_opt_start);
9316 if (die1->die_abbrev >= abbrev_opt_base_type_end
9317 && die2->die_abbrev >
3182 unsigned long die_abbrev; member in struct:die_struct
[all...]

Completed in 298 milliseconds