HomeSort by relevance Sort by last modified time
    Searched refs:libpython (Results 1 - 11 of 11) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
sysconfig.py 117 libpython = os.path.join(prefix,
120 return libpython
122 return os.path.join(libpython, "site-packages")
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 124 libpython = os.path.join(prefix,
127 return libpython
129 return os.path.join(libpython, "site-packages")
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
sysconfig.py 124 libpython = os.path.join(prefix,
127 return libpython
129 return os.path.join(libpython, "site-packages")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 124 libpython = os.path.join(prefix,
127 return libpython
129 return os.path.join(libpython, "site-packages")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 124 libpython = os.path.join(prefix,
127 return libpython
129 return os.path.join(libpython, "site-packages")
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
174 LDLIBRARY= libpython$(VERSION).a
491 libpython$(VERSION).so: $(LIBRARY_OBJS)
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); \
503 libpython$(VERSION).sl: $(LIBRARY_OBJS)
513 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
541 $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
174 LDLIBRARY= libpython$(VERSION).a
492 libpython$(VERSION).so: $(LIBRARY_OBJS)
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); \
504 libpython$(VERSION).sl: $(LIBRARY_OBJS)
514 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
542 $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
174 LDLIBRARY= libpython$(VERSION).a
491 libpython$(VERSION).so: $(LIBRARY_OBJS)
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); \
503 libpython$(VERSION).sl: $(LIBRARY_OBJS)
513 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
541 $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 173 LIBRARY= libpython$(VERSION).a
174 LDLIBRARY= libpython$(VERSION).a
492 libpython$(VERSION).so: $(LIBRARY_OBJS)
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); \
504 libpython$(VERSION).sl: $(LIBRARY_OBJS)
514 SRC_GDB_HOOKS=$(srcdir)/Tools/gdb/libpython.py
542 $(DLLLIBRARY) libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 11 linked against libpython. In this situation, almost every item of data is a
15 This module embeds knowledge about the implementation details of libpython so
37 the debugger, the libpython.so hasn't been dynamically loaded yet, so none of
133 Various libpython types are defined using the "PyObject_HEAD" and
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 780 milliseconds