/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | pef.h | 34 unsigned long current_version; member 64 unsigned long current_version; member 167 unsigned long current_version; member
|
H A D | mach-o.h | 415 unsigned long current_version; /* Library's current version number. */ member
|
H A D | pef.c | 377 header->current_version = bfd_getb32 (buf + 8); 632 header->current_version = bfd_getb32 (buf + 28); 1173 header->current_version = bfd_getb32 (buf + 68);
|
H A D | mach-o.c | 1065 cmd->current_version = bfd_h_get_32 (abfd, buf + 8);
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | pef.h | 34 unsigned long current_version; member 64 unsigned long current_version; member 167 unsigned long current_version; member
|
H A D | mach-o.h | 415 unsigned long current_version; /* Library's current version number. */ member
|
H A D | pef.c | 344 header->current_version = bfd_getb32 (buf + 8); in bfd_pef_parse_imported_library() 570 header->current_version = bfd_getb32 (buf + 28); in bfd_pef_read_header() 1099 header->current_version = bfd_getb32 (buf + 68); in bfd_pef_xlib_read_header()
|
H A D | mach-o.c | 1005 cmd->current_version = bfd_h_get_32 (abfd, buf + 8); in bfd_mach_o_scan_read_dylib()
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/llvm/tools/lto/ |
H A D | BUILD.gn | 29 "-Wl,-current_version,$llvm_version",
|
/openbsd/gnu/llvm/llvm/tools/remarks-shlib/ |
H A D | CMakeLists.txt | 31 …" -compatibility_version 1 -current_version ${REMARKS_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSIO…
|
/openbsd/gnu/llvm/llvm/tools/lto/ |
H A D | CMakeLists.txt | 46 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
|
/openbsd/gnu/llvm/llvm/tools/llvm-shlib/ |
H A D | CMakeLists.txt | 74 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER… 118 …" -compatibility_version 1 -current_version ${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VER…
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/tools/libclang/ |
H A D | BUILD.gn | 99 "-Wl,-current_version,$llvm_version",
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | t-slibgcc-darwin | 3 SHLIB_VERSTRING = -compatibility_version $(SHLIB_SOVERSION) -current_version $(SHLIB_SOVERSION).0
|
/openbsd/gnu/llvm/libunwind/src/ |
H A D | CMakeLists.txt | 120 add_link_flags("-current_version ${LIBUNWIND_VERSION}" "/usr/lib/libSystem.B.dylib")
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CMakeLists.txt | 171 …set(LIBCLANG_LINK_FLAGS "${LIBCLANG_LINK_FLAGS} -Wl,-current_version -Wl,${LLVM_VERSION_MAJOR}.${L…
|
/openbsd/gnu/usr.bin/perl/lib/Unicode/ |
H A D | UCD.t | 23 my $current_version = Unicode::UCD::UnicodeVersion; 24 my $v_unicode_version = pack "C*", split /\./, $current_version; 611 ok($current_version le $expected_version, 787 2) if $current_version lt $expected_version;
|
/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | mach_o.py | 1286 self.current_version = 0 1291 … name_offset, self.timestamp, self.current_version, self.compatibility_version = data.get_n_uint32( 1299 self.current_version,
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Options.td | 461 def current_version : Separate<["-"], "current_version">, 467 Alias<current_version>, 468 HelpText<"Alias for -current_version">,
|
H A D | Writer.cpp | 344 c->dylib.current_version = currentVersion; in writeTo()
|
H A D | InputFiles.cpp | 1676 currentVersion = read32le(&c->dylib.current_version); in DylibFile()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 620 uint32_t current_version; member 1266 sys::swapByteOrder(d.dylib.current_version); in swapStruct()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 364 IO.mapRequired("current_version", DylibStruct.current_version); in mapping()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1454 << ((dl.dylib.current_version >> 16) & 0xffff) << "." in PrintDylibs() 1455 << ((dl.dylib.current_version >> 8) & 0xff) << "." in PrintDylibs() 1456 << (dl.dylib.current_version & 0xff); in PrintDylibs() 10332 if (dl.dylib.current_version == 0xffffffff) in PrintDylibCommand() 10335 outs() << ((dl.dylib.current_version >> 16) & 0xffff) << "." in PrintDylibCommand() 10336 << ((dl.dylib.current_version >> 8) & 0xff) << "." in PrintDylibCommand() 10337 << (dl.dylib.current_version & 0xff) << "\n"; in PrintDylibCommand()
|
/openbsd/gnu/llvm/libcxx/ |
H A D | CMakeLists.txt | 181 this also controls the linker's 'current_version' property.")
|