Searched refs:fptr (Results 1 – 2 of 2) sorted by relevance
259 void *fptr; in tncc_get_sym() local263 fptr = GetProcAddressA(handle, func); in tncc_get_sym()265 fptr = GetProcAddress(handle, func); in tncc_get_sym()268 fptr = dlsym(handle, func); in tncc_get_sym()271 return fptr; in tncc_get_sym()
325 void *fptr; in tncs_get_sym() local327 fptr = dlsym(handle, func); in tncs_get_sym()329 return fptr; in tncs_get_sym()