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

1234

/freebsd-12-stable/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-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dasm_linkage.h51 #error Unsupported architecture.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp109 const ArchSpec &architecture = module->GetArchitecture(); local
110 ByteOrder byte_order = architecture.GetByteOrder();
111 uint32_t address_size = architecture.GetAddressByteSize();
112 uint32_t byte_size = architecture.GetDataByteSize();
182 const ArchSpec &architecture = module->GetArchitecture();
184 if (!EmitVFrameEvaluationDWARFExpression(fpo_program, architecture.GetMachine(),
224 const ArchSpec &architecture = module->GetArchitecture();
225 uint32_t address_size = architecture.GetAddressByteSize();
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBLocationToDWARFExpression.cpp74 const ArchSpec &architecture = module->GetArchitecture(); local
75 llvm::Triple::ArchType arch_type = architecture.GetMachine();
76 ByteOrder byte_order = architecture.GetByteOrder();
77 uint32_t address_size = architecture.GetAddressByteSize();
78 uint32_t byte_size = architecture.GetDataByteSize();
/freebsd-12-stable/contrib/ofed/include/
H A Dudma_barrier.h112 #error No architecture specific memory barrier defines found!
150 #error No architecture specific memory barrier defines found!
220 #error No architecture specific memory barrier defines found!
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp60 #error Unsupported architecture
H A Dhwasan_linux.cpp413 # error Unsupported architecture
453 # error Unsupported architecture
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h86 #error Target architecture is not supported.
87 #endif // CPU architecture
/freebsd-12-stable/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-12-stable/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-12-stable/usr.bin/gcore/
H A Delf32core.c36 #error Unsupported architecture
47 #error Unsupported architecture
/freebsd-12-stable/sys/modules/cloudabi64/
H A DMakefile35 --binary-architecture ${BINARY_ARCHITECTURE} \
/freebsd-12-stable/sys/arm/include/
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.
H A Dcpuinfo.h93 int architecture; member in struct:cpuinfo
/freebsd-12-stable/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-12-stable/sys/modules/linux64/
H A DMakefile43 OBJCOPY_TARGET=--output-target elf64-littleaarch64 --binary-architecture aarch64
45 OBJCOPY_TARGET=--output-target elf64-x86-64 --binary-architecture i386:x86-64
/freebsd-12-stable/sys/modules/cloudabi32/
H A DMakefile43 --binary-architecture ${BINARY_ARCHITECTURE} \
/freebsd-12-stable/sys/sys/
H A Dkerneldump.h82 char architecture[12]; member in struct:kerneldumpheader
/freebsd-12-stable/sys/arm/arm/
H A Dcpuinfo.c114 cpuinfo.architecture = 1;
118 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F;
123 cpuinfo.architecture = (cpuinfo.midr >> 16) & 0x0F;
141 if (cpuinfo.architecture != 0xF)
/freebsd-12-stable/stand/common/
H A Dself_reloc.c44 #error architecture not supported
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_platform.h2 * kmp_platform.h -- header for determining operating system and architecture
207 #error Unknown or unsupported architecture
/freebsd-12-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h46 * Define LIBELF_{ARCH,BYTEORDER,CLASS} based on the machine architecture.
129 #error Unknown FreeBSD architecture.
/freebsd-12-stable/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-12-stable/sys/modules/linux/
H A DMakefile77 --binary-architecture i386 linux${SFX}_locore.o ${.TARGET}
82 --binary-architecture i386 linux${SFX}_locore.o ${.TARGET}
/freebsd-12-stable/contrib/gcc/
H A Dunwind.inc31 for cross-architecture compatibility are noted with "@@@".

Completed in 301 milliseconds

1234