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

/freebsd-10.2-release/sys/boot/ofw/
H A DMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/freebsd-10.2-release/sys/boot/powerpc/
H A DMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/freebsd-10.2-release/sys/boot/uboot/
H A DMakefile.inc4 CFLAGS+= -m32 -mcpu=powerpc
/freebsd-10.2-release/sys/boot/i386/
H A DMakefile.inc14 CFLAGS+= -m32
15 ACFLAGS+= -m32
/freebsd-10.2-release/sys/boot/fdt/
H A DMakefile23 CFLAGS+= -m32
/freebsd-10.2-release/sys/boot/usb/
H A DMakefile.test46 CFLAGS+= -m32
/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_ioc32.c159 drm_map32_t *m32 = data; local
164 map.offset = (unsigned long)m32->offset;
170 m32->offset = map.offset;
171 m32->size = map.size;
172 m32->type = map.type;
173 m32->flags = map.flags;
175 m32->mtrr = map.mtrr;
177 m32->handle = (unsigned long)handle;
186 drm_map32_t *m32 = data; local
191 map.offset = (unsigned long)m32
216 drm_map32_t *m32 = data; local
568 drm_agp_mode32_t *m32 = data; local
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh100 if ! cc -m32 -dM -E - < /dev/null 2>/dev/null > ./def32; then
101 atf_skip "cc -m32 not supported on this architecture"
104 atf_fail "cc -m32 does not generate netbsd32 binaries"
113 atf_check -s exit:0 -o ignore -e ignore cc -o hello32 -m32 test.c
132 atf_check -s exit:0 -o ignore -e ignore cc -o hello -m32 \
/freebsd-10.2-release/sys/boot/ficl/
H A DMakefile57 CFLAGS+= -m32 -I.
64 CFLAGS+= -m32 -mcpu=powerpc -I.
/freebsd-10.2-release/tools/regression/filemon/
H A DMakefile34 ${CC} -m32 -DBIT=\"32\" -o ${.TARGET} ${CFLAGS} ${.ALLSRC}
/freebsd-10.2-release/sys/boot/userboot/ficl/
H A DMakefile50 #CFLAGS+= -m32 -I.
54 CFLAGS+= -m32 -mcpu=powerpc -I.
/freebsd-10.2-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c961 struct msghdr32 m32; local
964 error = copyin(msg32, &m32, sizeof(m32));
967 msg->msg_name = PTRIN(m32.msg_name);
968 msg->msg_namelen = m32.msg_namelen;
969 msg->msg_iov = PTRIN(m32.msg_iov);
970 msg->msg_iovlen = m32.msg_iovlen;
971 msg->msg_control = PTRIN(m32.msg_control);
972 msg->msg_controllen = m32.msg_controllen;
973 msg->msg_flags = m32
980 struct msghdr32 m32; local
1105 struct msghdr32 m32; local
1236 struct msghdr32 m32; local
[all...]
/freebsd-10.2-release/sys/boot/libstand32/
H A DMakefile38 CFLAGS+= -m32 -I.
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dia64-gen.c965 int m32 = plain_mov && idesc->operands[0] == IA64_OPND_CR3;
967 if (m32)
963 int m32 = plain_mov && idesc->operands[0] == IA64_OPND_CR3; local
/freebsd-10.2-release/
H A DMakefile.inc1396 LIB32FLAGS= -m32 ${LIB32CPUFLAGS} -DCOMPAT_32BIT \

Completed in 100 milliseconds