HomeSort by: relevance | last modified time | path
    Searched defs:nocrossref (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldgram.h 171 struct lang_nocrossref *nocrossref; member in union:YYSTYPE
ldgram.c 96 struct lang_nocrossref *nocrossref; member in union:YYSTYPE
3610 lang_add_nocrossref (yystack.l_mark[-1].nocrossref);
3617 lang_add_nocrossref_to (yystack.l_mark[-1].nocrossref);
4342 yyval.nocrossref = NULL;
4353 n->next = yystack.l_mark[0].nocrossref;
4354 yyval.nocrossref = n;
4365 n->next = yystack.l_mark[0].nocrossref;
4366 yyval.nocrossref = n;
ldlang.c 9472 lang_nocrossref_type *nocrossref;
9478 nocrossref = NULL;
9518 nc->next = nocrossref;
9519 nocrossref = nc;
9527 if (nocrossref != NULL)
9528 lang_add_nocrossref (nocrossref);
9468 lang_nocrossref_type *nocrossref; local
  /src/external/gpl3/binutils.old/dist/ld/
ldgram.h 369 struct lang_nocrossref *nocrossref; member in union:YYSTYPE
ldgram.c 470 struct lang_nocrossref *nocrossref; member in union:YYSTYPE
2916 lang_add_nocrossref ((yyvsp[-1].nocrossref));
2924 lang_add_nocrossref_to ((yyvsp[-1].nocrossref));
3752 (yyval.nocrossref) = NULL;
3764 n->next = (yyvsp[0].nocrossref);
3765 (yyval.nocrossref) = n;
3777 n->next = (yyvsp[0].nocrossref);
3778 (yyval.nocrossref) = n;
ldlang.c 9406 lang_nocrossref_type *nocrossref;
9412 nocrossref = NULL;
9452 nc->next = nocrossref;
9453 nocrossref = nc;
9461 if (nocrossref != NULL)
9462 lang_add_nocrossref (nocrossref);
9402 lang_nocrossref_type *nocrossref; local

Completed in 123 milliseconds