Home
last modified time | relevance | path

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

123

/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl14 $::lbdecor=$::aout?"L":".L"; # local label decoration
15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration
20 $align=log($align)/log(2) if ($::aout);
21 $com_start="#" if ($::aout or $::coff);
120 elsif (($::aout and !$::pic) or $::macosx)
204 if ($::aout)
214 if (($::pic && ($::elf || $::aout)) || $::macosx)
268 elsif ($::aout)
H A Dx86asm.pl268 $elf=$cpp=$coff=$aout=$macosx=$win32=$mwerks=$android=0;
274 { $aout=1; require "x86gas.pl"; }
282 { $aout=1; $macosx=1; require "x86gas.pl"; }
/freebsd/crypto/openssl/test/
H A Ddhtest.c54 int i, alen, blen, clen, aout, bout, cout; in dh_test() local
211 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in dh_test()
224 if (!TEST_true(aout >= 20) in dh_test()
225 || !TEST_mem_eq(abuf, aout, bbuf, bout) in dh_test()
226 || !TEST_mem_eq(abuf, aout, cbuf, cout)) in dh_test()
668 int i, alen, blen, aout, bout; in rfc7919_test() local
697 || !TEST_true((aout = DH_compute_key(abuf, bpub_key, a)) != -1)) in rfc7919_test()
705 if (!TEST_true(aout >= 20) in rfc7919_test()
706 || !TEST_mem_eq(abuf, aout, bbuf, bout)) in rfc7919_test()
/freebsd/sys/contrib/device-tree/src/arm/socionext/
H A Duniphier-pinctrl.dtsi9 pinctrl_aout: aout {
10 groups = "aout";
11 function = "aout";
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dcm3605.txt21 - io-channel-names: must be "aout"
40 io-channel-names = "aout";
/freebsd/contrib/file/magic/Magdir/
H A Daout3 # $File: aout,v 1.1 2013/01/09 22:37:23 christos Exp $
4 # aout: file(1) magic for a.out executable/object/etc entries that
H A Dvax11 # executables, and are handled in aout)
H A Dbsdi6 # in other OSes; those are handled by entries in aout.
/freebsd/sys/modules/aout/
H A DMakefile3 KMOD= aout
/freebsd/stand/i386/pxeldr/
H A DMakefile54 btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
/freebsd/contrib/dialog/
H A Dconfig.sub1518 os=aout
1561 os=aout
1709 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
/freebsd/contrib/file/
H A Dconfig.sub1542 os=aout
1585 os=aout
1736 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
/freebsd/contrib/libevent/build-aux/
H A Dconfig.sub1352 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
1545 os=aout
1588 os=aout
/freebsd/crypto/openssh/
H A Dconfig.sub1550 os=aout
1593 os=aout
1744 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
/freebsd/contrib/sqlite3/
H A Dconfig.sub1546 os=aout
1589 os=aout
1740 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
/freebsd/contrib/ldns/
H A Dconfig.sub1546 os=aout
1589 os=aout
1740 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
/freebsd/stand/i386/loader/
H A DMakefile113 btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfig.sub1560 os=-aout
1600 os=-aout
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub1563 os=-aout
1603 os=-aout
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_pid.c516 const prmap_t *aout, *pmp; in dt_pid_create_pid_probes() local
522 (aout = Pname_to_map(pp.dpp_pr, "a.out")) == NULL || in dt_pid_create_pid_probes()
524 aout->pr_vaddr != pmp->pr_vaddr) { in dt_pid_create_pid_probes()
/freebsd/contrib/openpam/
H A Dconfig.sub1357 | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \
1552 os=aout
1595 os=aout
/freebsd/sys/kern/
H A Dimgact_aout.c368 EXEC_SET(aout, aout_execsw);
/freebsd/contrib/unbound/
H A Dconfig.sub1725 aout* | coff* | elf* | pe*)
1767 obj=aout
1817 obj=aout
2183 aout* | coff* | elf* | pe*)
/freebsd/contrib/libpcap/
H A Dconfig.sub1500 aout* | coff* | elf* | pe*)
1542 obj=aout
1592 obj=aout
1802 aout* | coff* | elf* | pe*)
/freebsd/contrib/ncurses/
H A Dconfig.sub1500 aout* | coff* | elf* | pe*)
1542 obj=aout
1592 obj=aout
1802 aout* | coff* | elf* | pe*)

123