| /NextBSD/contrib/binutils/ld/ |
| HD | ldemul.c | 291 ld_emulation_xfer_type *emul = *eptr; in ldemul_list_emulation_options() local 293 if (emul->list_options) in ldemul_list_emulation_options() 295 fprintf (f, "%s: \n", emul->emulation_name); in ldemul_list_emulation_options() 297 emul->list_options (f); in ldemul_list_emulation_options()
|
| HD | ldint.texinfo | 161 is set to @var{emul} in @file{configure.tgt}. The name of the emulation 162 shell script will be @file{emulparams/@var{emul}.sh}. The 163 @file{Makefile} must have a target named @file{e@var{emul}.c}; this 164 target must depend upon @file{emulparams/@var{emul}.sh}, as well as the 167 with two arguments: @var{emul}, and the value of the make variable 168 @code{tdir_@var{emul}}. The value of the latter variable will be set by 172 By convention, the @file{emulparams/@var{emul}.sh} shell script should 255 extension--is @var{emul}, then the output will be directed to 256 @file{ldscripts/@var{emul}.@var{extension}} in the build directory,
|
| HD | ChangeLog-2006 | 772 * Makefile.am (ELF_GEN_DEPS): Define. Use in emul deps. 777 * Makefile.am (ELF_DEPS): Define. Use in emul file deps. Fix 778 many ELF emul file deps that incorrectly said they needed elf32.em
|
| HD | ChangeLog | 324 spu target emul files.
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | bfd.c | 1597 bfd_emul_get_maxpagesize (const char *emul) in bfd_emul_get_maxpagesize() argument 1601 target = bfd_find_target (emul, NULL); in bfd_emul_get_maxpagesize() 1642 bfd_emul_set_maxpagesize (const char *emul, bfd_vma size) in bfd_emul_set_maxpagesize() argument 1646 target = bfd_find_target (emul, NULL); in bfd_emul_set_maxpagesize() 1669 bfd_emul_get_commonpagesize (const char *emul) in bfd_emul_get_commonpagesize() argument 1673 target = bfd_find_target (emul, NULL); in bfd_emul_get_commonpagesize() 1696 bfd_emul_set_commonpagesize (const char *emul, bfd_vma size) in bfd_emul_set_commonpagesize() argument 1700 target = bfd_find_target (emul, NULL); in bfd_emul_set_commonpagesize()
|
| /NextBSD/sys/compat/linux/ |
| HD | check_error.d | 39 linuxulator*:emul:linux_thread_detach:child_clear_tid_error, 40 linuxulator*:emul:linux_thread_detach:futex_failed, 41 linuxulator*:emul:linux_schedtail:copyout_error,
|
| /NextBSD/contrib/binutils/gas/po/ |
| HD | POTFILES.in | 143 emul.h 144 emul-target.h
|
| /NextBSD/tools/tools/cd2dvd/ |
| HD | cd2dvd.sh | 260 mkisofs -b boot/cdboot -no-emul-boot -r -J \
|
| /NextBSD/contrib/binutils/gas/ |
| HD | dep-in.sed | 34 s! emul\.h!!g
|
| HD | Makefile.am | 215 emul-target.h \ 216 emul.h \ 521 as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
|
| HD | Makefile.in | 458 emul-target.h \ 459 emul.h \ 2515 as.h asintl.h bignum.h bit_fix.h config.h emul.h expr.h flonum.h \
|
| HD | ChangeLog-0001 | 5953 first before anything else. Add bin-bugs.h, emul.h and progress.h 5958 ($(OBJS)): Add bin-bugs.h, emul.h, and progress.h Sort the list.
|
| HD | ChangeLog-9295 | 2175 * emul.h (struct emulation): Use unsigned, not unsigned char, for 2823 * emul-target.h, config/e-mipself.c, config/e-mipsecoff.c: New 2835 * emul.h: New file.
|
| HD | ChangeLog-0203 | 389 * emul.h: Likewise.
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | pci_emul.c | 171 char *emul, *config, *str, *cp; in pci_parse_slot() local 177 emul = config = NULL; in pci_parse_slot() 180 emul = cp + 1; in pci_parse_slot() 181 if ((cp = strchr(emul, ',')) != NULL) { in pci_parse_slot() 221 if (pci_emul_finddev(emul) == NULL) { in pci_parse_slot() 223 snum, fnum, emul); in pci_parse_slot() 228 si->si_funcs[fnum].fi_name = emul; in pci_parse_slot()
|
| /NextBSD/tools/tools/nanobsd/rescue/ |
| HD | common | 122 -o bootimage="i386;_.w/boot/cdboot" -o no-emul-boot _.disk.iso _.w/
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | ntp_timer.c | 228 lib$emul(&(1<<EVENT_TIMEOUT), &vmsinc, &0, &vmsinc); in init_timer()
|
| /NextBSD/release/picobsd/build/ |
| HD | picobsd | 895 mkisofs -b boot/cdboot -no-emul-boot -J -r -ldots -l -L \
|
| /NextBSD/contrib/libxo/m4/ |
| HD | libtool.m4 | 1345 emul=elf 1348 emul="${emul}32" 1351 emul="${emul}64" 1356 emul="${emul}btsmip" 1359 emul="${emul}ltsmip" 1364 emul="${emul}n32" 1367 LD="${LD-ld} -m $emul"
|
| /NextBSD/contrib/subversion/ |
| HD | configure | 9801 emul=elf 9804 emul="${emul}32" 9807 emul="${emul}64" 9812 emul="${emul}btsmip" 9815 emul="${emul}ltsmip" 9820 emul="${emul}n32" 9823 LD="${LD-ld} -m $emul"
|
| /NextBSD/contrib/binutils/ |
| HD | ChangeLog | 5487 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
|
| /NextBSD/contrib/gcc/ |
| HD | FSFChangeLog.10 | 5585 * real.c (ediv, emul): Set sign bit of IEEE -0.0 result.
|
| HD | ChangeLog-2002 | 28959 (ediv, emul, eldexp, esqrt): Likewise. 35850 esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
|
| HD | ChangeLog-2001 | 23763 (__mulhi3, __mulhi32): Use emul for 68hc12.
|
| /NextBSD/contrib/ncurses/misc/ |
| HD | terminfo.src | 3160 vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode,
|