Searched refs:stdll (Results 1 – 3 of 3) sorted by relevance
41 void* stdll = dlopen("/vendor/lib64/libstpreprocess.so", RTLD_NOW); in main() local42 if (stdll) { in main()43 STEsePreProcess fn = (STEsePreProcess)dlsym(stdll, "pre_process"); in main()
69 void* stdll = dlopen("/vendor/lib64/libstpreprocess.so", RTLD_NOW); in init() local70 if (stdll) { in init()71 STAram_init fn_init = (STAram_init)dlsym(stdll, "STAram_init"); in init()75 Aram_transceive = (StAram_Transceive)dlsym(stdll, "StAram_Transceive"); in init()
47 void* stdll = dlopen("/vendor/lib64/libstreset.so", RTLD_NOW); in main() local49 if(stdll) { in main()51 STEseReset fn = (STEseReset) dlsym(stdll,"reset_start"); in main()