Home | History | Annotate | Download | only in ld

Lines Matching full:emulation

194   char *emulation;
302 emulation = get_emulation (argc, argv);
303 ldemul_choose_mode (emulation);
334 read the emulation's appropriate default script. */
405 info_msg (_("%P: mode %s\n"), emulation);
599 emulation in order to initialize the
605 char *emulation;
608 emulation = getenv (EMULATION_ENVIRON);
609 if (emulation == NULL)
610 emulation = DEFAULT_EMULATION;
621 emulation = argv[i + 1];
651 emulation named 486. */
656 emulation = &argv[i][2];
661 return emulation;