Home | History | Annotate | Download | only in ld

Lines Matching refs:nc

7485 	  lang_nocrossref_type *nc;
7487 nc = (lang_nocrossref_type *) xmalloc (sizeof *nc);
7488 nc->name = l->os->name;
7489 nc->next = nocrossref;
7490 nocrossref = nc;