Searched refs:m32 (Results 1 - 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/boot/sys/boot/zfs/i386/
H A DMakefile18 CFLAGS += -march=i386 -m32 -fno-reorder-functions
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.include.ksh48 gcc -m32 -o test test.c
H A Dtst.onlyenabled.ksh64 gcc -m32 -c test.c
74 gcc -m32 -o test test.o prov.o
H A Dtst.dlclose1.ksh48 gcc -m32 -o main main.o
51 gcc -m32 -c main.c
55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
58 gcc -m32 -fPIC -c livelib.c
68 gcc -m32 -shared -o deadlib.so deadlib.o -lc
71 gcc -m32 -fPIC -c deadlib.c
H A Dtst.dlclose3.ksh48 gcc -m32 -o main main.o
51 gcc -m32 -c main.c
55 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
58 gcc -m32 -fPIC -c livelib.c
68 gcc -m32 -shared -o deadlib.so deadlib.o -lc
71 gcc -m32 -fPIC -c deadlib.c
H A Dtst.header.ksh67 gcc -m32 -c test.c
77 gcc -m32 -o test test.o prov.o
H A Dtst.nodtrace.ksh72 gcc -I. -m32 -c test.c
77 gcc -m32 -o test test.o
H A Dtst.reeval.ksh54 gcc -m32 -c test.c
64 gcc -m32 -o test test.o prov.o
H A Dtst.user.ksh64 gcc -m32 -c test.c
74 gcc -m32 -o test test.o prov.o
H A Dtst.dlclose2.ksh43 gcc -m32 -o main main.o
46 gcc -m32 -c main.c
50 gcc -m32 -shared -o livelib.so livelib.o prov.o -lc
53 gcc -m32 -fPIC -c livelib.c
63 gcc -m32 -shared -o deadlib.so deadlib.o -lc
66 gcc -m32 -fPIC -c deadlib.c
H A Dtst.linkpriv.ksh64 gcc -m32 -c test.c
74 gcc -m32 -o test test.o prov.o
H A Dtst.linkunpriv.ksh66 gcc -m32 -c test.c
76 gcc -m32 -o test test.o prov.o
H A Dtst.noprobes.ksh49 gcc -m32 -c test.c
/illumos-gate/usr/src/boot/sys/boot/ficl/i386/
H A DMakefile24 CFLAGS += -m32 -march=i386 -mpreferred-stack-boundary=2
/illumos-gate/usr/src/boot/sys/boot/libstand/i386/
H A DMakefile20 CFLAGS += -m32 -fno-reorder-functions
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h170 #define TCAM_IPV6_ADDR(m32, ip6addr) { \
171 m32[0] = ip6addr.S6_addr32[0]; \
172 m32[1] = ip6addr.S6_addr32[1]; \
173 m32[2] = ip6addr.S6_addr32[2]; \
174 m32[3] = ip6addr.S6_addr32[3]; \
177 #define FSPEC_IPV6_ADDR(ip6addr, m32) { \
178 ip6addr.S6_addr32[0] = m32[0]; \
179 ip6addr.S6_addr32[1] = m32[1]; \
180 ip6addr.S6_addr32[2] = m32[2]; \
181 ip6addr.S6_addr32[3] = m32[
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.utf8probemod.ksh43 if ! gcc -m32 -fPIC -shared -o libføo.so libfoo.c -lc ; then
49 if ! gcc -m32 -o foo foo.c -lføo -L. ; then
H A Dtst.provregex2.ksh48 gcc -m32 -o main main.o
51 gcc -m32 -c main.c
54 gcc -m32 -shared -o altlib.so altlib.o -lc
57 gcc -m32 -fPIC -c altlib.c
H A Dtst.provregex4.ksh49 gcc -m32 -o main main.o provmain.o
52 gcc -m32 -c main.c
61 gcc -m32 -shared -o altlib.so altlib.o provalt.o -lc
64 gcc -m32 -c altlib.c
H A Dtst.utf8probefunc.ksh37 if ! gcc -m32 -S -o foo.orig.s foo.c ; then
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_meminfo.c52 struct meminfo32 m32; local
99 m32.mi_info_count = info_count;
100 m32.mi_inaddr = (caddr32_t)inaddr;
101 m32.mi_outdata = (caddr32_t)outaddr;
102 m32.mi_info_req = (caddr32_t)infoaddr;
103 m32.mi_validity = (caddr32_t)validityaddr;
144 adp->arg_object = &m32;
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dmodel.h99 struct struct_type##32 *m32; \
119 sizeof (*(handle).ptr.m32) : \
130 (void *)&(handle).ptr.m32->field : \
135 (handle).ptr.m32->field : \
140 (void *)(handle).ptr.m32->field : \
145 ((handle).ptr.m32->field = (val)) : \
150 (void) ((handle).ptr.m32->field = (caddr32_t)(val)) : \
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h150 #define TCAM_IPV6_ADDR(m32, ip6addr) { \
151 m32[0] = ip6addr.S6_addr32[0]; \
152 m32[1] = ip6addr.S6_addr32[1]; \
153 m32[2] = ip6addr.S6_addr32[2]; \
154 m32[3] = ip6addr.S6_addr32[3]; \
158 #define TCAM_IPV4_ADDR(m32, ip4addr) (m32 = ip4addr)
/illumos-gate/usr/src/uts/common/sys/
H A Dmodel.h90 struct struct_type##32 *m32; \
110 sizeof (*(handle).ptr.m32) : \
121 (void *)&(handle).ptr.m32->field : \
126 (handle).ptr.m32->field : \
131 (void *)(uintptr_t)(handle).ptr.m32->field : \
136 ((handle).ptr.m32->field = (val)) : \
141 (void) ((handle).ptr.m32->field = (caddr32_t)(uintptr_t)(val)) : \
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.largeusersym.ksh53 gcc -m32 -o test test.c

Completed in 144 milliseconds

123