Searched refs:s_initFuncs (Results 1 – 1 of 1) sorted by relevance
247 } s_initFuncs[] = { in initCoreFunctions() local275 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_initFuncs); ndx++) in initCoreFunctions()277 if (s_initFuncs[ndx].apiType == apiType) in initCoreFunctions()279 s_initFuncs[ndx].initFunc(dst, loader); in initCoreFunctions()