Searched refs:architecture (Results 1 - 25 of 80) sorted by relevance

1234

/freebsd-10.2-release/cddl/contrib/dtracetoolkit/Bin/
H A Duname-a.d49 `architecture,
/freebsd-10.2-release/cddl/contrib/dtracetoolkit/System/
H A Duname-a.d49 `architecture,
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdbarch.sh240 # hiding a multi-arch function (parameterised with the architecture)
296 # architecture code for further updates.
308 # contain the current architecture. Care should be taken.
313 # the target architecture code fail to change the PREDEFAULT
330 # will contain the current architecture. Care should be
336 # returned if the code creating the new architecture failed to
835 /* Dynamic architecture support for GDB, the GNU debugger.
1033 architecture.
1036 architecture. Other GDB components can register a need to maintain
1037 per-architecture dat
[all...]
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dasm_linkage.h51 #error Unsupported architecture.
/freebsd-10.2-release/sys/arm/arm/
H A Dcpuinfo.c66 cpuinfo.architecture = 1;
70 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F;
75 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F;
91 if (cpuinfo.architecture != 0xF)
/freebsd-10.2-release/usr.bin/gcore/
H A Delf32core.c35 #error Unsupported architecture
46 #error Unsupported architecture
/freebsd-10.2-release/sys/arm/include/
H A Dcpuinfo.h64 int architecture; member in struct:cpuinfo
H A Dacle-compat.h33 /* ACLE standardises a set of pre-defines that describe the ARM architecture.
179 /* If we still don't know what the target architecture is, then we're
182 # error Unable to determine architecture version.
/freebsd-10.2-release/contrib/byacc/package/debian/
H A Drules11 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
72 # Build architecture-independent files here.
76 # Build architecture-dependent files here.
/freebsd-10.2-release/contrib/dialog/package/debian/
H A Drules11 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
12 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
74 # Build architecture-independent files here.
78 # Build architecture-dependent files here.
/freebsd-10.2-release/contrib/ofed/libibverbs/include/infiniband/
H A Darch.h51 * Architecture-specific defines. Currently, an architecture is
120 #warning No architecture specific defines found. Using generic implementation.
/freebsd-10.2-release/sys/sys/
H A Dkerneldump.h65 char architecture[12]; member in struct:kerneldumpheader
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dsparc-dis.c33 #define V9_ONLY_P(insn) (! ((insn)->architecture & ~MASK_V9))
35 #define V9_P(insn) (((insn)->architecture & MASK_V9) != 0)
255 /* If one (and only one) insn isn't supported by the current architecture,
257 the same architecture, continue processing. Otherwise (both unsupported
260 if (op0->architecture & current_arch_mask)
262 if (! (op1->architecture & current_arch_mask))
267 if (op1->architecture & current_arch_mask)
269 else if (op0->architecture != op1->architecture)
270 return op0->architecture
[all...]
/freebsd-10.2-release/sys/boot/common/
H A Dself_reloc.c48 #error architecture not supported
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dsparc.h54 /* The highest architecture in the table. */
72 These are short's because sparc_opcode.architecture is. */
78 /* Given architecture name, look up it's sparc_opcode_arch_val value. */
102 short architecture; /* Bitmask of sparc_opcode_arch_val's. */ member in struct:sparc_opcode
/freebsd-10.2-release/contrib/gcc/
H A Dunwind.inc31 for cross-architecture compatibility are noted with "@@@".
/freebsd-10.2-release/lib/libkvm/
H A Dkvm_powerpc.c84 if (strcmp(dh->architecture, "powerpc") != 0)
H A Dkvm_powerpc64.c84 if (strcmp(dh->architecture, "powerpc64") != 0)
/freebsd-10.2-release/lib/libc/gen/
H A Dtls.c71 #error TLS_TCB_ALIGN undefined for target architecture
/freebsd-10.2-release/share/mk/
H A Dbsd.own.mk63 # SHAREDIR Base path for architecture-independent ascii
408 # Default behaviour of some options depends on the architecture. Unfortunately
413 # architecture.
H A Dbsd.crunchgen.mk13 # local architecture.
H A Dbsd.cpu.mk4 # compile flags must support the minimum CPU type for each architecture but
270 # Add in any architecture-specific CFLAGS.
/freebsd-10.2-release/sys/kern/
H A Dkern_shutdown.c886 strlcpy(kdh->architecture, MACHINE_ARCH, sizeof(kdh->architecture));
/freebsd-10.2-release/lib/libc/rpc/
H A Dkey_call.c378 #error Unknown architecture!
/freebsd-10.2-release/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]

Completed in 315 milliseconds

1234