Home
last modified time | relevance | path

Searched refs:current_version (Results 1 – 25 of 44) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dpef.h34 unsigned long current_version; member
64 unsigned long current_version; member
167 unsigned long current_version; member
H A Dmach-o.h415 unsigned long current_version; /* Library's current version number. */ member
H A Dpef.c377 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 Dmach-o.c1065 cmd->current_version = bfd_h_get_32 (abfd, buf + 8);
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.h34 unsigned long current_version; member
64 unsigned long current_version; member
167 unsigned long current_version; member
H A Dmach-o.h415 unsigned long current_version; /* Library's current version number. */ member
H A Dpef.c344 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 Dmach-o.c1005 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 DBUILD.gn29 "-Wl,-current_version,$llvm_version",
/openbsd/gnu/llvm/llvm/tools/remarks-shlib/
H A DCMakeLists.txt31 …" -compatibility_version 1 -current_version ${REMARKS_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSIO…
/openbsd/gnu/llvm/llvm/tools/lto/
H A DCMakeLists.txt46 …" -compatibility_version 1 -current_version ${LTO_VERSION}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PA…
/openbsd/gnu/llvm/llvm/tools/llvm-shlib/
H A DCMakeLists.txt74 …" -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 DBUILD.gn99 "-Wl,-current_version,$llvm_version",
/openbsd/gnu/gcc/gcc/config/
H A Dt-slibgcc-darwin3 SHLIB_VERSTRING = -compatibility_version $(SHLIB_SOVERSION) -current_version $(SHLIB_SOVERSION).0
/openbsd/gnu/llvm/libunwind/src/
H A DCMakeLists.txt120 add_link_flags("-current_version ${LIBUNWIND_VERSION}" "/usr/lib/libSystem.B.dylib")
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCMakeLists.txt171 …set(LIBCLANG_LINK_FLAGS "${LIBCLANG_LINK_FLAGS} -Wl,-current_version -Wl,${LLVM_VERSION_MAJOR}.${L…
/openbsd/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t23 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 Dmach_o.py1286 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 DOptions.td461 def current_version : Separate<["-"], "current_version">,
467 Alias<current_version>,
468 HelpText<"Alias for -current_version">,
H A DWriter.cpp344 c->dylib.current_version = currentVersion; in writeTo()
H A DInputFiles.cpp1676 currentVersion = read32le(&c->dylib.current_version); in DylibFile()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h620 uint32_t current_version; member
1266 sys::swapByteOrder(d.dylib.current_version); in swapStruct()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp364 IO.mapRequired("current_version", DylibStruct.current_version); in mapping()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1454 << ((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 DCMakeLists.txt181 this also controls the linker's 'current_version' property.")

12