Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:atag

895       //ULong atag;
900 /*atag = */ get_ULEB128( c );
903 // acode, pp_DW_TAG(atag), pp_DW_children(has_children));
3141 ULong atag, abbv_code;
3151 atag = get_ULEB128( &abbv );
3154 level, posn, abbv_code, ML_(pp_DW_TAG)( atag ) );
3156 if (atag == 0)
3196 (DW_TAG)atag,
3211 (DW_TAG)atag,
3226 atag = peek_ULEB128( c );
3227 if (atag == 0) break;
3233 atag = get_ULEB128( c );
3234 vg_assert(atag == 0);
3385 ULong atag;
3389 atag = get_ULEB128( &abbv );
3392 acode, ML_(pp_DW_TAG)(atag),