Searched refs:architecture (Results 26 - 50 of 92) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp58 # warning The MIPS architecture is not supported with this ABI and environment!
H A DUnwindRegistersSave.S768 @ to the library how many registers are implemented by the architecture.
/freebsd-12-stable/lib/libkvm/
H A Dkvm_powerpc.c83 if (strcmp(dh->architecture, "powerpc") != 0)
H A Dkvm_powerpc64.c83 if (strcmp(dh->architecture, "powerpc64") != 0)
/freebsd-12-stable/share/mk/
H A Dsrc.opts.mk249 # Default behaviour of some options depends on the architecture. Unfortunately
253 # to allow defaults for some things like clang to vary by target architecture.
319 # In-tree binutils/gcc are older versions without modern architecture support.
H A Dbsd.crunchgen.mk15 # local architecture.
H A Dbsd.cpu.mk4 # compile flags must support the minimum CPU type for each architecture but
402 # Add in any architecture-specific CFLAGS.
H A Dbsd.compiler.mk147 # common is a pseudo machine for architecture independent
H A Dbsd.own.mk59 # SHAREDIR Base path for architecture-independent ascii
/freebsd-12-stable/sys/conf/
H A Dkern.opts.mk139 # unsupported/badly broken on this architecture.
/freebsd-12-stable/lib/libc/gen/
H A Dtls.c81 #error TLS_TCB_ALIGN undefined for target architecture
/freebsd-12-stable/lib/libc/rpc/
H A Dkey_call.c364 #error Unknown architecture!
/freebsd-12-stable/contrib/gperf/
H A Dconfigure1148 --prefix=PREFIX install architecture-independent files in PREFIX
1150 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1165 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1171 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
/freebsd-12-stable/contrib/gperf/doc/
H A Dconfigure1151 --prefix=PREFIX install architecture-independent files in PREFIX
1153 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1168 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1174 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
/freebsd-12-stable/sys/dev/psci/
H A Dpsci.c95 #error Unknown architecture
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm65 @ This selects the minimum architecture level required.
91 #error Unable to determine architecture.
94 /* How to return from a function call depends on the architecture variant. */
1132 /* Do not build the interworking functions when the target architecture does
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodev.py118 if platform.architecture()[0] == '64bit':
/freebsd-12-stable/sys/kern/
H A Dkern_shutdown.c1558 strlcpy(kdh->architecture, MACHINE_ARCH, sizeof(kdh->architecture));
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h236 #error Unknown or unsupported architecture
H A Dz_Windows_NT-586_asm.asm2 ; written for IA-32 architecture and Intel(R) 64 running Windows* OS
16 ; ============================= IA-32 architecture ==========================
/freebsd-12-stable/contrib/gperf/lib/
H A Dconfigure1173 --prefix=PREFIX install architecture-independent files in PREFIX
1175 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1190 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1196 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
/freebsd-12-stable/contrib/gperf/src/
H A Dconfigure1173 --prefix=PREFIX install architecture-independent files in PREFIX
1175 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1190 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1196 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex520 64-bit. In fact, the old \texttt{ppc} architecture exists mainly just
523 \texttt{ppc} architecture eventually, which will mean porting all the
/freebsd-12-stable/sbin/savecore/
H A Dsavecore.c117 xo_emit_h(xo, "{P: }{Lwc:Architecture}{:architecture/%s}\n",
118 h->architecture);
/freebsd-12-stable/contrib/byacc/
H A Dconfigure637 --prefix=PREFIX install architecture-independent files in PREFIX
639 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
653 --datarootdir=DIR read-only architecture-independent data [PREFIX/share]
654 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
656 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]

Completed in 395 milliseconds

1234