/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStub.cpp | 210 std::vector<Architecture> Architectures; member 222 std::vector<Architecture> Architectures; member 282 IO.mapRequired("archs", Section.Architectures); in mapping() 304 IO.mapRequired("archs", Section.Architectures); in mapping() 404 Architectures = File->getArchitectures(); in NormalizedTBD() 431 auto Architectures = Symbol->getArchitectures(); in NormalizedTBD() local 432 SymbolToArchSet[Symbol] = Architectures; in NormalizedTBD() 433 ArchSet.insert(Architectures); in NormalizedTBD() 436 for (auto Architectures : ArchSet) { in NormalizedTBD() local 438 Section.Architectures in NormalizedTBD() 498 auto Architectures = Symbol->getArchitectures(); NormalizedTBD() local 503 for (auto Architectures : ArchSet) { NormalizedTBD() local 696 std::vector<Architecture> Architectures; global() member [all...] |
H A D | Symbol.cpp | 49 Symbol::targets(ArchitectureSet Architectures) const { in targets() 51 [Architectures](const Target &Target) { in targets() 52 return Architectures.has(Target.Arch); in targets()
|
/freebsd-src/share/man/man9/ |
H A D | atomic.9 | 90 On all architectures supported by 137 Certain architectures also provide operations for types smaller than 308 is guaranteed by all architectures that are supported by 314 architectures. 315 However, on some architectures, cache coherence might not be enabled on all 340 Some architectures do not implement the 352 On architectures implementing 364 On architectures which provide 379 Some architectures do not implement the 499 architectures [all...] |
/freebsd-src/share/man/man7/ |
H A D | arch.7 | 34 Differences between CPU architectures and platforms supported by 69 On some architectures, e.g., 74 On other architectures, kernel and a user mode process share a 83 This table shows currently supported CPU architectures along with the first 99 Discontinued architectures are shown in the following table. 123 architectures use some variant of the ELF (see 170 On all supported architectures: 203 is 8 bytes on all supported architectures except i386. 247 as the default compiler on all supported CPU architectures,
|
/freebsd-src/contrib/kyua/model/ |
H A D | metadata_test.cpp | 70 model::strings_set architectures; in ATF_TEST_CASE_BODY() local 71 architectures.insert("1-architecture"); in ATF_TEST_CASE_BODY() 72 architectures.insert("2-architecture"); in ATF_TEST_CASE_BODY() 109 ATF_REQUIRE(architectures == md.allowed_architectures()); in ATF_TEST_CASE_BODY() 173 model::strings_set architectures; in ATF_TEST_CASE_BODY() local 174 architectures.insert("the-architecture"); in ATF_TEST_CASE_BODY() 203 .set_allowed_architectures(architectures) in ATF_TEST_CASE_BODY() 218 ATF_REQUIRE(architectures == md.allowed_architectures()); in ATF_TEST_CASE_BODY() 237 model::strings_set architectures; in ATF_TEST_CASE_BODY() local 238 architectures in ATF_TEST_CASE_BODY() [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Architecture.def | 14 /// X86 architectures sorted by cpu type and sub type id. 22 /// ARM architectures sorted by cpu sub type id. 36 /// ARM64 architectures sorted by cpu sub type id. 43 /// ARM64_32 architectures sorted by cpu sub type id
|
/freebsd-src/contrib/file/magic/Magdir/ |
H A D | cafebabe | 9 # architectures; the short at offset 4 in a Java bytecode file is the JVM minor 11 # only 18 labeled Mach-O architectures at current, and the first released 13 # between 18 and 39 to test the number of architectures against 39 # nfat_arch; number of CPU architectures; highest is 18 for CPU_TYPE_POWERPC in 2020 41 >>4 ubelong <20 Mach-O universal binary with %d architectures:
|
H A D | efi | 10 >4 lelong 2 Universal EFI binary with 2 architectures 15 >4 lelong >2 Universal EFI binary with %d architectures
|
/freebsd-src/sys/x86/include/ |
H A D | elf.h | 34 #include <sys/elf32.h> /* Definitions common to all 32 bit architectures. */ 36 /* Definitions common to all 64 bit architectures. */ 98 #include <sys/elf32.h> /* Definitions common to all 32 bit architectures. */ 99 #include <sys/elf64.h> /* Definitions common to all 64 bit architectures. */
|
/freebsd-src/contrib/libfido2/windows/ |
H A D | release.ps1 | 7 $Architectures = @('x64', 'Win32', 'ARM64', 'ARM') variable 15 foreach ($Arch in $Architectures) { 84 for ($i = 0; $i -lt $Architectures.Length; $i++) { 85 $Arch = $Architectures[$i]
|
/freebsd-src/sys/sys/ |
H A D | khelp.h | 9 * for Advanced Internet Architectures, Swinburne University of Technology, made 14 * Internet Architectures, Swinburne University of Technology, Melbourne, 43 * Architectures, Melbourne, Australia, which was made possible in part by a
|
H A D | hhook.h | 9 * for Advanced Internet Architectures, Swinburne University of Technology, made 14 * Internet Architectures, Swinburne University of Technology, Melbourne, 43 * for Advanced Internet Architectures, Melbourne, Australia, which was made
|
/freebsd-src/lib/libcompiler_rt/ |
H A D | Makefile.inc | 169 # architectures use the regular approach. 178 # only used on some architectures. 210 # These are already shipped by libc.a on some architectures. 241 # _Float16 support, only on some architectures, and with certain compiler 253 # __bf16 support, only on some architectures, and with certain compiler
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | ObjectContainer.h | 24 /// Object containers contain object files from one or more architectures, and 29 /// architectures. 86 /// Get the number of architectures in this object file. 94 /// The number of architectures contained in this object file.
|
/freebsd-src/sys/contrib/openzfs/scripts/ |
H A D | paxcheck.sh | 17 echo " architectures/operating systems." 34 echo " risk. On some architectures, the code may not even function"
|
/freebsd-src/sys/contrib/device-tree/Bindings/tpm/ |
H A D | microsoft,ftpm.yaml | 14 Commodity CPU architectures, such as ARM and Intel CPUs, have started to 16 trusted hardware. Unfortunately, these CPU architectures raise serious
|
/freebsd-src/lib/libc/tests/stdlib/ |
H A D | Makefile | 21 # All architectures on FreeBSD have fenv.h 24 # Define __HAVE_LONG_DOUBLE for architectures whose long double has greater
|
/freebsd-src/contrib/jemalloc/include/jemalloc/internal/ |
H A D | atomic_gcc_sync.h | 50 * architectures could do either of the following: 58 * On strongly ordered architectures, the natural strategy is to stick a strong 60 * fences in different places on different architectures.
|
/freebsd-src/lib/libthr/ |
H A D | libthr.3 | 137 the main thread's stack is reduced to 4MB on 64bit architectures, and to 138 2MB on 32bit architectures, when the threading library is initialized. 160 non-initial thread stack size is 2MB for 64bit architectures, and 1MB 161 for 32bit architectures.
|
/freebsd-src/lib/clang/include/llvm/Config/ |
H A D | Targets.def | 1 /*===- llvm/Config/Targets.def - LLVM Target Architectures ------*- C++ -*-===*\ 10 |* This file enumerates all of the target architectures supported by *|
|
/freebsd-src/libexec/rtld-elf/ |
H A D | rtld_tls.h | 41 * block is returned by this function. For architectures using 44 * architectures using the 'Variant II' model (e.g. i386, amd64) the
|
/freebsd-src/usr.sbin/memcontrol/ |
H A D | memcontrol.8 | 49 A number of supported system architectures allow the behaviour of the CPU 60 rules governing their layout vary between architectures.
|
/freebsd-src/sys/netinet/cc/ |
H A D | cc_module.h | 8 * for Advanced Internet Architectures, Swinburne University of Technology, made 37 * Advanced Internet Architectures, Melbourne, Australia, which was made
|
/freebsd-src/crypto/openssl/crypto/ec/curve448/ |
H A D | word.h | 41 # error "For now, we only support 32- and 64-bit architectures." 53 # error "For now we only support 32- and 64-bit architectures."
|
/freebsd-src/share/man/man4/ |
H A D | hwpstate_intel.4 | 90 .%T "Intel 64 and IA-32 Architectures Software Developer Manuals" 91 .%U "http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.htm…
|