Home
last modified time | relevance | path

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

12345678910>>...15

/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dqemu-testing.rst7 QEMU system mode emulation
10 QEMU can be used to test LLDB in an emulation environment in the absence of
11 actual hardware. This page describes instructions to help setup a QEMU emulation
18 * **setup.sh** is used to build the Linux kernel image and QEMU system emulation executable(s) from…
19 ….sh** is used to generate Ubuntu root file system images to be used for QEMU system mode emulation.
22 Once we have booted our kernel we can run lldb-server in emulation environment.
32 Create Ubuntu root file system image for QEMU system emulation with rootfs.sh
76 Run QEMU Arm or AArch64 system emulation using run-qemu.sh
100 **Example:** Run QEMU Arm or AArch64 system emulation using run-qemu.sh
113 Steps for running lldb-server in QEMU system emulation environment
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dconfigure.in360 # See if we really can support this configuration with the emulation code.
370 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
372 big) emulation="mipsbelf mipslelf mipself" ;;
373 *) emulation="mipslelf mipsbelf mipself" ;;
377 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
378 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
381 big) emulation="mipsbelf mipslelf mipself" ;;
382 *) emulation="mipslelf mipsbelf mipself" ;;
384 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
389 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
[all …]
H A Demul.h24 struct emulation struct
39 COMMON struct emulation * this_emulation; argument
H A Das.c133 extern struct emulation mipsbelf, mipslelf, mipself;
134 extern struct emulation mipsbecoff, mipslecoff, mipsecoff;
135 extern struct emulation i386coff, i386elf, i386aout;
136 extern struct emulation crisaout, criself;
138 static struct emulation *const emulations[] = { EMULATIONS };
H A Demul-target.h53 struct emulation emul_struct_name =
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Demul.h24 struct emulation struct
39 COMMON struct emulation * this_emulation; argument
H A Dconfigure.in745 # See if we really can support this configuration with the emulation code.
764 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
766 big) emulation="mipsbelf mipslelf mipself" ;;
767 *) emulation="mipslelf mipsbelf mipself" ;;
771 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
772 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
775 big) emulation="mipsbelf mipslelf mipself" ;;
776 *) emulation="mipslelf mipsbelf mipself" ;;
778 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
783 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
[all …]
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 =
/openbsd-src/gnu/gcc/gcc/config/crx/
H A Dt-crx7 # Software emulation for integer div and mod
10 # Build the floating point emulation libraries.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dldmain.c176 char *emulation; in main() local
344 emulation = get_emulation (argc, argv); in main()
345 ldemul_choose_mode (emulation); in main()
462 info_msg (_("%P: mode %s\n"), emulation); in main()
595 char *emulation; in get_emulation() local
598 emulation = getenv (EMULATION_ENVIRON); in get_emulation()
599 if (emulation == NULL) in get_emulation()
600 emulation = DEFAULT_EMULATION; in get_emulation()
611 emulation = argv[i + 1]; in get_emulation()
644 emulation = &argv[i][2]; in get_emulation()
[all …]
H A Dldint.texinfo100 Each linker target has an @dfn{emulation}. The emulation includes the
121 script will create the emulation source file, which contains C code.
122 This C code permits the linker emulation to override various linker
123 behaviours. Most targets use the generic emulation code, which is in
127 emulation parameters script in the @file{emulparams} directory, a linker
129 emulation source file generation script in the @file{emultempl}
134 @file{scripttempl/aout.sc}, and creates the emulation code using
138 depending upon how it is configured. An emulation can be selected with
143 * emulation parameters:: @file{emulparams} scripts
148 @node emulation parameters
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A Dldint.texinfo100 Each linker target has an @dfn{emulation}. The emulation includes the
121 script will create the emulation source file, which contains C code.
122 This C code permits the linker emulation to override various linker
123 behaviours. Most targets use the generic emulation code, which is in
127 emulation parameters script in the @file{emulparams} directory, a linker
129 emulation source file generation script in the @file{emultempl}
134 @file{scripttempl/aout.sc}, and creates the emulation code using
138 depending upon how it is configured. An emulation can be selected with
143 * emulation parameters:: @file{emulparams} scripts
148 @node emulation parameters
[all …]
H A Dldmain.c184 char *emulation; in main() local
349 emulation = get_emulation (argc, argv); in main()
350 ldemul_choose_mode (emulation); in main()
470 info_msg (_("%P: mode %s\n"), emulation); in main()
650 char *emulation; in get_emulation() local
653 emulation = getenv (EMULATION_ENVIRON); in get_emulation()
654 if (emulation == NULL) in get_emulation()
655 emulation = DEFAULT_EMULATION; in get_emulation()
666 emulation = argv[i + 1]; in get_emulation()
699 emulation = &argv[i][2]; in get_emulation()
[all …]
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfork.pod3 perlfork - Perl's fork() emulation
7 NOTE: As of the 5.8.0 release, fork() emulation has considerably
18 While the emulation is designed to be as compatible as possible with the
25 limitations of the fork() emulation. Note that the issues discussed here
31 The fork() emulation is implemented at the level of the Perl interpreter.
133 emulation are simply threads in the same process. This means that any
165 The fork() emulation will not work entirely correctly when called from
295 The fork() emulation may not behave as expected when it is executed in an
297 evaluate bits of Perl code. This stems from the fact that the emulation
304 Since the fork() emulation runs code in multiple threads, extensions
[all …]
/openbsd-src/sys/arch/sparc64/conf/
H A DRAMDISKU516 option WSEMUL_SUN # provide sun terminal emulation; required
17 option WSEMUL_NO_VT100 # do not provide vt100 terminal emulation
H A DRAMDISKU116 option WSEMUL_SUN # provide sun terminal emulation; required
17 option WSEMUL_NO_VT100 # do not provide vt100 terminal emulation
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ns32k/
H A Dt-ns32k2 # floating point emulation libraries.
/openbsd-src/gnu/usr.bin/binutils/ld/emultempl/
H A DREADME3 C source files that contain jump tables for each emulation.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A DREADME3 C source files that contain jump tables for each emulation.
/openbsd-src/gnu/usr.bin/binutils/ld/emulparams/
H A Delf32bmipn32-defs.sh18 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/emulparams/
H A Delf32bmipn32-defs.sh20 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dt-stormy168 # floating point emulation libraries
/openbsd-src/gnu/gcc/gcc/config/mn10300/
H A Dt-linux2 # floating point emulation libraries.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pdp11/
H A Dt-pdp113 # floating point emulation libraries

12345678910>>...15