Lines Matching defs:JDS

515   auto &JDS = JDStates[Header];  in registerJITDylib()  local
578 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in registerObjectSymbolTable() local
599 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in deregisterObjectSymbolTable() local
627 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in registerObjectPlatformSections() local
704 auto *JDS = getJITDylibStateByHeader(HeaderAddr.toPtr<void *>()); in deregisterObjectPlatformSections() local
811 auto *JDS = getJITDylibStateByHeader(DSOHandle); in dlsym() local
839 auto *JDS = getJITDylibStateByHeader(DSOHandle); in registerAtExit() local
853 std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) { in runAtExits()
869 auto *JDS = getJITDylibStateByHeader(DSOHandle); in runAtExits() local
912 JITDylibState &JDS, span<std::pair<std::string_view, bool>> Symbols) { in requestPushSymbols()
925 JITDylibState &JDS, std::unique_lock<std::mutex> &JDStatesLock, in lookupSymbols()
1062 JITDylibState &JDS) { in registerObjCRegistrationObjects()
1089 std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) { in runModInits()
1114 auto *JDS = getJITDylibStateByName(Path); in dlopenImpl() local
1136 std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) { in dlopenFull()
1169 std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS, in dlopenInitialize()
1243 auto *JDS = getJITDylibStateByHeader(DSOHandle); in dlcloseImpl() local
1261 std::unique_lock<std::mutex> &JDStatesLock, JITDylibState &JDS) { in dlcloseDeinitialize()