Searched refs:emulation (Results 1 – 25 of 148) sorted by relevance
123456
| /trueos/contrib/binutils/gas/ |
| HD | configure.in | 379 # See if we really can support this configuration with the emulation code. 389 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;; 391 big) emulation="mipsbelf mipslelf mipself" ;; 392 *) emulation="mipslelf mipsbelf mipself" ;; 396 big) emulation="mipsbecoff mipslecoff mipsecoff" ;; 397 *) emulation="mipslecoff mipsbecoff mipsecoff" ;; 400 big) emulation="mipsbelf mipslelf mipself" ;; 401 *) emulation="mipslelf mipsbelf mipself" ;; 403 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;; 408 # i386-*-linux*-elf) emulation="i386elf i386aout" ;; [all …]
|
| HD | emul.h | 24 struct emulation struct 39 COMMON struct emulation * this_emulation; argument
|
| HD | as.c | 130 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 };
|
| HD | emul-target.h | 53 struct emulation emul_struct_name =
|
| /trueos/contrib/binutils/ld/ |
| HD | ldmain.c | 186 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 …]
|
| HD | ldint.texinfo | 104 Each linker target has an @dfn{emulation}. The emulation includes the 125 script will create the emulation source file, which contains C code. 126 This C code permits the linker emulation to override various linker 127 behaviours. Most targets use the generic emulation code, which is in 131 emulation parameters script in the @file{emulparams} directory, a linker 133 emulation source file generation script in the @file{emultempl} 138 @file{scripttempl/aout.sc}, and creates the emulation code using 142 depending upon how it is configured. An emulation can be selected with 147 * emulation parameters:: @file{emulparams} scripts 152 @node emulation parameters [all …]
|
| /trueos/usr.sbin/pc-sysinstall/pc-sysinstall/ |
| HD | pc-sysinstall.sh | 144 detect-emulation) ${QUERYDIR}/detect-emulation.sh
|
| /trueos/contrib/binutils/ld/emultempl/ |
| HD | README | 3 C source files that contain jump tables for each emulation.
|
| /trueos/contrib/binutils/ld/emulparams/ |
| HD | elf32bmipn32-defs.sh | 19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | t-fprules-fpbit | 2 # floating point emulation libraries.
|
| /trueos/contrib/binutils/binutils/ |
| HD | configure.tgt | 8 # targ_emul name of emulation to use
|
| /trueos/tools/tools/nanobsd/dhcpd/ |
| HD | README | 5 using qemu user space emulation.
|
| /trueos/usr.sbin/pc-sysinstall/backend-query/ |
| HD | Makefile | 3 FILES= detect-laptop.sh detect-nics.sh detect-emulation.sh disk-info.sh \
|
| /trueos/contrib/gcc/config/mips/ |
| HD | t-gofast | 2 # floating point emulation libraries.
|
| HD | t-mips | 4 # floating point emulation libraries.
|
| /trueos/contrib/tcsh/ |
| HD | src.desc | 52 tc.sig.c: Signal emulation for SVR2, SVR1 and V5. 68 mi.termios.c: Minix termios emulation
|
| /trueos/contrib/binutils/ld/scripttempl/ |
| HD | mips.sc | 3 # These variables may be overridden by the emulation file. The
|
| HD | alpha.sc | 3 # These variables may be overridden by the emulation file. The
|
| /trueos/contrib/ntp/adjtimed/ |
| HD | README | 5 The emulation uses an undocumented kernel variable (as of 6.0/2.0
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | t-elf | 5 # floating point emulation libraries.
|
| /trueos/contrib/gcc/config/arm/ |
| HD | t-pe | 5 # floating point emulation libraries.
|
| HD | t-wince-pe | 5 # floating point emulation libraries.
|
| HD | t-arm-coff | 5 # floating point emulation libraries.
|
| HD | t-semi | 10 # floating point emulation libraries.
|
| HD | t-xscale-coff | 5 # floating point emulation libraries.
|
123456