HomeSort by relevance Sort by last modified time
    Searched refs:current_version (Results 1 - 25 of 29) 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/llvm/tools/lto/
Makefile 31 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 32 LD_SONAME = -Wl,-compatibility_version -Wl,$(SO_TARGET_VERSION_MAJOR) -Wl,-current_version -Wl,$(SO_TARGET_VERSION) -install_name $(libdir)/$(notdir $(MIDDLE_SO_TARGET))
34 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/clang/tools/libclang/
Makefile 55 LLVMLibsOptions += -Wl,-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/chromium-trace/catapult/dashboard/dashboard/
file_bug.py 257 milestone = int(version['current_version'].split('.')[0])
267 version['current_version'].split('.')[0])
file_bug_test.py 199 {'branch_base_position': '112000', 'current_version': '2.0'},
200 {'branch_base_position': '111990', 'current_version': '1.0'}
224 'current_version': '3.0.1234.32'},
226 'current_version': '2.0'},
228 'current_version': '1.0'}
267 {'branch_base_position': '0', 'current_version': '1.0'}
283 {'branch_base_position': 'N/A', 'current_version': 'N/A'}
  /external/compiler-rt/make/
AppleBI.mk 63 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
139 -compatibility_version 1 -current_version $(RC_ProjectSourceVersion) \
  /external/llvm/tools/llvm-shlib/
Makefile 48 LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version \
  /external/lz4/lib/
Makefile 56 SONAME_FLAGS = -install_name $(PREFIX)/lib/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_MAJOR) -current_version $(LIBVER)
  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 201 unsigned char current_version[4]; member in struct:mach_o_dylib_command_external
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.cc 283 image.version_ = dc->dylib.current_version;
  /external/libvpx/libvpx/build/make/
Makefile 315 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 294 -Wl,-headerpad_max_install_names,-compatibility_version,1.0,-current_version,$$(VERSION_MAJOR) \
  /external/llvm/include/llvm/Support/
MachO.h 632 uint32_t current_version; member in struct:llvm::MachO::dylib
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 500 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
529 -current_version $(VERSION);
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 501 $(CC) -dynamiclib -Wl,-single_module $(LDFLAGS) -undefined dynamic_lookup -Wl,-install_name,$(prefix)/lib/libpython$(VERSION).dylib -Wl,-compatibility_version,$(VERSION) -Wl,-current_version,$(VERSION) -o $@ $(LIBRARY_OBJS) $(SHLIBS) $(LIBC) $(LIBM) $(LDLAST); \
530 -current_version $(VERSION);
    [all...]

Completed in 3387 milliseconds

1 2