Lines Matching defs:Dwarf_Abbr_AT
292 typedef struct ELFF_PACKED Dwarf_Abbr_AT {
314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const {
319 return INC_CPTR_T(Dwarf_Abbr_AT, &at.val, 2);
332 return reinterpret_cast<const Dwarf_Abbr_AT*>(next);
334 } Dwarf_Abbr_AT;
349 * (see Dwarf_Abbr_AT) for the DIE represented by this abbreviation descriptor.
380 const Dwarf_Abbr_AT* process(Dwarf_AbbrNum* abbr_index,
398 return INC_CPTR_T(Dwarf_Abbr_AT, next, 1);
852 const Dwarf_Abbr_AT* abbr_at = cur_abbr->process(&abbr_num, &tmp2);