Home
last modified time | relevance | path

Searched refs:aix_getoldmodules (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Ddynload_aix.c36 aix_getoldmodules(void **modlistptr) in aix_getoldmodules() function
174 if (aix_getoldmodules(&staticmodlistptr) == -1) in _PyImport_GetDynLoadFunc()
/external/python/cpython3/Python/
Ddynload_aix.c31 aix_getoldmodules(void **modlistptr) in aix_getoldmodules() function
175 if (aix_getoldmodules(&staticmodlistptr) == -1) in _PyImport_FindSharedFuncptr()