Home
last modified time | relevance | path

Searched full:universal (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/freebsd-src/contrib/file/magic/Magdir/
H A Defi4 # efi: file(1) magic for Universal EFI binaries
7 >4 lelong 1 Universal EFI binary with 1 architecture
10 >4 lelong 2 Universal EFI binary with 2 architectures
15 >4 lelong >2 Universal EFI binary with %d architectures
H A Dcafebabe6 # Since Java bytecode and Mach-O universal binaries have the same magic number,
8 # The long at offset 4 in a Mach-O universal binary tells the number of
36 >4 belong 1 Mach-O universal binary with 1 architecture:
41 >>4 ubelong <20 Mach-O universal binary with %d architectures:
64 # for debugging purpose version as hexadecimal to compare with Mach-O universal binary
/freebsd-src/usr.bin/clang/llvm-cov/
H A Dllvm-cov.1283 corresponds to the Nth specified binary. If the covered object is a universal
285 architecture that is not included in the universal binary or to use an
286 architecture that does not match a non\-universal binary.
435 If the covered binary is a universal binary, select the architecture to use.
437 universal binary or to use an architecture that does not match a
438 non\-universal binary.
511 If the covered binary is a universal binary, select the architecture to use.
513 universal binary or to use an architecture that does not match a
514 non\-universal binary.
/freebsd-src/include/rpc/
H A Drpcb_prot.x62 % * 0 is failure. Otherwise returns the universal address where the
79 % * Returns the netbuf address from universal address.
82 % * Returns the universal address from netbuf address.
99 % * 0 is failure. Otherwise returns the universal address where the
126 string r_addr<>; /* universal address */
215 string addr<>; /* remote universal address */
423 % char *r_addr; /* universal address */
455 % char *addr_ptr; /* remote universal address */
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DOptions.td49 MetaVarName<"[bfd,maxpc,exec,universal]">,
50 HelpText<"Tombstone value used as a marker of invalid address(default: universal)\n"
54 " =universal - Both: bfd and maxpc"
H A DOptions.h23 Universal, /// both: BFD + MaxPC enumerator
39 TombstoneKind Tombstone = TombstoneKind::Universal;
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp83 // might be a universal end iterator with none of its fields set. So in that in operator -()
108 // Note that we can subtract from an end iterator, but not a universal end in operator -=()
152 // Universal iterators are compatible with any other iterator. in isCompatible()
156 // At this point, neither iterator is a universal end iterator, although one in isCompatible()
157 // or both might be non-universal end iterators. Regardless, the module index in isCompatible()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h1 //===- MachOUniversalWriter.h - MachO universal binary writer----*- C++ -*-===//
10 // MachO universal binary file.
40 // P2Alignment field stores slice alignment values from universal
H A DMachOUniversal.h1 //===- MachOUniversal.h - Mach-O universal binaries -------------*- C++ -*-===//
9 // This file declares Mach-O fat/universal binaries.
40 /// Index of object in the universal binary.
/freebsd-src/sys/contrib/device-tree/Bindings/spi/
H A Dqcom,spi-geni-qcom.txt1 GENI based Qualcomm Universal Peripheral (QUP) Serial Peripheral Interface (SPI)
20 SPI Controller nodes must be child of GENI based Qualcomm Universal
H A Dqcom,spi-geni-qcom.yaml7 title: GENI based Qualcomm Universal Peripheral (QUP) Serial Peripheral Interface (SPI)
22 SPI Controller nodes must be child of GENI based Qualcomm Universal
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td179 "incomplete universal character name">;
181 "incomplete delimited universal character name; "
184 "empty delimited universal character name; "
187 "incomplete universal character name; "
192 "character '%0' cannot be specified by a universal character name">;
194 "universal character name refers to a control character">;
195 def err_ucn_escape_invalid : Error<"invalid universal character">;
197 "universal character name refers to a surrogate character">,
206 "specifying character '%0' with a universal character name "
209 "universal characte
[all...]
/freebsd-src/contrib/tzcode/
H A Dnewctime.385 Coordinated Universal Time (UTC).
90 introduction of UTC and are some other flavor of Universal Time (UT).
119 converts to Coordinated Universal Time.
/freebsd-src/sys/rpc/
H A Drpcb_prot.h69 * 0 is failure. Otherwise returns the universal address where the
86 * Returns the netbuf address from universal address.
89 * Returns the universal address from netbuf address.
106 * 0 is failure. Otherwise returns the universal address where the
361 char *r_addr; /* universal address */
393 char *addr_ptr; /* remote universal address */
/freebsd-src/crypto/openssl/include/internal/
H A Dder.h21 * DER UNIVERSAL tags, occupying bits 1-5 in the DER identifier byte
22 * These are only valid for the UNIVERSAL class. With the other classes,
/freebsd-src/lib/libc/stdtime/
H A Dtzset.371 Universal Time
107 variable is set to the difference, in seconds, between Coordinated Universal
160 Coordinated Universal Time.
/freebsd-src/lib/libc/rpc/
H A Dsvc_simple.c62 static void universal(struct svc_req *, SVCXPRT *);
190 if (!svc_reg(svcxprt, prognum, versnum, universal, nconf)) { in rpc_reg()
238 * The universal handler for the services registered using registerrpc.
243 universal(struct svc_req *rqstp, SVCXPRT *transp) in universal() function
/freebsd-src/crypto/heimdal/doc/
H A Dlayman.asc139 Universal, for types whose meaning is the same in all
160 The types with universal tags are defined in X.208, which
161 also gives the types' universal tag numbers. Types with
164 Table 1 lists some ASN.1 types and their universal-class
181 Table 1. Some types and their universal-class tags.
234 UTCTime, a "coordinated universal time" or Greenwich
382 universal 0 0
472 with universal class, tag number 0, and length 0.
542 class = UNIVERSAL | APPLICATION | PRIVATE
606 class = UNIVERSAL | APPLICATION | PRIVATE
[all …]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp
/freebsd-src/usr.sbin/rpcbind/
H A Drpcbind.88 .Nd universal addresses to RPC program number mapper
19 universal addresses.
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOUniversal.cpp1 //===- MachOUniversal.cpp - Mach-O universal binary -------------*- C++ -*-===//
36 // Universal binary headers have big-endian byte order. in getUniversalBinaryStruct()
138 "universal file", in MachOUniversalBinary()
197 ") offset " + Twine(A.getOffset()) + " overlaps universal headers"); in MachOUniversalBinary()
/freebsd-src/usr.bin/clang/llvm-dwarfutil/
H A Dllvm-dwarfutil.1127 \fIuniversal\fP: both \fIbfd\fP and \fImaxpc\fP\&.
132 The value \fIuniversal\fP is used by default.
/freebsd-src/secure/caroot/untrusted/
H A DVeriSign_Universal_Root_Certification_Authority.pem2 ## VeriSign Universal Root Certification Authority
18 …OU = "(c) 2008 VeriSign, Inc. - For authorized use only", CN = VeriSign Universal Root Certificati…
22 …OU = "(c) 2008 VeriSign, Inc. - For authorized use only", CN = VeriSign Universal Root Certificati…
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DOtoolOpts.td8 HelpText<"select slice of universal Mach-O file">;
12 def f : Flag<["-"], "f">, HelpText<"print universal headers">;
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dcheck-der.c336 if (asprintf (&tests[0].name, "a universal string") < 0) in test_universal_string()
341 if (asprintf (&tests[1].name, "second universal string") < 0) in test_universal_string()
716 {NULL, 1, "\x00", "x & 3 == 1 universal string"}, in check_fail_universal_string()
717 {NULL, 2, "\x00\x00", "x & 3 == 2 universal string"}, in check_fail_universal_string()
718 {NULL, 3, "\x00\x00\x00", "x & 3 == 3 universal string"}, in check_fail_universal_string()
719 {NULL, 5, "\x00\x00\x00\x00\x00", "x & 3 == 1 universal string"}, in check_fail_universal_string()
720 {NULL, 6, "\x00\x00\x00\x00\x00\x00", "x & 3 == 2 universal string"}, in check_fail_universal_string()
721 {NULL, 7, "\x00\x00\x00\x00\x00\x00\x00", "x & 3 == 3 universal string"} in check_fail_universal_string()

12345678910>>...18