Home
last modified time | relevance | path

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

1234567

/toolchain/binutils/binutils-2.27/ld/
Dldint.texinfo99 Each linker target has an @dfn{emulation}. The emulation includes the
120 script will create the emulation source file, which contains C code.
121 This C code permits the linker emulation to override various linker
122 behaviours. Most targets use the generic emulation code, which is in
126 emulation parameters script in the @file{emulparams} directory, a linker
128 emulation source file generation script in the @file{emultempl}
133 @file{scripttempl/aout.sc}, and creates the emulation code using
137 depending upon how it is configured. An emulation can be selected with
142 * emulation parameters:: @file{emulparams} scripts
147 @node emulation parameters
[all …]
Dldmain.c193 char *emulation; in main() local
301 emulation = get_emulation (argc, argv); in main()
302 ldemul_choose_mode (emulation); in main()
404 info_msg (_("%P: mode %s\n"), emulation); in main()
604 char *emulation; in get_emulation() local
607 emulation = getenv (EMULATION_ENVIRON); in get_emulation()
608 if (emulation == NULL) in get_emulation()
609 emulation = DEFAULT_EMULATION; in get_emulation()
620 emulation = argv[i + 1]; in get_emulation()
655 emulation = &argv[i][2]; in get_emulation()
[all …]
DChangeLog-9899315 * configure.tgt (hppa*w-*-*): Use elf64hppa emulation.
543 * configure.tgt (mips-sgi-irix6*): Add 64-bit emulation.
565 emulation.
622 * genscripts.sh (LIB_PATH): Define if emulation in EMULATION_LIBPATH.
777 * configure.tgt: For arm*-*-linux-gnu*, set default emulation to
1131 do recognize, in case the emulation needs to handle them
1260 * ldint.texinfo: add section for emulation walkthrough
1429 * ldint.texinfo (emulation parameters): Document ALIGNMENT.
1664 supported emulation, if such a function is present.
1667 the pe emulation specific command line options.
[all …]
DChangeLog-91971092 * mpw-emipself.c: New file, pregenerated mips elf emulation.
1878 * emultempl/elf32.em: When checking for a native emulation, check
1879 that the current emulation is the default emulation.
2124 * configure.in: Redo emulation handling so that each emulation
2498 * emulparams/ppcmacos.sh: New file, PowerMac emulation.
3072 (parse_args): Call emulation arg parser.
3609 using the default emulation.
3638 * ldemul.c (ldemul_choose_mode): If emulation not recognized, list
3862 * config/coff-sh.mt: Add shl emulation.
4451 * genscripts.sh: If the emulation parameter file sets
[all …]
/toolchain/binutils/binutils-2.27/gas/
Demul.h24 struct emulation struct
39 COMMON struct emulation * this_emulation; argument
Dconfigure.ac559 # See if we really can support this configuration with the emulation code.
574 big) emulation="mipsbelf mipslelf mipself" ;;
575 *) emulation="mipslelf mipsbelf mipself" ;;
581 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
583 i386-*-aout) emulation="i386aout" ;;
584 i386-*-coff) emulation="i386coff" ;;
585 i386-*-elf) emulation="i386elf" ;;
587 # Always all formats. The first stated emulation becomes the default.
588 cris-*-*aout*) emulation="crisaout criself" ;;
589 cris-*-*) emulation="criself crisaout" ;;
[all …]
Demul-target.h53 struct emulation emul_struct_name =
Das.c145 extern struct emulation mipsbelf, mipslelf, mipself;
146 extern struct emulation i386coff, i386elf, i386aout;
147 extern struct emulation crisaout, criself;
149 static struct emulation *const emulations[] = { EMULATIONS };
Dconfig.in36 /* Default emulation. */
327 /* Use emulation support? */
/toolchain/binutils/binutils-2.27/gold/
Dtarget-select.cc58 const char* bfd_name, const char* emulation) in Target_selector() argument
60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL), in Target_selector()
148 const char* pname = p->emulation(); in select_target_by_emulation()
Dfreebsd.h42 const char* emulation) in Target_selector_freebsd() argument
43 : Target_selector(machine, size, is_big_endian, NULL, emulation), in Target_selector_freebsd()
Dparameters.cc343 const char* emulation = parameters->options().m(); in parameters_force_valid_target() local
344 Target* target = select_target_by_emulation(emulation); in parameters_force_valid_target()
351 gold_error(_("unrecognized emulation %s"), emulation); in parameters_force_valid_target()
Dtarget-select.h72 const char* bfd_name, const char* emulation);
142 emulation() const in emulation() function
Dnacl.h98 const char* bfd_name, const char* emulation) in Target_selector_nacl() argument
100 bfd_name_(bfd_name), emulation_(emulation) in Target_selector_nacl()
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dmmo.em27 the mmo "emulation") or in elf32.em (for the elf64mmix
28 "emulation"). */
35 output from the mmo emulation: -m mmo --oformat elf64-mmix! */
220 /* When there's a mismatch between the output format and the emulation
DREADME3 C source files that contain jump tables for each emulation.
Dvanilla.em4 /* A vanilla emulation with no defaults
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
Dcompressed1d.d6 # Not all ELF targets use the elf.em emulation...
/toolchain/binutils/binutils-2.27/ld/emulparams/
Delf32bmipn32-defs.sh20 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
Dbpo-22.d7 # This weird combination of format and emulation options caused hiccups in
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-cris.texi31 @cindex @option{--emulation=criself} command line option, CRIS
32 @cindex @option{--emulation=crisaout} command line option, CRIS
33 @cindex CRIS @option{--emulation=criself} command line option
34 @cindex CRIS @option{--emulation=crisaout} command line option
38 @option{--emulation=crisaout} and @option{--emulation=criself}.
/toolchain/binutils/binutils-2.27/binutils/
Dconfigure.tgt24 # targ_emul name of emulation to use
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Dalpha.sc3 # These variables may be overridden by the emulation file. The
Dmips.sc10 # These variables may be overridden by the emulation file. The
Delfarcv2.sc100 with -L<dir>). See fixed memory banks emulation script. */
107 See generic emulation script for a user defined configuration. */

1234567