/freebsd/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 = Architectures; in NormalizedTBD() [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/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.
|
/freebsd/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.insert("a1"); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/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/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. 301 as the default compiler on all supported CPU architectures,
|
/freebsd/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:
|
/freebsd/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/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/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. 239 # _Float16 support, only on some architectures, and with certain compiler 251 # __bf16 support, only on some architectures, and with certain compiler
|
/freebsd/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/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/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/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/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/lib/libc/tests/stdlib/ |
H A D | Makefile | 23 # All architectures on FreeBSD have fenv.h 26 # Define __HAVE_LONG_DOUBLE for architectures whose long double has greater
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf.3 | 45 create ELF objects for 32 and 64 bit architectures and for little- 74 Objects for 32 bit architectures have an ELF class of 76 Objects for 64 bit architectures have an ELF class of 85 for little-endian architectures and 87 for big-endian architectures.
|
/freebsd/lib/msun/man/ |
H A D | feclearexcept.3 | 88 Some architectures may define other types of floating-point exceptions. 90 On some architectures, raising an overflow or underflow exception
|
/freebsd/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/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/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/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…
|
H A D | io.4 | 72 is used by all the architectures in order to request that an I/O operation 116 support for both i386 and amd64 architectures.
|
/freebsd/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
|