Modifier and Type | Interface and Description |
---|---|
public interface | CFunctionPointer
Base interface for all function pointers. |
public interface | CodePointer
Pointer to executable code. |
public interface | RelocatedPointer
A pointer which is relocated when the native image is loaded at runtime. |
Modifier and Type | Annotation and Description |
---|---|
public @interface | CEntryPoint
Annotates a method that is a VM entry point. |
public @interface | CFunction
Denotes a |
public @interface | CLibrary
Denotes an external library that needs to be linked in. The annotation can be placed on any element, and the same library can be referenced by multiple annotations. |
public @interface | CMacroInfo
Informational only. |
public @interface | InvokeCFunctionPointer
Annotation for an invocation method defined in a sub-interface of |
Modifier and Type | Class and Description |
---|---|
public class | CEntryPointLiteral<T extends CFunctionPointer>
A function pointer to an |