Searched refs:emul (Results 1 - 25 of 137) sorted by relevance

123456

/netbsd-current/sys/compat/ultrix/
H A Dultrix_exec.h29 extern struct emul emul_ultrix;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/rx/
H A Demul.d1 #source: ./emul.s
10 0: fd 74 60 80 emul #-128, r0
11 4: fd 74 6e 80 emul #-128, r14
12 8: fd 74 60 7f emul #127, r0
13 c: fd 74 6e 7f emul #127, r14
14 10: fd 78 60 00 80 emul #0xffff8000, r0
15 15: fd 78 6e 00 80 emul #0xffff8000, r14
16 1a: fd 7c 60 00 80 00 emul #0x8000, r0
17 20: fd 7c 6e 00 80 00 emul #0x8000, r14
18 26: fd 7c 60 00 00 80 emul #
[all...]
/netbsd-current/sys/compat/sunos32/
H A Dsunos32_exec.h34 extern struct emul emul_sunos;
/netbsd-current/share/examples/emul/linux/etc/
H A DMakefile9 FILESDIR=/usr/share/examples/emul/linux/etc
/netbsd-current/sys/compat/common/
H A Dcompat_util.h64 struct emul;
/netbsd-current/sys/compat/freebsd/
H A Dfreebsd_exec.h48 extern struct emul emul_freebsd;
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-h8300/
H A Dh8300.exp30 set emul elf
32 set emul elf_linux
36 run_dump_test relax-2 [list [list ld "-m h8300h$emul"]]
37 run_dump_test relax-3 [list [list ld "-m h8300s$emul"]]
38 run_dump_test relax-4 [list [list ld "-m h8300s$emul"]]
39 run_dump_test relax-5 [list [list ld "-m h8300s$emul"]]
40 run_dump_test relax-6 [list [list ld "-m h8300s$emul"]]
41 run_dump_test relax-7 [list [list ld "-m h8300s$emul"]]
42 run_dump_test gcsection [list [list ld "-m h8300h$emul"]]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Dexport-class.exp33 proc powerpc_export_class_test { abi endian emul } {
38 set LDFLAGS "-m$emul"
92 foreach { abi endian emul } $abis {
93 if { [string first $emul $ldemul] != -1 } then {
94 powerpc_export_class_test $abi $endian $emul
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dexport-class.exp33 proc mips_export_class_test { abi flag emul } {
40 set LDFLAGS "-m$emul"
94 foreach { abi flag emul } $abis {
95 mips_export_class_test $abi $flag $emul
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dexport-class.exp33 proc x86_64_export_class_test { abi flag emul } {
40 set LDFLAGS "-m$emul"
91 foreach { abi flag emul } $abis {
92 x86_64_export_class_test $abi $flag $emul
H A Dline.exp26 set emul "elf_x86_64"
39 send_log "$ld -e start -m$emul -o tmpdir/undefined tmpdir/undefined.o\n"
40 set exec_output [run_host_cmd "$ld" "-e start -m$emul -o tmpdir/undefined tmpdir/undefined.o"]
/netbsd-current/sys/rump/kern/lib/libsys_cygwin/
H A Dsys_cygwin_component.c18 struct emul emul_rump_sys_cygwin = {
33 extern struct emul *emul_default;
/netbsd-current/sys/rump/kern/lib/libsys_sunos/
H A Dsys_sunos_component.c18 struct emul emul_rump_sys_sunos = {
33 extern struct emul *emul_default;
/netbsd-current/share/examples/emul/ultrix/etc/
H A DMakefile9 FILESDIR=/usr/share/examples/emul/ultrix/etc
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dexport-class.exp36 set emul armelf_linux_eabi
38 set emul armelf_linux
46 "-m$emul -shared -version-script ../ld-elf/export-class-lib.ver" "" \
60 "-m$emul -r" "" \
77 "-m$emul -shared -Tdata=0x12340000 tmpdir/arm-export-class-ref-r.o tmpdir/arm-export-class-lib.so" "" \
/netbsd-current/share/examples/
H A DMakefile3 SUBDIR= amd apm asm devpubd disktab emul fstab ftpd getdate hostapd \
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Demul_generic.c32 emul_syscall_enter(emul_syscall *emul, argument
41 emul->syscall_descriptor[call].name);
46 emul_syscall_exit(emul_syscall *emul, argument
55 if (error > 0 && error < emul->nr_error_names)
56 printf_filtered("[%s]", emul->error_names[error]);
213 emul_syscall *emul,
220 if (call >= emul->nr_system_calls)
223 handler = emul->syscall_descriptor[call].handler;
225 if (emul->syscall_descriptor[call].name) {
226 error("do_call() unimplemented call %s\n", emul
212 emul_do_system_call(os_emul_data *emul_data, emul_syscall *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
253 emul_add_tree_options(device *tree, bfd *image, const char *emul, const char *env, int oea_interrupt_prefix) argument
[all...]
H A Demul_netbsd.c322 do_exit(os_emul_data *emul, argument
338 do_read(os_emul_data *emul, argument
381 do_write(os_emul_data *emul, argument
417 do_open(os_emul_data *emul, argument
460 do_close(os_emul_data *emul, argument
493 do_break(os_emul_data *emul, argument
507 status = device_ioctl(emul->vm,
520 do_getpid(os_emul_data *emul, argument
535 do_getuid(os_emul_data *emul, argument
550 do_geteuid(os_emul_data *emul, argument
565 do_kill(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
588 do_dup(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
610 do_getegid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
625 do_getgid(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
640 do_sigprocmask(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
665 do_ioctl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
701 do_umask(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
721 do_dup2(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
744 do_fcntl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
770 do_gettimeofday(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
802 do_getrusage(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
831 do_fstatfs(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
861 do_stat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
887 do_fstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
913 do_lstat(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
939 do_getdirentries(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
975 do___syscall(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
994 do_lseek(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
1018 do___sysctl(os_emul_data *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Demul_generic.c32 emul_syscall_enter(emul_syscall *emul, argument
41 emul->syscall_descriptor[call].name);
46 emul_syscall_exit(emul_syscall *emul, argument
55 if (error > 0 && error < emul->nr_error_names)
56 printf_filtered("[%s]", emul->error_names[error]);
213 emul_syscall *emul,
220 if (call >= emul->nr_system_calls)
223 handler = emul->syscall_descriptor[call].handler;
225 if (emul->syscall_descriptor[call].name) {
226 error("do_call() unimplemented call %s\n", emul
212 emul_do_system_call(os_emul_data *emul_data, emul_syscall *emul, unsigned call, const int arg0, cpu *processor, unsigned_word cia) argument
253 emul_add_tree_options(device *tree, bfd *image, const char *emul, const char *env, int oea_interrupt_prefix) argument
[all...]
/netbsd-current/sys/compat/sunos/
H A Dsunos_exec.h53 extern struct emul emul_sunos;
/netbsd-current/sys/sys/
H A Dsyscallvar.h46 extern struct emul emul_netbsd;
55 int syscall_establish(const struct emul *, const struct syscall_package *);
56 int syscall_disestablish(const struct emul *, const struct syscall_package *);
/netbsd-current/sys/arch/vax/vax/
H A Dsyscall.c69 const struct emul * const emul = p->p_emul; local
70 const struct sysent *callp = emul->e_sysent;
81 if ((unsigned long) tf->tf_code >= emul->e_nsysent)
82 callp += emul->e_nosys;
/netbsd-current/external/lgpl3/gmp/dist/mpn/vax/
H A Daddmul_1.asm51 emul r1, r6, $0, r2
58 L(1p1): emul r1, r6, $0, r10
68 L(1n0): emul r1, r6, $0, r2
75 L(1n1): emul r1, r6, $0, r10
91 emul r1, r6, $0, r2
98 L(2p1): emul r1, r6, $0, r10
108 L(2n0): emul r1, r6, $0, r2
115 L(2n1): emul r1, r6, $0, r10
H A Dsubmul_1.asm51 emul r1, r6, $0, r2
58 L(1p1): emul r1, r6, $0, r10
68 L(1n0): emul r1, r6, $0, r2
75 L(1n1): emul r1, r6, $0, r10
91 emul r1, r6, $0, r2
98 L(2p1): emul r1, r6, $0, r10
108 L(2n0): emul r1, r6, $0, r2
115 L(2n1): emul r1, r6, $0, r10
H A Dmul_1.asm51 emul r1, r6, $0, r2
57 L(1p1): emul r1, r6, $0, r10
66 L(1n0): emul r1, r6, $0, r2
72 L(1n1): emul r1, r6, $0, r10
87 emul r1, r6, $0, r2
93 L(2p1): emul r1, r6, $0, r10
102 L(2n0): emul r1, r6, $0, r2
109 L(2n1): emul r1, r6, $0, r10

Completed in 164 milliseconds

123456