Searched refs:nocrossref (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldgram.h318 struct lang_nocrossref *nocrossref; member in union:YYSTYPE
H A Dldgram.y84 struct lang_nocrossref *nocrossref;
104 %type <nocrossref> nocrossref_list
H A Dldgram.c404 struct lang_nocrossref *nocrossref; member in union:YYSTYPE
2855 lang_add_nocrossref ((yyvsp[(3) - (4)].nocrossref));
3402 (yyval.nocrossref) = NULL;
3413 n->next = (yyvsp[(2) - (2)].nocrossref);
3414 (yyval.nocrossref) = n;
3425 n->next = (yyvsp[(3) - (3)].nocrossref);
3426 (yyval.nocrossref) = n;
H A Dldlang.c7323 lang_nocrossref_type *nocrossref;
7329 nocrossref = NULL;
7366 nc->next = nocrossref;
7367 nocrossref = nc;
7375 if (nocrossref != NULL)
7376 lang_add_nocrossref (nocrossref);
7320 lang_nocrossref_type *nocrossref; local

Completed in 92 milliseconds