Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:has_children

994       //UInt  has_children;
999 /*has_children = */ get_UChar( c );
1001 // acode, pp_DW_TAG(atag), pp_DW_children(has_children));
3451 UInt has_children;
3467 has_children = get_UChar( &abbv );
3468 if (has_children != DW_children_no && has_children != DW_children_yes)
3469 cc->barf("read_DIE: invalid has_children value");
3528 if (has_children == DW_children_yes) {
3695 UInt has_children;
3699 has_children = get_UChar( &abbv );
3702 ML_(pp_DW_children)(has_children));