HomeSort by relevance Sort by last modified time
    Searched refs:current_version (Results 1 - 25 of 32) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
pef.h 35 unsigned long current_version; member in struct:bfd_pef_header
65 unsigned long current_version; member in struct:bfd_pef_imported_library
168 unsigned long current_version; member in struct:bfd_pef_xlib_header
mach-o.h 433 unsigned long current_version; /* Library's current version number. */ member in struct:bfd_mach_o_dylib_command
pef.c 349 header->current_version = bfd_getb32 (buf + 8);
574 header->current_version = bfd_getb32 (buf + 28);
1091 header->current_version = bfd_getb32 (buf + 68);
mach-o.c 655 ody->current_version = idy->current_version;
    [all...]
  /external/curl/
update_curl.sh 98 local current_sha current_version
99 current_version=$(grep '^Version: ' "${README_FILE}" | cut -d ' ' -f 2-)
137 echo "Current version: ${current_version} / ${current_sha}"
146 Update libcurl from ${current_version} to ${target_version}.
  /external/swiftshader/third_party/LLVM/runtime/libprofile/
Makefile 34 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
  /external/swiftshader/third_party/LLVM/tools/edis/
Makefile 41 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version -Wl,$(EDIS_VERSION) \
  /external/swiftshader/third_party/LLVM/tools/lto/
Makefile 43 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
  /external/autotest/cli/
stable_version.py 140 current_version = self.execute_rpc(op='get_stable_version',
142 if current_version == self.version:
150 (self.board, current_version, self.version))
  /external/icu/tools/
update-tzdata.py 165 current_version = GetCurrentTzDataVersion()
166 current_filename = '%s.tar.gz' % current_version
182 print 'You already have the latest tzdata in bionic (%s)!' % current_version
  /external/e2fsprogs/lib/
Makefile.darwin-lib 26 $(Q) (cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
  /external/icu/icu4c/source/config/
mh-darwin 34 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET))
36 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(notdir $(MIDDLE_SO_TARGET))
  /external/autotest/database/
migrate.py 244 current_version = self.get_db_version()
245 if current_version == 0 and self._config_section() == 'AUTOTEST_WEB':
247 current_version = self.get_db_version()
249 if current_version < version:
250 lower, upper = current_version, version
253 lower, upper = version, current_version
  /external/google-breakpad/src/common/mac/
macho_id.cc 198 identifier[4] = (dylib_cmd.dylib.current_version >> 24) & 0xFF;
199 identifier[5] = (dylib_cmd.dylib.current_version >> 16) & 0xFF;
200 identifier[6] = (dylib_cmd.dylib.current_version >> 8) & 0xFF;
201 identifier[7] = dylib_cmd.dylib.current_version & 0xFF;
  /external/compiler-rt/make/
AppleBI.mk 63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
  /external/swiftshader/third_party/LLVM/tools/llvm-shlib/
Makefile 46 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 201 unsigned char current_version[4]; member in struct:mach_o_dylib_command_external
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py 24 # current_version.day for Snapshot, current_version otherwise
67 current_version = "%s.%d" % (short_version, FIELD3) variable
79 current_version = "%s.%s.%s" % (major, minor, int(time.time()/3600/24)) variable
82 product_code = product_codes[current_version]
85 full_current_version = current_version
230 ProductVersion=current_version,
266 current_version,
274 [(upgrade_code, start, current_version,
    [all...]
  /external/lz4/lib/
Makefile 61 SONAME_FLAGS = -install_name $(PREFIX)/lib/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_MAJOR) -current_version $(LIBVER)
  /external/libcups/filter/
Makefile 251 -current_version 2.3.0 \
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.cc 283 image.version_ = dc->dylib.current_version;
  /external/libvpx/libvpx/build/make/
Makefile 316 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 377 uint32_t current_version; member in struct:llvm::MachO::dylib
  /external/llvm/include/llvm/Support/
MachO.h 590 uint32_t current_version; member in struct:llvm::MachO::dylib
    [all...]
  /external/libcups/cups/
Makefile 332 -current_version 2.12.0 \

Completed in 594 milliseconds

1 2