Searched refs:emulation (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.0-release/contrib/binutils/gas/
H A Demul.h1 /* emul.h. File format emulation routines
24 struct emulation struct
39 COMMON struct emulation * this_emulation;
H A Demul-target.h1 /* emul-target.h. Default values for struct emulation defined in emul.h
53 struct emulation emul_struct_name =
H A Das.c131 extern struct emulation mipsbelf, mipslelf, mipself;
132 extern struct emulation mipsbecoff, mipslecoff, mipsecoff;
133 extern struct emulation i386coff, i386elf, i386aout;
134 extern struct emulation crisaout, criself;
136 static struct emulation *const emulations[] = { EMULATIONS };
159 as_fatal (_("missing emulation mode name"));
174 as_fatal (_("unrecognized emulation name `%s'"), em);
451 ,{"emulation", required_argument, NULL, OPTION_EMULATION}
605 as_fatal (_("multiple emulation names specified"));
H A Dconfigure10239 # See if we really can support this configuration with the emulation code.
10249 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
10251 big) emulation="mipsbelf mipslelf mipself" ;;
10252 *) emulation="mipslelf mipsbelf mipself" ;;
10256 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
10257 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
10260 big) emulation="mipsbelf mipslelf mipself" ;;
10261 *) emulation="mipslelf mipsbelf mipself" ;;
10263 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
10268 # i386-*-linux*-elf) emulation
[all...]
/freebsd-10.0-release/contrib/binutils/ld/emulparams/
H A Delf32bmipn32-defs.sh19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend-query/
H A DMakefile3 FILES= detect-laptop.sh detect-nics.sh detect-emulation.sh disk-info.sh \
/freebsd-10.0-release/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh143 # The user is wanting to check if we are in emulation
144 detect-emulation) ${QUERYDIR}/detect-emulation.sh
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldmain.c187 char *emulation;
281 emulation = get_emulation (argc, argv);
282 ldemul_choose_mode (emulation);
377 read the emulation's appropriate default script. */
438 info_msg (_("%P: mode %s\n"), emulation);
612 /* We need to find any explicitly given emulation in order to initialize the
618 char *emulation;
621 emulation = getenv (EMULATION_ENVIRON);
622 if (emulation == NULL)
623 emulation
186 char *emulation; local
617 char *emulation; local
[all...]
/freebsd-10.0-release/sys/conf/
H A Dkern.mk88 # point emulation. This avoids using floating point registers for integer
120 # For PowerPC we tell gcc to use floating point emulation. This avoids using
137 # For MIPS we also tell gcc to use floating point emulation
/freebsd-10.0-release/sys/boot/i386/cdboot/
H A Dcdboot.S34 # from a CD-ROM booted with no emulation mode as described by the El
/freebsd-10.0-release/sys/cam/ctl/
H A DREADME.ctl.txt22 CTL is a disk and processor device emulation subsystem originally written
34 - Disk and processor device emulation.
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.osf1r5562 alt_scancode_esc scesa str S8 - - ----- Alternate escape for scancode emulation
726 scancode_escape scesc str S7 - - ----- Escape for scancode emulation
H A DCaps735 scancode_escape scesc str S7 - - ----- Escape for scancode emulation
736 alt_scancode_esc scesa str S8 - - ----- Alternate escape for scancode emulation
H A DCaps.aix4837 scancode_escape scesc str S7 - - ----- Escape for scancode emulation
838 alt_scancode_esc scesa str S8 - - ----- Alternate escape for scancode emulation
H A DCaps.hpux11743 scancode_escape scesc str S7 - - ----- Escape for scancode emulation
744 alt_scancode_esc scesa str S8 - - ----- Alternate escape for scancode emulation
H A DCaps.keys825 scancode_escape scesc str S7 - - ----- Escape for scancode emulation
826 alt_scancode_esc scesa str S8 - - ----- Alternate escape for scancode emulation
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src1244 # capabilities of the PC monochrome display, without ANY emulation; most
1245 # communications packages (but NOT PC/IX connect) do some kind of emulation.
1478 pcvt25|dec vt220 emulation with 25 lines,
1481 pcvt28|dec vt220 emulation with 28 lines,
1484 pcvt35|dec vt220 emulation with 35 lines,
1487 pcvt40|dec vt220 emulation with 40 lines,
1490 pcvt43|dec vt220 emulation with 43 lines,
1493 pcvt50|dec vt220 emulation with 50 lines,
1500 pcvt25w|dec vt220 emulation with 25 lines and 132 cols,
1503 pcvt28w|dec vt220 emulation wit
[all...]
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY73 3540820 mutex emulation should be logged
185 3479463 rwlock emulation does not free memory
/freebsd-10.0-release/contrib/gdb/
H A Dltmain.sh3654 /* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */

Completed in 206 milliseconds