Home | History | Annotate | Download | only in elff

Lines Matching full:abbr

734    *  abbr - New entry to add.

743 bool add(const Dwarf_Abbr_DIE* abbr, Dwarf_AbbrNum num) {
789 array_[num - 1] = abbr;
796 * abbr - New entry to add.
800 bool add(const Dwarf_Abbr_DIE* abbr) {
801 return add(abbr, abbr->get_abbr_num());