Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/java-native-access/jna
/ findSymbol
Method
findSymbol
src/com/sun/jna/Native.java:2336–2336 ·
view source on GitHub ↗
(long handle, String name)
Source
from the content-addressed store, hash-verified
2334
static
native
void
close(long handle);
2335
2336
static
native long findSymbol(long handle, String name);
2337
2338
/*
2339
============================================================================
Callers
1
getSymbolAddress
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected