Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages

L

libraryLookup(String, MemorySession) - Static method in interface java.lang.foreign.SymbolLookupPREVIEW
Loads a library with the given name (if not already loaded) and creates a symbol lookup for symbols in that library.
libraryLookup(Path, MemorySession) - Static method in interface java.lang.foreign.SymbolLookupPREVIEW
Loads a library from the given path (if not already loaded) and creates a symbol lookup for symbols in that library.
LinkerPREVIEW - Interface in java.lang.foreign
A linker provides access to foreign functions from Java code, and access to Java code from foreign functions.
load() - Method in interface java.lang.foreign.MemorySegmentPREVIEW
Loads the contents of this mapped segment into physical memory.
loaderLookup() - Static method in interface java.lang.foreign.SymbolLookupPREVIEW
Returns a symbol lookup for symbols in the libraries associated with the caller's class loader.
lookup(String) - Method in interface java.lang.foreign.SymbolLookupPREVIEW
Returns the address of the symbol with the given name.
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages