Home
last modified time | relevance | path

Searched refs:emulation (Results 1 – 25 of 161) sorted by relevance

1234567

/freebsd-12.1/contrib/binutils/gas/
H A Dconfigure.in391 big) emulation="mipsbelf mipslelf mipself" ;;
392 *) emulation="mipslelf mipsbelf mipself" ;;
400 big) emulation="mipsbelf mipslelf mipself" ;;
401 *) emulation="mipslelf mipsbelf mipself" ;;
410 i386-*-aout) emulation="i386aout" ;;
411 i386-*-coff) emulation="i386coff" ;;
412 i386-*-elf) emulation="i386elf" ;;
416 cris-*-*) emulation="criself crisaout" ;;
419 emulations="$emulations $emulation"
566 [Default emulation.])
[all …]
H A Demul.h24 struct emulation struct
39 COMMON struct emulation * this_emulation; argument
H A Das.c130 extern struct emulation mipsbelf, mipslelf, mipself;
131 extern struct emulation mipsbecoff, mipslecoff, mipsecoff;
132 extern struct emulation i386coff, i386elf, i386aout;
133 extern struct emulation crisaout, criself;
135 static struct emulation *const emulations[] = { EMULATIONS };
H A Demul-target.h53 struct emulation emul_struct_name =
/freebsd-12.1/contrib/binutils/ld/
H A Dldmain.c186 char *emulation; in main() local
280 emulation = get_emulation (argc, argv); in main()
281 ldemul_choose_mode (emulation); in main()
437 info_msg (_("%P: mode %s\n"), emulation); in main()
617 char *emulation; in get_emulation() local
620 emulation = getenv (EMULATION_ENVIRON); in get_emulation()
621 if (emulation == NULL) in get_emulation()
622 emulation = DEFAULT_EMULATION; in get_emulation()
633 emulation = argv[i + 1]; in get_emulation()
666 emulation = &argv[i][2]; in get_emulation()
[all …]
H A Dldint.texinfo104 Each linker target has an @dfn{emulation}. The emulation includes the
133 emulation source file generation script in the @file{emultempl}
138 @file{scripttempl/aout.sc}, and creates the emulation code using
147 * emulation parameters:: @file{emulparams} scripts
152 @node emulation parameters
158 building an emulation source file.
465 @code{main} is defined. The bulk of the code that's emulation
473 Your emulation file exports a symbol
474 @code{ld_@var{EMULATION_NAME}_emulation}. If your emulation is
481 should assume the indirect reference to your emulation also.
[all …]
/freebsd-12.1/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh146 detect-emulation) ${QUERYDIR}/detect-emulation.sh
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A DREADME3 C source files that contain jump tables for each emulation.
/freebsd-12.1/contrib/binutils/ld/emulparams/
H A Delf32bmipn32-defs.sh19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dt-fprules-fpbit2 # floating point emulation libraries.
/freebsd-12.1/contrib/binutils/binutils/
H A Dconfigure.tgt8 # targ_emul name of emulation to use
/freebsd-12.1/tools/tools/nanobsd/dhcpd/
H A DREADME5 using qemu user space emulation.
/freebsd-12.1/usr.sbin/pc-sysinstall/backend-query/
H A DMakefile3 FILES= detect-laptop.sh detect-nics.sh detect-emulation.sh disk-info.sh \
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dntp_compiler.m4121 dnl fail even with Linux emulation working as designed.
123 dnl to a NetBSD host with Linux emulation working.
/freebsd-12.1/contrib/tcsh/
H A Dsrc.desc52 tc.sig.c: Signal emulation for SVR2, SVR1 and V5.
68 mi.termios.c: Minix termios emulation
/freebsd-12.1/contrib/gcc/config/mips/
H A Dt-gofast2 # floating point emulation libraries.
H A Dt-mips4 # floating point emulation libraries.
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Dmips.sc3 # These variables may be overridden by the emulation file. The
H A Dalpha.sc3 # These variables may be overridden by the emulation file. The
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparc.td25 "Use software emulation for integer multiply and divide">;
64 "Use software emulation for floating point">;
/freebsd-12.1/contrib/ntp/adjtimed/
H A DREADME5 The emulation uses an undocumented kernel variable (as of 6.0/2.0
/freebsd-12.1/contrib/unbound/contrib/
H A Dunbound_portable.service.in44 SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module mount @obsolete @resources
/freebsd-12.1/contrib/gcc/config/arm/
H A Dt-pe5 # floating point emulation libraries.
H A Dt-wince-pe5 # floating point emulation libraries.
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dt-elf5 # floating point emulation libraries.

1234567