Home
last modified time | relevance | path

Searched refs:astructref (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/binutils/binutils/
HDcoffgrok.c377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)]; in do_type()
378 res->size = res->u.astructref.ref ? in do_type()
379 res->u.astructref.ref->type->size : 0; in do_type()
396 res->u.astructref.ref = 0; in do_type()
HDcoffgrok.h116 } astructref; member
HDcoffdump.c173 printf ("enum ref to %s", p->u.astructref.ref->name); in dump_coff_type()
HDsrconv.c777 if (type->u.astructref.ref) in walk_tree_type_1()
778 dbt.sid = get_member_id (type->u.astructref.ref->number); in walk_tree_type_1()