Home
last modified time | relevance | path

Searched refs:aout (Results 1 – 25 of 102) sorted by relevance

12345

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dlibaout.h471 extern bfd_boolean NAME (aout, squirt_out_relocs)
474 extern bfd_boolean NAME (aout, make_sections)
477 extern const bfd_target * NAME (aout, some_aout_object_p)
480 extern bfd_boolean NAME (aout, mkobject)
483 extern enum machine_type NAME (aout, machine_type)
486 extern bfd_boolean NAME (aout, set_arch_mach)
489 extern bfd_boolean NAME (aout, new_section_hook)
492 extern bfd_boolean NAME (aout, set_section_contents)
495 extern asymbol * NAME (aout, make_empty_symbol)
498 extern bfd_boolean NAME (aout, translate_symbol_table)
[all …]
Daout-target.h31 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec); in MY()
167 target = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback)); in MY()
198 return NAME (aout, mkobject (abfd)); in MY()
350 return NAME (aout, final_link) (abfd, info, MY_final_link_callback); in MY_bfd_final_link()
415 #define MY_core_file_failing_command NAME (aout, core_file_failing_command)
418 #define MY_core_file_failing_signal NAME (aout, core_file_failing_signal)
421 #define MY_core_file_matches_executable_p NAME (aout, core_file_matches_executable_p)
424 #define MY_set_section_contents NAME (aout, set_section_contents)
427 #define MY_get_section_contents NAME (aout, get_section_contents)
[all …]
DMakefile.am179 aout-adobe.lo \
180 aout-arm.lo \
181 aout-cris.lo \
182 aout-ns32k.lo \
183 aout-sparcle.lo \
184 aout-tic30.lo \
350 aout-adobe.c \
351 aout-arm.c \
352 aout-cris.c \
353 aout-ns32k.c \
[all …]
DMakefile.in409 aout-adobe.lo \
410 aout-arm.lo \
411 aout-cris.lo \
412 aout-ns32k.lo \
413 aout-sparcle.lo \
414 aout-tic30.lo \
580 aout-adobe.c \
581 aout-arm.c \
582 aout-cris.c \
583 aout-ns32k.c \
[all …]
Daout-tic30.c49 #define MY_mkobject NAME (aout,mkobject)
562 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec); in tic30_aout_object_p()
569 target = NAME (aout, some_aout_object_p) (abfd, &exec, tic30_aout_callback); in tic30_aout_object_p()
627 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in tic30_aout_write_object_contents()
634 NAME (aout, swap_exec_header_out) (abfd, execp, &exec_bytes); in tic30_aout_write_object_contents()
654 if (!NAME (aout, write_syms) (abfd)) in tic30_aout_write_object_contents()
660 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) in tic30_aout_write_object_contents()
665 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in tic30_aout_write_object_contents()
751 return NAME (aout, final_link) (abfd, info, MY_final_link_callback); in MY_bfd_final_link()
857 #define MY_core_file_failing_command NAME (aout, core_file_failing_command)
[all …]
Dpdp11.c265 NAME (aout, reloc_type_lookup) (bfd * abfd ATTRIBUTE_UNUSED, in NAME() argument
287 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in pdp11_aout_write_headers()
304 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); in pdp11_aout_write_headers()
320 if (! NAME (aout, write_syms) (abfd)) in pdp11_aout_write_headers()
328 || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd)) in pdp11_aout_write_headers()
330 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
354 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); in MY()
368 NAME (aout, swap_exec_header_in) (bfd *abfd, in NAME() argument
396 #define NAME_swap_exec_header_in NAME (aout, swap_exec_header_in)
402 NAME (aout, swap_exec_header_out) (bfd *abfd, in NAME() argument
[all …]
Driscix.c116 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \
125 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
139 if (! NAME (aout, write_syms) (abfd)) \
150 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
422 extern reloc_howto_type NAME (aout, std_howto_table)[]; in MY()
446 if (!NAME (aout, slurp_reloc_table) (abfd, section, symbols)) in MY()
453 c = tblptr->howto - NAME(aout,std_howto_table); in MY()
549 if (! NAME (aout, make_sections) (abfd)) in riscix_some_aout_object_p()
630 NAME (aout, swap_exec_header_in) (abfd, & exec_bytes, & exec); in MY()
Daoutx.h134 reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
158 #define MY_swap_std_reloc_in NAME (aout, swap_std_reloc_in)
162 #define MY_swap_ext_reloc_in NAME (aout, swap_ext_reloc_in)
166 #define MY_swap_std_reloc_out NAME (aout, swap_std_reloc_out)
170 #define MY_swap_ext_reloc_out NAME (aout, swap_ext_reloc_out)
181 #define howto_table_ext NAME (aout, ext_howto_table)
182 #define howto_table_std NAME (aout, std_howto_table)
268 NAME (aout, reloc_type_lookup) (bfd *abfd, bfd_reloc_code_real_type code) in NAME() argument
352 NAME (aout, swap_exec_header_in) (bfd *abfd, in NAME() argument
371 #define NAME_swap_exec_header_in NAME (aout, swap_exec_header_in)
[all …]
Dsparclynx.c40 static bfd_boolean NAME (aout,sparclynx_write_object_contents) PARAMS ((bfd *));
156 NAME(aout,sparclynx_write_object_contents) (abfd)
240 #define MY_write_object_contents NAME(aout,sparclynx_write_object_contents)
Dconfig.bfd218 arm-*-aout | armel-*-aout)
222 armeb-*-aout)
306 a29k-*-aout* | a29k-*-bsd* | a29k-*-vsta*)
315 c30-*-*aout* | tic30-*-*aout*)
541 i[3-7]86-*-linux*aout*)
614 i[3-7]86-*-aout* | i[3-7]86*-*-vsta*)
647 i960-*-vxworks* | i960-*-aout* | i960-*-bout* | i960-*-nindy*)
707 m68*-*-aout*)
735 m68*-*-linux*aout*)
1223 sparclet-*-aout*)
[all …]
Dhp300hpux.c301 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end);
314 NAME (aout,swap_exec_header_out) (abfd, execp, &exec_bytes);
344 if (!NAME (aout,squirt_out_relocs) (abfd, obj_textsec (abfd)))
348 if (!NAME (aout,squirt_out_relocs) (abfd, obj_datasec (abfd)))
454 NAME (aout,swap_exec_header_in) (abfd, raw_bytes, execp)
/mirbsd/src/sys/arch/sparc/stand/boot/
Dloadfile.c64 struct exec aout; member
91 if (!N_BADMAG(hdr.aout)) { in loadfile()
92 rval = aout_exec(fd, &hdr.aout, entryp); in loadfile()
107 aout_exec(int fd, struct exec *aout, vaddr_t *entryp) in aout_exec() argument
114 printf("%d", aout->a_text); in aout_exec()
115 if (N_GETMAGIC(*aout) == ZMAGIC) { in aout_exec()
120 bcopy((char *)aout + sizeof(struct exec), addr, in aout_exec()
123 aout->a_text - (sizeof(hdr) - sizeof(struct exec))) != in aout_exec()
124 aout->a_text - (sizeof(hdr) - sizeof(struct exec))) in aout_exec()
126 addr += aout->a_text; in aout_exec()
[all …]
DMakefile12 CLEANFILES+= ${PROG}~ ${PROG}.aout ${PROG}.elf
30 rm -f ${PROG} ${PROG}~ ${PROG}.aout
33 elf2aout ${PROG}~ ${PROG}.aout -b
49 : check if advecs are still at the correct place in ${PROG}.aout; \
50 tstval=$$(dd if=${PROG}.aout bs=1 count=4 skip=$$((advecs)) | \
53 dd conv=notrunc bs=1 seek=$$((advecs + 4)) of=${PROG}.aout
56 mv -f ${PROG}.aout ${PROG}
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dconfigure.tgt110 arm-*-aout) fmt=aout ;;
118 arm-*-linux*aout*) fmt=aout em=linux ;;
123 arm-*-*n*bsd*) fmt=aout em=nbsd ;;
128 arm-*-riscix*) fmt=aout em=riscix ;;
176 i386-sequent-bsd*) fmt=aout em=dynix ;;
182 i386-*-bsd*) fmt=aout em=386bsd ;;
183 i386-*-netbsd0.8) fmt=aout em=386bsd ;;
192 *) fmt=aout em=nbsd ;;
195 i386-*-openbsd3.[0-2]) fmt=aout em=nbsd ;;
197 i386-*-linux*aout*) fmt=aout em=linux ;;
[all …]
DMakefile.in338 aout \
356 aout) \
395 aout) \
584 config/obj-aout.c \
595 config/obj-aout.h \
751 DEPTC_a29k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
805 DEPTC_arm_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
834 DEPTC_cris_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
981 DEPTC_i386_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
1066 DEPTC_m68k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
[all …]
DMakefile.am100 aout \
118 aout) \
158 aout) \
348 config/obj-aout.c \
359 config/obj-aout.h \
527 $(INCDIR)/aout/stab_gnu.h
532 obj-aout.o : $(srcdir)/config/obj-aout.c
533 $(COMPILE) -c $(srcdir)/config/obj-aout.c
860 echo ' $$(BFDDIR)/som.h $$(INCDIR)/aout/stab_gnu.h \' >> DEPOBJA
861 echo ' $$(INCDIR)/aout/stab.def' >> DEPOBJA
/mirbsd/src/gnu/usr.bin/perl/os2/
DMakefile.SHs281 …lib/auto/*/*/*.a lib/auto/*/*/*/*.a ext/*/Makefile.aout ext/*/*/Makefile.aout ext/*/*/*/Makefile.
453 lib/auto/$p/*/%.a : $d/%/Makefile.aout
454 …@cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout config || echo "\$(MAKE) config failed,…
455 cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout LINKTYPE=static CCCDLFLAGS=
457 $d/%/Makefile.aout : miniperl_ \$(_preplibrary) \$(AOUT_EXTENSIONS_FORCE)
458 …cd \$(dir \$@) ; ../../../../miniperl_ -I ../../../../lib Makefile.PL FIRST_MAKEFILE=Makefile.aout
468 lib/auto/$p/*/%.a : $d/%/Makefile.aout
469 …@cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout config || echo "\$(MAKE) config failed,…
470 cd $d/\$(basename \$(notdir \$@)) ; make -f Makefile.aout LINKTYPE=static CCCDLFLAGS=
472 $d/%/Makefile.aout : miniperl_ \$(_preplibrary) \$(AOUT_EXTENSIONS_FORCE)
[all …]
/mirbsd/src/lib/libssl/src/crypto/dh/
Ddhtest.c96 int i,alen,blen,aout,bout,ret=1; in main() local
159 aout=DH_compute_key(abuf,b->pub_key,a); in main()
162 for (i=0; i<aout; i++) in main()
180 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0)) in main()
/mirbsd/src/lib/libssl/src/crypto/perlasm/
Dx86asm.pl21 $elf=$cpp=$sol=$aout=$win32=$gaswin=$openbsd=0;
29 { $aout=1; require "x86unix.pl"; }
31 { $gaswin=1; $aout=1; require "x86unix.pl"; }
/mirbsd/src/sys/netatalk/
Dddp_input.c399 char xout[ BPXLEN ], aout[ BPALEN ];
403 bzero( aout, BPALEN );
408 printf( "%s\t%s\n", xout, aout );
418 aout[ i ] = *data;
420 aout[ i ] = '.';
430 printf( "%s\t%s\n", xout, aout );
432 bzero( aout, BPALEN );
/mirbsd/src/gnu/usr.bin/binutils/ld/
Dconfigure.tgt32 cris-*-*aout*) targ_emul=crisaout
47 sparc64-*-aout*) targ_emul=sparcaout ;;
53 sparc*-*-aout) targ_emul=sparcaout ;;
63 sparc*-*-linux*aout*) targ_emul=sparclinux
65 tdir_elf32_sparc=`echo ${targ_alias} | sed -e 's/aout//'`
72 tdir_sparclinux=${tdir_elf32_sparc}aout
78 tdir_sparclinux=${targ_alias}aout
157 i[3-7]86-*-aout) targ_emul=i386aout ;;
158 i[3-7]86-*-linux*aout*) targ_emul=i386linux
160 tdir_elf_i386=`echo ${targ_alias} | sed -e 's/aout//'`
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
DMM_OS2.t258 my $aout = 0;
260 *OS2::is_aout = \$aout;
265 $aout = 1;
/mirbsd/src/sys/lib/libsa/
Dloadfile.c128 struct exec aout; in loadfile() member
165 if (OKMAGIC(N_GETMAGIC(hdr.aout)) in loadfile()
167 && N_GETMID(hdr.aout) == MID_MACHINE in loadfile()
170 rval = aout_exec(fd, &hdr.aout, marks, flags); in loadfile()
/mirbsd/src/gnu/usr.bin/binutils/include/coff/
Di960.h91 #define TAGPTR(aout) ((TAGBITS *) (&(aout.tagentries)+1)) argument
/mirbsd/src/gnu/usr.bin/binutils/binutils/
DMakefile.am364 $(INCDIR)/aout/ar.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h \
425 $(INCDIR)/fopen-same.h budemang.h $(INCDIR)/aout/stab_gnu.h \
426 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ranlib.h $(INCDIR)/demangle.h \
440 budbg.h $(INCDIR)/aout/aout64.h
471 $(INCDIR)/elf/iq2000.h $(INCDIR)/elf/xtensa.h $(INCDIR)/aout/ar.h \
506 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def
528 debug.h budbg.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
529 $(INCDIR)/aout/stab.def

12345