Home
last modified time | relevance | path

Searched refs:o32 (Results 1 – 5 of 5) sorted by relevance

/src/contrib/libpcap/msdos/
H A Dmakefile31 HIGHC_OBJ = $(SOURCE:.c=.o32) msdos\pkt_rx0.o32
53 .c.o32:
54 hc386.exe @hc386.arg -o $*.o32 $*.c
59 .asm.o32:
60 $(ASM) -DDOSX=1 $*.asm, $*.o32
83 -Hsuffix=.o32
92 @del *.o32
143 pkt_rx0.o32: msdos\pkt_rx0.asm
145 bpf_filt.o32: bpf_filt.c pcap-int.h pcap.h pcap-bpf.h
147 bpf_imag.o32: bpf_imag.c pcap-int.h pcap.h pcap-bpf.h
[all …]
/src/usr.sbin/makefs/ffs/
H A Dffs_bswap.c66 u_int32_t *o32, *n32; in ffs_sb_swap() local
73 o32 = (u_int32_t *)o; in ffs_sb_swap()
76 n32[i] = bswap32(o32[i]); in ffs_sb_swap()
198 u_int32_t *n32, *o32; in ffs_cg_swap() local
244 o32 = (u_int32_t *)((u_int8_t *)o + btotoff); in ffs_cg_swap()
249 n32[i] = bswap32(o32[i]); in ffs_cg_swap()
255 o32 = (u_int32_t *)((u_int8_t *)o + clustersumoff); in ffs_cg_swap()
257 n32[i] = bswap32(o32[i]); in ffs_cg_swap()
/src/crypto/heimdal/
H A Dconfigure12609 32|o32) abi='-mabi=32'; abilibdirext='' ;;
12694 32|o32) abi='-32'; abilibdirext='' ;;
/src/crypto/openssh/
H A Dconfigure.ac986 ]])],[mips_abi="o32"],[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
/src/crypto/openssl/
H A DCHANGES.md5845 * Remove support for MIPS o32 ABI on IRIX (and IRIX only).