| /openbsd-src/gnu/llvm/llvm/ |
| H A D | .gitattributes | 1 # binary files 2 test/Object/Inputs/*.a* binary 3 test/tools/dsymutil/Inputs/*.o binary 4 test/tools/dsymutil/Inputs/*.a binary 5 test/tools/dsymutil/Inputs/*.i386 binary 6 test/tools/dsymutil/Inputs/*.x86_64 binary 7 test/tools/dsymutil/Inputs/*.armv7m binary 8 test/tools/dsymutil/Inputs/*.dylib binary 9 test/tools/dsymutil/Inputs/*.dSYM binary 10 test/tools/dsymutil/Inputs/*.swiftmodule binary [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/scripts/ |
| H A D | asan_symbolize.py | 66 def symbolize(self, addr, binary, offset): argument 110 def symbolize(self, addr, binary, offset): argument 116 symbolizer_input = '"%s" %s' % (binary, offset) 148 def __init__(self, binary): argument 150 self.binary = binary 162 cmd += ['-e', self.binary] 169 def symbolize(self, addr, binary, offset): argument 171 if self.binary != binary: 254 def __init__(self, addr, binary, arch): argument 256 self.binary = binary [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-install-name-tool.rst | 15 install names and rpaths listed in a Mach-O binary. 29 Add an rpath named ``<rpath>`` to the specified binary. Can be specified multiple 31 the binary. 36 specified binary. Can be specified multiple times to change multiple dependent shared 38 in the specified binary. 42 Delete an rpath named ``<rpath>`` from the specified binary. Can be specified multiple 44 the binary. 48 Deletes all rpaths from the binary. 57 specified binary. If specified multiple times, only the last :option:`-id` option is 58 selected. Option is ignored if the specified Mach-O binary is not a dynamic shared library. [all …]
|
| H A D | llvm-lipo.rst | 48 Take a single universal binary input file and the thin flag followed by an architecture type. 49 Require the output flag to be specified, and output a thin binary of the specified architecture. 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.
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | xdelta | 6 0 string %XDELTA% XDelta binary patch file 0.14 7 0 string %XDZ000% XDelta binary patch file 0.18 8 0 string %XDZ001% XDelta binary patch file 0.20 9 0 string %XDZ002% XDelta binary patch file 1.0 10 0 string %XDZ003% XDelta binary patch file 1.0.4 11 0 string %XDZ004% XDelta binary patch file 1.1
|
| H A D | octave | 4 # octave binary data file(1) magic, from Dirk Eddelbuettel <edd@debian.org> 5 0 string Octave-1-L Octave binary data (little endian) 6 0 string Octave-1-B Octave binary data (big endian)
|
| H A D | hp | 27 # 0 beshort 200 hp200 (68010) BSD binary 28 # 0 beshort 300 hp300 (68020+68881) BSD binary 29 # 0 beshort 0x20c hp200/300 HP-UX binary 30 # 0 beshort 0x20d hp400 (68030) HP-UX binary 31 # 0 beshort 0x20e hp400 (68040?) HP-UX binary 32 # 0 beshort 0x20b PA-RISC1.0 HP-UX binary 33 # 0 beshort 0x210 PA-RISC1.1 HP-UX binary 34 # 0 beshort 0x211 PA-RISC1.2 HP-UX binary 35 # 0 beshort 0x214 PA-RISC2.0 HP-UX binary 208 >5 string 8 48 binary [all …]
|
| H A D | efi | 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
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc/ |
| H A D | BaseTo.pm | 84 my $binary = catfile( $dir, $program ); 85 $self->debug( "Looking for $binary\n" ); 86 next unless -e $binary; 87 unless( -x $binary ) { 88 $self->warn( "Found $binary but it's not executable. Skipping.\n" ); 91 $self->debug( "Found $binary\n" ); 92 push @found, $binary;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/config/io/ |
| H A D | basic_file_stdio.cc | 74 binary = std::ios_base::binary in fopen_mode() enumerator 77 switch (mode & (in|out|trunc|app|binary)) in fopen_mode() 86 case ( out |binary): return "wb"; in fopen_mode() 87 case ( out |app|binary): return "ab"; in fopen_mode() 88 case ( out|trunc |binary): return "wb"; in fopen_mode() 89 case (in |binary): return "rb"; in fopen_mode() 90 case (in|out |binary): return "r+b"; in fopen_mode() 91 case (in|out|trunc |binary): return "w+b"; in fopen_mode()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/27_io/ |
| H A D | binary_iostreams_kuehl.txt | 4 Subject: Re: binary iostreams ? 14 different for binary output. For example, binary output has to consider 20 in the standard a binary representation for integer types is required. 31 What many people asking for binary I/O forget is that binary I/O also 47 formatted, although possible using a binary format. For persistance, 52 similar to IOStreams built on top of stream buffers but doing binary 55 This uses XDR formatting of the binary data (well, if I remmeber 56 correctly, it is easy to plug in a different binary formatting). 60 Use a data base, text formatting, or binary formatting. With the 62 right approach because you haven't told *why* you want a binary format [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/27_io/ |
| H A D | binary_iostreams_kuehl.txt | 4 Subject: Re: binary iostreams ? 14 different for binary output. For example, binary output has to consider 20 in the standard a binary representation for integer types is required. 31 What many people asking for binary I/O forget is that binary I/O also 47 formatted, although possible using a binary format. For persistance, 52 similar to IOStreams built on top of stream buffers but doing binary 55 This uses XDR formatting of the binary data (well, if I remmeber 56 correctly, it is easy to plug in a different binary formatting). 60 Use a data base, text formatting, or binary formatting. With the 62 right approach because you haven't told *why* you want a binary format [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/io/ |
| H A D | basic_file_stdio.cc | 87 binary = std::ios_base::binary in fopen_mode() enumerator 90 switch (mode & (in|out|trunc|app|binary)) in fopen_mode() 101 case ( out |binary): return "wb"; in fopen_mode() 102 case ( out |app|binary): return "ab"; in fopen_mode() 103 case ( out|trunc |binary): return "wb"; in fopen_mode() 104 case (in |binary): return "rb"; in fopen_mode() 105 case (in|out |binary): return "r+b"; in fopen_mode() 106 case (in|out|trunc |binary): return "w+b"; in fopen_mode() 108 case (in|out |app|binary): return "a+b"; in fopen_mode()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/ |
| H A D | shasum | 137 my ($alg, $binary, $check, $text, $status, $quiet, $warn, $help); 142 'b|binary' => \$binary, 'c|check' => \$check, 161 ($binary, $text, $BITS, $UNIVERSAL)) > 1; 205 if ($isDOSish) { $binary = 1 unless $text || $UNIVERSAL } 207 my $modesym = $binary ? '*' : ($UNIVERSAL ? 'U' : ($BITS ? '^' : ' ')); 220 my $mode = $binary ? 'b' : ($UNIVERSAL ? 'U' : ($BITS ? '0' : '')); 283 ($binary, $text, $UNIVERSAL, $BITS) =
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl06.rst | 51 binary operators. An example of this is: 63 def binary> 10 (LHS RHS) 67 def binary| 5 (LHS RHS) 76 def binary= 9 (LHS RHS) 84 implementing support for user-defined binary operators and adding unary 90 Adding support for user-defined binary operators is pretty simple with 91 our current framework. We'll first add support for the unary/binary 109 if (IdentifierStr == "binary") 115 This just adds lexer support for the unary and binary keywords, like we 117 about our current AST, is that we represent binary operators with full [all …]
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangOffloadPackager.rst | 14 metadata. We use a custom binary format for bundling all the device images 17 create a fat-binary. 22 The binary format is marked by the ``0x10FF10AD`` magic bytes, followed by a 23 version. Each created binary contains its own magic bytes. This allows us to 25 by the linker, such as when using relocatable linking. Conceptually, this binary 26 format is a serialization of a string map and an image buffer. The binary header 35 | uint8_t | magic | The magic bytes for the binary format (0x10FF10AD) | 39 | uint64_t | size | Size of this binary in bytes | 47 of the binary blob containing the information for a single offloading image. We 76 identify the type of image stored here without needing to inspect the binary. [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | prepare-code-coverage-artifact.py | 42 for i, binary in enumerate(binaries): 44 objects.append(binary) 46 objects.extend(('-object', binary)) 66 for binary in binaries: 68 os.path.basename(binary)) 70 [binary], restricted_dirs, compilation_dir)
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | PostfixExpression.cpp | 118 bool Visit(BinaryOpNode &binary, Node *&) override { in Visit() argument 119 return Dispatch(binary.Left()) && Dispatch(binary.Right()); in Visit() 150 void Visit(BinaryOpNode &binary, Node *&) override; 181 void DWARFCodegen::Visit(BinaryOpNode &binary, Node *&) { in Visit() argument 182 Dispatch(binary.Left()); in Visit() 183 Dispatch(binary.Right()); in Visit() 185 switch (binary.GetOpType()) { in Visit()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | if-oppr.c | 79 #error operator << has higher precedence than binary + 85 #error binary + has higher precedence than binary * 91 #error binary * has higher precedence than operator ~
|
| /openbsd-src/gnu/usr.bin/perl/cpan/bignum/t/ |
| H A D | const-bigint.t | 6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point 10 # - It wasn't until v5.34.0 that binary and octal floating point literals worked 35 # These are handled by "binary". 68 is($x, "255", "binary integer literal 0b11111111"); 73 skip "perl v5.14.0 required for binary integer literals" 77 is($x, "255", "binary integer literal 0B11111111"); 169 skip "perl v5.32.0 required for binary floating point literals", 177 is($x, "314", "binary floating point literal $str"); 187 is($x, "0", "binary floating point literal $str"); 211 # These are handled by "binary". [all …]
|
| H A D | const-bigrat.t | 6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point 10 # - It wasn't until v5.34.0 that binary and octal floating point literals worked 35 # These are handled by "binary". 68 is($x, "255", "binary integer literal 0b11111111"); 73 skip "perl v5.14.0 required for binary integer literals" 77 is($x, "255", "binary integer literal 0B11111111"); 169 skip "perl v5.32.0 required for binary floating point literals", 177 is($x, "314", "binary floating point literal $str"); 187 is($x, "0", "binary floating point literal $str"); 209 # These are handled by "binary". [all …]
|
| H A D | const-bigfloat.t | 6 # - It wasn't until v5.28.0 that binary, octal, and hexadecimal floating point 10 # - It wasn't until v5.32.0 that binary and octal floating point literals worked 35 # These are handled by "binary". 71 is($x, "255", "binary integer literal 0b11111111"); 77 skip "perl v5.14.0 required for binary integer literals" 81 is($x, "255", "binary integer literal 0B11111111"); 181 skip "perl v5.32.0 required for binary floating point literals", 189 is($x, "314", "binary floating point literal $str"); 200 is($x, "0", "binary floating point literal $str"); 226 # These are handled by "binary". [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/ |
| H A D | const-mbr.t | |
| /openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/scripts/ |
| H A D | hwasan_symbolize | 203 def iter_locals(self, binary, addr, buildid): argument 206 binary = self.__process_binary_name(binary, buildid) 207 if not binary: 209 self.__write("FRAME %s %s" % (binary, addr)) 225 def iter_call_stack(self, binary, buildid, addr): argument 228 binary = self.__process_binary_name(binary, buildid) 229 if not binary: 231 self.__write("CODE %s %s" % (binary, addr)) 282 binary = match.group(5) 286 frames = list(self.iter_call_stack(binary, buildid, addr)) [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/customization/bin-utils/ |
| H A D | binutils.py | 3 def binary(n, width=None): function 34 return binary(n, width) 40 return binary(val * 2 - abs(n)) 85 bits = binary(n, width)
|