| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-lipo.rst | 1 llvm-lipo - LLVM tool for manipulating universal binaries 13 …e universal binaries from Mach-O files, extract regular object files from universal binaries, and … 48 Take a single universal binary input file and the thin flag followed by an architecture type. 54 Output a universal binary combining the input files. 58 Take a single universal binary input file and require the output flag to be specified. 60 Output a universal binary with the specified architecture slice in the 61 universal binary input replaced with the contents of the thin input file.
|
| H A D | llvm-otool.rst | 24 Select slice of universal Mach-O file. 48 Print universal headers.
|
| H A D | llvm-cov.rst | 259 corresponds to the Nth specified binary. If the covered object is a universal 261 architecture that is not included in the universal binary or to use an 262 architecture that does not match a non-universal binary. 401 If the covered binary is a universal binary, select the architecture to use. 403 universal binary or to use an architecture that does not match a 404 non-universal binary. 478 If the covered binary is a universal binary, select the architecture to use. 480 universal binary or to use an architecture that does not match a 481 non-universal binary.
|
| H A D | llvm-dwarfutil.rst | 88 - `universal`: both `bfd` and `maxpc`. 92 The value `universal` is used by default.
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-lipo/ |
| H A D | LipoOpts.td | 12 "architecture when creating a universal binary file. The " 34 "filename and arch_types. Groups universal binaries " 44 HelpText<"Create a universal output file containing only the specified " 49 HelpText<"Create a universal binary output file from the input " 56 "input_file in a universal binary. Requires -output option">;
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | universal | 1 universal.c AOK 8 # universal.c [S_isa_lookup] 17 # universal.c [S_isa_lookup]
|
| /openbsd-src/lib/libc/rpc/ |
| H A D | svc_simple.c | 54 static void universal(struct svc_req *, SVCXPRT *); 72 universal, IPPROTO_UDP)) in registerrpc() 88 universal(struct svc_req *rqstp, SVCXPRT *transp) in universal() function
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | Options.td | 44 MetaVarName<"[bfd,maxpc,exec,universal]">, 45 HelpText<"Tombstone value used as a marker of invalid address(default: universal)\n" 49 " =universal - Both: bfd and maxpc"
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/ |
| H A D | setup.cfg | 5 universal=1
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-01-31-UniversalIRIdea.txt | 25 The risk is that this sounds like a universal IR -- something that the 28 convince anyone that we have a universal IR that will work. We need to
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | OtoolOpts.td | 8 HelpText<"select slice of universal Mach-O file">; 12 def f : Flag<["-"], "f">, HelpText<"print universal headers">;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticLexKinds.td | 168 "incomplete universal character name">; 170 "incomplete delimited universal character name; " 173 "empty delimited universal character name; " 176 "incomplete universal character name; " 181 "character '%0' cannot be specified by a universal character name">; 183 "universal character name refers to a control character">; 184 def err_ucn_escape_invalid : Error<"invalid universal character">; 186 "universal character name refers to a surrogate character">, 195 "specifying character '%0' with a universal character name " 198 "universal character name referring to a control character " [all …]
|
| /openbsd-src/gnu/llvm/libcxx/utils/ci/ |
| H A D | apple-install-libcxx.sh | 35 and a universal binary containing all architectures will be
|
| /openbsd-src/gnu/usr.bin/perl/Cross/ |
| H A D | cflags-cross-arm | 107 universal) ;;
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | features.rst | 9 …xtract object files contained within a file. Support currently includes universal Mach-O files & B…
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | Object.cpp | 142 auto universal = cast<MachOUniversalBinary>(unwrap(BR)); in LLVMMachOUniversalBinaryCopyObjectForArch() local 144 universal->getMachOObjectForArch({Arch, ArchLen})); in LLVMMachOUniversalBinaryCopyObjectForArch()
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | ca.po | 56 msgid "universal character names are only valid in C++ and C99" 70 msgid "incomplete universal character name %.*s" 71 msgstr "el nom de car�cter universal %.*s �s incomplet" 75 msgid "%.*s is not a valid universal character" 76 msgstr "%.*s no �s un car�cter universal v�lid" 84 msgid "universal character %.*s is not valid in an identifier" 85 msgstr "el nom de car�cter universal %.*s no �s v�lid en un identificador" 89 msgid "universal character %.*s is not valid at the start of an identifier" 90 msgstr "el nom de car�cter universal %.*s no �s v�lid a l'inici d'un identificador"
|
| H A D | cpplib.pot | 54 msgid "universal character names are only valid in C++ and C99" 68 msgid "incomplete universal character name %.*s" 73 msgid "%.*s is not a valid universal character" 83 msgid "universal character %.*s is not valid in an identifier" 88 msgid "universal character %.*s is not valid at the start of an identifier"
|
| H A D | zh_CN.po | 52 msgid "universal character names are only valid in C++ and C99" 66 msgid "incomplete universal character name %.*s" 71 msgid "%.*s is not a valid universal character" 80 msgid "universal character %.*s is not valid in an identifier" 85 msgid "universal character %.*s is not valid at the start of an identifier"
|
| H A D | zh_TW.po | 54 msgid "universal character names are only valid in C++ and C99" 68 msgid "incomplete universal character name %.*s" 73 msgid "%.*s is not a valid universal character" 82 msgid "universal character %.*s is not valid in an identifier" 87 msgid "universal character %.*s is not valid at the start of an identifier"
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
| H A D | UseLibtool.cmake | 40 # does not understanding universal binaries, so skip this step. It's important
|
| /openbsd-src/gnu/usr.bin/perl/dist/Safe/ |
| H A D | Changes | 108 Break apart the list of functions defined in universal.c by perl 136 Share the internal XS functions defined in universal.c
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/t/ |
| H A D | methods.t | 61 # test addfile "universal newlines" mode
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/interception/tests/ |
| H A D | CMakeLists.txt | 70 # (universal binary on Mac and arch-specific object files on Linux).
|
| /openbsd-src/sys/dev/cardbus/ |
| H A D | files.cardbus | 22 # PCI "universal" communication device driver, for com, lpt, etc. ports
|