Searched defs:Dwarf_Abbr_AT (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-stack/elff/
H A Ddwarf_defs.h292 typedef struct ELFF_PACKED Dwarf_Abbr_AT { struct
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; typedef in typeref:struct: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);

Completed in 93 milliseconds