HomeSort by relevance Sort by last modified time
    Searched refs:dylib (Results 76 - 100 of 122) sorted by null

1 2 34 5

  /external/google-breakpad/src/client/mac/handler/
dynamic_images.cc 283 image.version_ = dc->dylib.current_version;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 118 llvm::DylibId("dylib-id",
119 cl::desc("Print the shared library's id for the dylib Mach-O "
574 if (dl.dylib.name < dl.cmdsize) {
575 const char *p = (const char *)(Load.Ptr) + dl.dylib.name;
581 << ((dl.dylib.compatibility_version >> 16) & 0xffff) << "."
582 << ((dl.dylib.compatibility_version >> 8) & 0xff) << "."
583 << (dl.dylib.compatibility_version & 0xff) << ",";
585 << ((dl.dylib.current_version >> 16) & 0xffff) << "."
586 << ((dl.dylib.current_version >> 8) & 0xff) << "."
587 << (dl.dylib.current_version & 0xff) << ")\n"
    [all...]
  /build/soong/cc/config/
x86_darwin_host.go 290 return ".dylib"
  /external/bison/build-aux/
config.rpath 545 shrext=.dylib
  /external/e2fsprogs/config/
config.rpath 541 shrext=.dylib
  /external/libvpx/libvpx/build/make/
Makefile 389 $(foreach lib,$(filter %$(SO_VERSION_MAJOR).dylib,$(LIBS)),$(eval $(call dl_template,$(lib))))
  /external/llvm/lib/Object/
MachOObjectFile.cpp 912 // libFoo.A.dylib
913 // libFoo.dylib
915 // libFoo_profile.A.dylib
916 // libFoo_profile.dylib
928 StringRef Foo, F, DotFramework, V, Dylib, Lib, Dot, Qtx;
988 Dylib = Name.slice(a, Name.npos);
989 if (Dylib != ".dylib")
992 // First pull off the version letter for the form Foo.A.dylib if any.
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 650 bfd_mach_o_dylib_command *idy = &icmd->command.dylib;
651 bfd_mach_o_dylib_command *ody = &ocmd->command.dylib;
    [all...]
  /external/libvpx/libvpx/
examples.mk 312 SHARED_LIB_SUF=.dylib
  /external/python/cpython2/Lib/distutils/
ccompiler.py     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 785 = ML_(cur_plus)(cmd_cur, dcmd.dylib.name.offset);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 499 libpython$(VERSION).dylib: $(LIBRARY_OBJS)
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); \
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 500 libpython$(VERSION).dylib: $(LIBRARY_OBJS)
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); \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 499 libpython$(VERSION).dylib: $(LIBRARY_OBJS)
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); \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 500 libpython$(VERSION).dylib: $(LIBRARY_OBJS)
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); \
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 1031 ext = "dylib"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 1031 ext = "dylib"
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]
  /external/libedit/
configure     [all...]
  /external/libexif/
configure     [all...]
  /external/libnetfilter_conntrack/
configure     [all...]
  /external/libnfnetlink/
configure     [all...]
  /external/libusb-compat/
configure     [all...]
  /external/libvorbis/
configure     [all...]
  /external/lmfit/
configure     [all...]

Completed in 1902 milliseconds

1 2 34 5