Searched refs:aout (Results 1 - 25 of 83) sorted by relevance

1234

/freebsd-9.3-release/contrib/binutils/ld/emulparams/
H A Di386aout.sh1 SCRIPT_NAME=aout
H A Di386bsd.sh1 SCRIPT_NAME=aout
H A Di386nbsd.sh1 SCRIPT_NAME=aout
H A Dsparcnbsd.sh1 SCRIPT_NAME=aout
H A Darmnbsd.sh1 SCRIPT_NAME=aout
H A Di386linux.sh1 SCRIPT_NAME=aout
H A Dsparcaout.sh1 SCRIPT_NAME=aout
H A Dsparclinux.sh1 SCRIPT_NAME=aout
H A Dsun4.sh1 SCRIPT_NAME=aout
H A Dvsta.sh1 SCRIPT_NAME=aout
/freebsd-9.3-release/sys/modules/aout/
H A DMakefile5 KMOD= aout
/freebsd-9.3-release/sys/boot/sparc64/boot1/
H A DMakefile8 CLEANFILES=${FILES} boot1.aout
19 ${FILES}: boot1.aout
20 @set -- `ls -l boot1.aout`; x=$$((7680-$$5)); \
23 dd if=boot1.aout of=${.TARGET} bs=512 oseek=1 conv=notrunc
25 boot1.aout: boot1.elf
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dlibaout.h32 /* Macros for accessing components in an aout header. */
393 /* Used on Linux, 386BSD, etc. See include/aout/aout64.h. */
473 extern bfd_boolean NAME (aout, squirt_out_relocs)
476 extern bfd_boolean NAME (aout, make_sections)
479 extern const bfd_target * NAME (aout, some_aout_object_p)
482 extern bfd_boolean NAME (aout, mkobject)
485 extern enum machine_type NAME (aout, machine_type)
488 extern bfd_boolean NAME (aout, set_arch_mach)
491 extern bfd_boolean NAME (aout, new_section_hook)
494 extern bfd_boolean NAME (aout, set_section_content
[all...]
H A Daout-target.h22 #include "aout/aout64.h"
23 #include "aout/stab_gnu.h"
24 #include "aout/ar.h"
31 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
32 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *);
45 /* Calculate the file positions of the parts of a newly read aout header. */
103 sections. This is normally done by NAME (aout,new_section_hook),
161 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
168 target = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback));
199 return NAME (aout, mkobjec
[all...]
H A DMakefile.am34 # *-*-coff, *-*-aout, etc., configurations, because people will want to
196 aout-adobe.lo \
197 aout-arm.lo \
198 aout-cris.lo \
199 aout-ns32k.lo \
200 aout-sparcle.lo \
201 aout-tic30.lo \
375 aout-adobe.c \
376 aout-arm.c \
377 aout
[all...]
H A Dnetbsd.h71 #include "aout-target.h"
91 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end);
/freebsd-9.3-release/sbin/ldconfig/
H A DMakefile5 LDDIR?= ${.CURDIR}/../../libexec/rtld-aout
/freebsd-9.3-release/usr.bin/gprof/
H A DMakefile5 SRCS= gprof.c aout.c arcs.c dfn.c elf.c lookup.c hertz.c \
/freebsd-9.3-release/crypto/openssl/crypto/dh/
H A Ddhtest.c106 int i, alen, blen, aout, bout, ret = 1; local
178 aout = DH_compute_key(abuf, b->pub_key, a);
181 for (i = 0; i < aout; i++) {
197 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
/freebsd-9.3-release/etc/rc.d/
H A Dldconfig64 # Legacy aout support for i386 only
70 for i in /usr/lib/aout ${ldconfig_paths_aout} /etc/ld.so.conf; do
76 ${ldconfig} -aout ${_ins} ${_LDC}
/freebsd-9.3-release/crypto/openssl/crypto/ecdh/
H A Decdhtest.c130 int i, alen, blen, aout, bout, ret = 0; local
214 aout =
219 for (i = 0; i < aout; i++) {
246 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
273 for (i = 0; i < aout; i++) {
/freebsd-9.3-release/usr.bin/ldd/
H A Dldd.c277 struct exec aout; member in union:__anon10782
293 if ((size_t)n >= sizeof(hdr.aout) && !N_BADMAG(hdr.aout)) {
295 if ((N_GETFLAG(hdr.aout) & EX_DPMASK) != EX_DYNAMIC
297 || hdr.aout.a_entry < __LDPGSZ
/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl21 $elf=$cpp=$coff=$aout=$win32=$netware=$mwerks=0;
25 { $aout=1; require "x86unix.pl"; }
/freebsd-9.3-release/sys/boot/i386/pxeldr/
H A DMakefile42 btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am107 aout \
121 aout) \
157 aout) \
351 config/obj-aout.c \
359 config/obj-aout.h \
558 $(INCDIR)/aout/stab_gnu.h
563 obj-aout.o : $(srcdir)/config/obj-aout.c $(DEP_@target_cpu_type@_aout)
564 $(COMPILE) -c $(srcdir)/config/obj-aout.c
933 echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gn
[all...]

Completed in 138 milliseconds

1234