/toolchain/binutils/binutils-2.25/ld/ |
D | ldint.texinfo | 99 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 …]
|
D | ldmain.c | 190 char *emulation; in main() local 301 emulation = get_emulation (argc, argv); in main() 302 ldemul_choose_mode (emulation); in main() 403 info_msg (_("%P: mode %s\n"), emulation); in main() 592 char *emulation; in get_emulation() local 595 emulation = getenv (EMULATION_ENVIRON); in get_emulation() 596 if (emulation == NULL) in get_emulation() 597 emulation = DEFAULT_EMULATION; in get_emulation() 608 emulation = argv[i + 1]; in get_emulation() 643 emulation = &argv[i][2]; in get_emulation() [all …]
|
D | ChangeLog-9899 | 315 * 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 …]
|
D | ChangeLog-9197 | 1092 * 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.25/gas/ |
D | emul.h | 24 struct emulation struct 39 COMMON struct emulation * this_emulation; argument
|
D | configure.ac | 505 # See if we really can support this configuration with the emulation code. 520 big) emulation="mipsbelf mipslelf mipself" ;; 521 *) emulation="mipslelf mipsbelf mipself" ;; 527 # i386-*-linux*-elf) emulation="i386elf i386aout" ;; 529 i386-*-aout) emulation="i386aout" ;; 530 i386-*-coff) emulation="i386coff" ;; 531 i386-*-elf) emulation="i386elf" ;; 533 # Always all formats. The first stated emulation becomes the default. 534 cris-*-*aout*) emulation="crisaout criself" ;; 535 cris-*-*) emulation="criself crisaout" ;; [all …]
|
D | emul-target.h | 53 struct emulation emul_struct_name =
|
D | as.c | 137 extern struct emulation mipsbelf, mipslelf, mipself; 138 extern struct emulation i386coff, i386elf, i386aout; 139 extern struct emulation crisaout, criself; 141 static struct emulation *const emulations[] = { EMULATIONS };
|
D | config.in | 36 /* Default emulation. */ 313 /* Use emulation support? */
|
/toolchain/binutils/binutils-2.25/gold/ |
D | target-select.cc | 58 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()
|
D | freebsd.h | 42 const char* emulation) in Target_selector_freebsd() argument 43 : Target_selector(machine, size, is_big_endian, NULL, emulation), in Target_selector_freebsd()
|
D | parameters.cc | 343 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()
|
D | target-select.h | 72 const char* bfd_name, const char* emulation); 142 emulation() const in emulation() function
|
D | nacl.h | 98 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.25/ld/emultempl/ |
D | mmo.em | 27 the mmo "emulation") or in elf32.em (for the elf64mmix 28 "emulation"). */ 35 output from the mmo emulation: -m mmo --oformat elf64-mmix! */ 200 /* When there's a mismatch between the output format and the emulation
|
D | README | 3 C source files that contain jump tables for each emulation.
|
D | vanilla.em | 4 /* A vanilla emulation with no defaults
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
D | elf32bmipn32-defs.sh | 19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | bpo-22.d | 7 # This weird combination of format and emulation options caused hiccups in
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-cris.texi | 31 @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.25/binutils/ |
D | configure.tgt | 24 # targ_emul name of emulation to use
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | mips.sc | 10 # These variables may be overridden by the emulation file. The
|
D | alpha.sc | 3 # These variables may be overridden by the emulation file. The
|
D | tic4xcoff.sc | 37 # This emulation assumes config 7.
|
D | elfm68hc11.sc | 82 with -L<dir>). See fixed memory banks emulation script. */ 89 See generic emulation script for a user defined configuration. */
|