HomeSort by: relevance | last modified time | path
    Searched refs:aout (Results 1 - 25 of 234) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/binutils/dist/ld/emulparams/
vaxnbsd.sh 1 SCRIPT_NAME=aout
i386aout.sh 1 SCRIPT_NAME=aout
i386bsd.sh 1 SCRIPT_NAME=aout
pc532macha.sh 1 SCRIPT_NAME=aout
ns32knbsd.sh 1 SCRIPT_NAME=aout
  /src/external/gpl3/binutils.old/dist/ld/emulparams/
vaxnbsd.sh 1 SCRIPT_NAME=aout
i386aout.sh 1 SCRIPT_NAME=aout
i386bsd.sh 1 SCRIPT_NAME=aout
pc532macha.sh 1 SCRIPT_NAME=aout
ns32knbsd.sh 1 SCRIPT_NAME=aout
  /src/distrib/shark/instkernel/instkernel/
Makefile 12 MDSET_SUFFIXES.-= aout create-aout
14 create-aout= \
17 release:: check_RELEASEDIR .WAIT netbsd-INSTALL.aout.gz
18 ${RELEASE_INSTALL} netbsd-INSTALL.aout.gz \
  /src/sys/arch/x68k/usr.bin/loadkmap/
Makefile 14 ${COMPILE.c} -o ${.TARGET}.aout ${.CURDIR}/ascii_kmap.c
15 ${OBJCOPY} -O binary ${.TARGET}.aout ${.TARGET}
16 rm ${.TARGET}.aout
19 ${COMPILE.c} -o ${.TARGET}.aout ${.CURDIR}/jis_kmap.c
20 ${OBJCOPY} -O binary ${.TARGET}.aout ${.TARGET}
21 rm ${.TARGET}.aout
  /src/distrib/cats/cdroms/installcd/
Makefile 5 CDKERNELS= netbsd-INSTALL.aout netbsd
  /src/sys/arch/x68k/usr.bin/bellctrl/
Makefile 8 $(CC) -c -o sample.aout ${.CURDIR}/sample_fm.c
9 strip sample.aout
10 dd bs=1 skip=32 count=52 if=sample.aout of=$@
11 rm sample.aout
  /src/external/gpl3/binutils/dist/bfd/
libaout.h 31 /* Macros for accessing components in an aout header. */
349 /* Used on Linux, 386BSD, etc. See include/aout/aout64.h. */
449 extern bool NAME (aout, squirt_out_relocs)
452 extern bool NAME (aout, make_sections)
455 extern bfd_cleanup NAME (aout, some_aout_object_p)
458 extern bool NAME (aout, mkobject)
461 extern enum machine_type NAME (aout, machine_type)
464 extern bool NAME (aout, set_arch_mach)
467 extern bool NAME (aout, new_section_hook)
470 extern bool NAME (aout, set_section_contents
    [all...]
aout-target.h 21 #include "aout/aout64.h"
22 #include "aout/stab_gnu.h"
23 #include "aout/ar.h"
30 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
31 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *);
44 /* Calculate the file positions of the parts of a newly read aout header. */
102 sections. This is normally done by NAME (aout,new_section_hook),
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
167 cleanup = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback));
199 return NAME (aout, mkobject (abfd))
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
libaout.h 31 /* Macros for accessing components in an aout header. */
349 /* Used on Linux, 386BSD, etc. See include/aout/aout64.h. */
449 extern bool NAME (aout, squirt_out_relocs)
452 extern bool NAME (aout, make_sections)
455 extern bfd_cleanup NAME (aout, some_aout_object_p)
458 extern bool NAME (aout, mkobject)
461 extern enum machine_type NAME (aout, machine_type)
464 extern bool NAME (aout, set_arch_mach)
467 extern bool NAME (aout, new_section_hook)
470 extern bool NAME (aout, set_section_contents
    [all...]
aout-target.h 21 #include "aout/aout64.h"
22 #include "aout/stab_gnu.h"
23 #include "aout/ar.h"
30 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
31 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *);
44 /* Calculate the file positions of the parts of a newly read aout header. */
102 sections. This is normally done by NAME (aout,new_section_hook),
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
167 cleanup = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback));
199 return NAME (aout, mkobject (abfd))
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
libaout.h 31 /* Macros for accessing components in an aout header. */
356 /* Used on Linux, 386BSD, etc. See include/aout/aout64.h. */
456 extern bool NAME (aout, squirt_out_relocs)
459 extern bool NAME (aout, make_sections)
462 extern bfd_cleanup NAME (aout, some_aout_object_p)
465 extern bool NAME (aout, mkobject)
468 extern enum machine_type NAME (aout, machine_type)
471 extern bool NAME (aout, set_arch_mach)
474 extern bool NAME (aout, new_section_hook)
477 extern bool NAME (aout, set_section_contents
    [all...]
aout-target.h 21 #include "aout/aout64.h"
22 #include "aout/stab_gnu.h"
23 #include "aout/ar.h"
30 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
31 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *);
44 /* Calculate the file positions of the parts of a newly read aout header. */
102 sections. This is normally done by NAME (aout,new_section_hook),
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
167 cleanup = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback));
199 return NAME (aout, mkobject (abfd))
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
libaout.h 31 /* Macros for accessing components in an aout header. */
356 /* Used on Linux, 386BSD, etc. See include/aout/aout64.h. */
471 extern bool NAME (aout, squirt_out_relocs)
474 extern bool NAME (aout, make_sections)
477 extern bfd_cleanup NAME (aout, some_aout_object_p)
480 extern bool NAME (aout, mkobject)
483 extern enum machine_type NAME (aout, machine_type)
486 extern bool NAME (aout, set_arch_mach)
489 extern bool NAME (aout, new_section_hook)
492 extern bool NAME (aout, set_section_contents
    [all...]
aout-target.h 21 #include "aout/aout64.h"
22 #include "aout/stab_gnu.h"
23 #include "aout/ar.h"
30 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
31 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *);
44 /* Calculate the file positions of the parts of a newly read aout header. */
102 sections. This is normally done by NAME (aout,new_section_hook),
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
167 cleanup = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback));
199 return NAME (aout, mkobject (abfd))
    [all...]
  /src/etc/etc.cats/
Makefile.inc 10 KERNEL_SUFFIXES= aout
20 ${TOOL_GZIP} -dc ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \
  /src/distrib/cats/instkernel/
Makefile 9 MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL.aout \
15 MDSET_POST.netbsd-INSTALL.aout= \
  /src/distrib/sparc/bootfs/
Makefile 34 MDSET_SUFFIXES.netbsd.ram= aout create-aout
41 create-aout=\
45 CLEANFILES+= netbsd.ram.aout.raw

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 910