Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Ddynload_aix.c132 #define LOAD_ERRTAB_LEN (sizeof(load_errtab)/sizeof(load_errtab[0])) in aix_loaderror() macro
143 for (j=0; j<LOAD_ERRTAB_LEN ; j++) { in aix_loaderror()