Home
last modified time | relevance | path

Searched refs:dllName (Results 101 – 125 of 588) sorted by relevance

12345678910>>...24

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/COFF/
H A DDLL.cpp103 explicit ImportDirectoryChunk(Chunk *n) : dllName(n) {} in ImportDirectoryChunk()
111 e->NameRVA = dllName->getRVA(); in writeTo()
115 Chunk *dllName; member in lld::coff::__anon916046ed0111::ImportDirectoryChunk
166 explicit DelayDirectoryChunk(Chunk *n) : dllName(n) {} in DelayDirectoryChunk()
177 e->Name = dllName->getRVA(); in writeTo()
183 Chunk *dllName; member in lld::coff::__anon916046ed0111::DelayDirectoryChunk
482 : maxOrdinal(i), nameTabSize(j), dllName(d), addressTab(a), nameTab(n), in ExportDirectoryChunk()
493 e->NameRVA = dllName->getRVA(); in writeTo()
504 Chunk *dllName; member in lld::coff::__anon916046ed0111::ExportDirectoryChunk
732 auto *dir = make<ExportDirectoryChunk>(maxOrdinal, names.size(), dllName, in EdataContents()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/COFF/
H A DDLL.cpp104 explicit ImportDirectoryChunk(Chunk *n) : dllName(n) {} in ImportDirectoryChunk()
112 e->NameRVA = dllName->getRVA(); in writeTo()
116 Chunk *dllName; member in lld::coff::__anonc0f858cf0111::ImportDirectoryChunk
166 explicit DelayDirectoryChunk(Chunk *n) : dllName(n) {} in DelayDirectoryChunk()
177 e->Name = dllName->getRVA(); in writeTo()
183 Chunk *dllName; member in lld::coff::__anonc0f858cf0111::DelayDirectoryChunk
482 : maxOrdinal(i), nameTabSize(j), dllName(d), addressTab(a), nameTab(n), in ExportDirectoryChunk()
493 e->NameRVA = dllName->getRVA(); in writeTo()
504 Chunk *dllName; member in lld::coff::__anonc0f858cf0111::ExportDirectoryChunk
743 auto *dir = make<ExportDirectoryChunk>(maxOrdinal, names.size(), dllName, in EdataContents()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/COFF/
H A DDLL.cpp104 explicit ImportDirectoryChunk(Chunk *n) : dllName(n) {} in setOutputSectionIdx()
112 e->NameRVA = dllName->getRVA(); in setOutputSectionIdx()
116 Chunk *dllName; in setOutputSectionIdx()
166 explicit DelayDirectoryChunk(Chunk *n) : dllName(n) {} in getSectionName()
177 e->Name = dllName->getRVA(); in getSectionName()
183 Chunk *dllName; in getSectionName()
482 : maxOrdinal(i), nameTabSize(j), dllName(d), addressTab(a), nameTab(n), in ImportThunkChunk()
493 e->NameRVA = dllName->getRVA(); in ImportThunkChunk()
504 Chunk *dllName; in ImportThunkChunk()
743 auto *dir = make<ExportDirectoryChunk>(maxOrdinal, names.size(), dllName,
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/tbb-2018_U2/src/tbbmalloc/
H A Dproxy.cpp584 bool BytecodesAreKnown(const unicode_char_t *dllName) in BytecodesAreKnown() argument
587 HMODULE module = GetModuleHandle(dllName); in BytecodesAreKnown()
594 ": unknown prologue for function " WCHAR_SPEC "\n", dllName, funcName[i]); in BytecodesAreKnown()
600 void SkipReplacement(const unicode_char_t *dllName) in SkipReplacement() argument
603 const char *dllStr = dllName; in SkipReplacement()
611 errno_t ret = wcstombs_s(&real_sz, dllStr, sz, dllName, sz-1); in SkipReplacement()
622 void ReplaceFunctionWithStore( const unicode_char_t *dllName, const char *funcName, FUNCPTR newFunc… in ReplaceFunctionWithStore() argument
624 FRR_TYPE res = ReplaceFunction( dllName, funcName, newFunc, opcodes, origFunc ); in ReplaceFunctionWithStore()
630 res==FRR_NOFUNC? "find" : "replace", funcName, dllName); in ReplaceFunctionWithStore()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/win32/
H A Dwin_dll.h24 BOOL Init3DDriver (LPCSTR dllName);
29 BOOL Init3DSDriver(LPCSTR dllName);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Runtime.Base/src/System/Runtime/
H A DRuntimeImportAttribute.cs18 public RuntimeImportAttribute(string dllName, string entry) in RuntimeImportAttribute() argument
21 DllName = dllName; in RuntimeImportAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/
H A DRuntimeImportAttribute.cs19 public RuntimeImportAttribute(string dllName, string entry) in RuntimeImportAttribute() argument
22 DllName = dllName; in RuntimeImportAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Runtime/InteropServices/
H A DDllImportAttribute.cs10 public DllImportAttribute(string dllName) in DllImportAttribute() argument
12 Value = dllName; in DllImportAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Runtime/InteropServices/
H A DDllImportAttribute.cs10 public DllImportAttribute(string dllName) in DllImportAttribute() argument
12 Value = dllName; in DllImportAttribute()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.c198 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
207 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
210 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/security/pkcs11/
H A Dj2secmod.c198 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
207 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
210 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/COFF/
H A DDLL.cpp105 explicit ImportDirectoryChunk(Chunk *n) : dllName(n) {} in ImportDirectoryChunk()
113 e->NameRVA = dllName->getRVA(); in writeTo()
117 Chunk *dllName; member in lld::coff::__anonb68438cd0111::ImportDirectoryChunk
167 explicit DelayDirectoryChunk(Chunk *n) : dllName(n) {} in DelayDirectoryChunk()
178 e->Name = dllName->getRVA(); in writeTo()
184 Chunk *dllName; member in lld::coff::__anonb68438cd0111::DelayDirectoryChunk
483 : maxOrdinal(i), nameTabSize(j), dllName(d), addressTab(a), nameTab(n), in ExportDirectoryChunk()
494 e->NameRVA = dllName->getRVA(); in writeTo()
505 Chunk *dllName; member in lld::coff::__anonb68438cd0111::ExportDirectoryChunk
744 auto *dir = make<ExportDirectoryChunk>(maxOrdinal, names.size(), dllName, in EdataContents()
[all …]
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/common/TestRunner/
H A Dtest_module_loader.h28 unsigned long load(const std::string& dllName);
31 UnitTest::TestList& get_test_list(const std::string& dllName);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c215 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
224 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
227 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c216 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
225 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
228 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c216 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
225 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
228 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c215 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
224 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
227 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c215 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
224 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
227 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c216 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
225 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
228 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c216 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
225 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
228 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.crypto.cryptoki/share/native/libj2pkcs11/
H A Dj2secmod.c216 dprintf1("-dllname: %s\n", (module->dllName != NULL) ? module->dllName : "NULL"); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
225 if (module->dllName == NULL) { in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
228 jDllName = (*env)->NewStringUTF(env, module->dllName); in Java_sun_security_pkcs11_Secmod_nssGetModuleList()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DBsdVtblAccess.java40 for (String dllName : dllNames) { in BsdVtblAccess()
41 if (symbolLookup.lookup(dllName, vtJavaThread) != null) { in BsdVtblAccess()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DBsdVtblAccess.java40 for (String dllName : dllNames) { in BsdVtblAccess()
41 if (symbolLookup.lookup(dllName, vtJavaThread) != null) { in BsdVtblAccess()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DBsdVtblAccess.java40 for (String dllName : dllNames) { in BsdVtblAccess()
41 if (symbolLookup.lookup(dllName, vtJavaThread) != null) { in BsdVtblAccess()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DBsdVtblAccess.java40 for (String dllName : dllNames) { in BsdVtblAccess()
41 if (symbolLookup.lookup(dllName, vtJavaThread) != null) { in BsdVtblAccess()

12345678910>>...24