Searched refs:hookUpFunction (Results 1 – 1 of 1) sorted by relevance
539 if (auto Err = hookUpFunction(DlFcn.dlopen, "dlopen")) in Create()541 if (auto Err = hookUpFunction(DlFcn.dlclose, "dlclose")) in Create()543 if (auto Err = hookUpFunction(DlFcn.dlsym, "dlsym")) in Create()545 if (auto Err = hookUpFunction(DlFcn.dlerror, "dlerror")) in Create()618 static Error hookUpFunction(FunctionPtrTy &Fn, const char *Name) { in hookUpFunction() function in __anon266705120111::MachOPlatformSupport