Home
last modified time | relevance | path

Searched refs:SHLIB_EXT (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Python/
Ddynload_hpux.c17 {SHLIB_EXT, "rb", C_EXTENSION},
18 {"module"SHLIB_EXT, "rb", C_EXTENSION},
/external/python/cpython3/Python/
Ddynload_hpux.c16 const char *_PyImport_DynLoadFiletab[] = {SHLIB_EXT, NULL};
/external/python/cpython2/android_arm/pyconfig/
Dpyconfig.h998 #define SHLIB_EXT ".so" macro
/external/python/cpython2/android_arm64/pyconfig/
Dpyconfig.h998 #define SHLIB_EXT ".so" macro
/external/python/cpython2/android_x86_64/pyconfig/
Dpyconfig.h998 #define SHLIB_EXT ".so" macro
/external/python/cpython2/android_x86/pyconfig/
Dpyconfig.h998 #define SHLIB_EXT ".so" macro
/external/python/cpython2/linux_x86_64/pyconfig/
Dpyconfig.h1006 #define SHLIB_EXT ".so" macro
/external/python/cpython2/darwin_x86_64/pyconfig/
Dpyconfig.h1004 #define SHLIB_EXT ".so" macro
/external/python/cpython2/
Dpyconfig.h.in1029 #undef SHLIB_EXT
Dconfigure.ac2149 AC_DEFINE_UNQUOTED(SHLIB_EXT, "$SO", [Define this to be extension of shared libraries (including th… definition