| Modifier and Type | Class and Description |
|---|---|
| public static class | |
| public static class | |
| private static class | |
| public static class |
| Modifier and Type | Field and Description |
|---|---|
| private final Library | |
| public final String | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| pack-priv |
| Modifier and Type | Method and Description |
|---|---|
| public final PyObject | |
| public final PyObject | |
| public final PyObject | |
| private long |
| lib | back to summary |
|---|---|
| private final Library lib | |
| name | back to summary |
|---|---|
| public final String name
| |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| DynamicLibrary | back to summary |
|---|---|
| pack-priv DynamicLibrary(String libname, int mode) | |
| find_function | back to summary |
|---|---|
public final PyObject find_function(PyObject name)
| |
| find_symbol | back to summary |
|---|---|
public final PyObject find_symbol(PyObject name)
| |
| find_variable | back to summary |
|---|---|
public final PyObject find_variable(PyObject name)
| |
| findSymbol | back to summary |
|---|---|
| private long findSymbol(PyObject name) | |
| Access | Constructor and Description |
|---|---|
| public |
| DataSymbol | back to summary |
|---|---|
| public DataSymbol(DynamicLibrary lib, String name, long address) | |
| Modifier and Type | Field and Description |
|---|---|
| pack-priv final DynamicLibrary | |
| pack-priv final DirectMemory | |
| public final String | |
| public static final PyType |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public final DirectMemory |
| library | back to summary |
|---|---|
| pack-priv final DynamicLibrary library | |
| memory | back to summary |
|---|---|
| pack-priv final DirectMemory memory | |
| name | back to summary |
|---|---|
| public final String name
| |
| TYPE | back to summary |
|---|---|
| public static final PyType TYPE | |
| Symbol | back to summary |
|---|---|
| public Symbol(DynamicLibrary library, String name, DirectMemory memory) | |
| getMemory | back to summary |
|---|---|
| public final DirectMemory getMemory() Implements org. | |
| Modifier and Type | Field and Description |
|---|---|
| private final DynamicLibrary |
| Access | Constructor and Description |
|---|---|
| public |
| library | back to summary |
|---|---|
| private final DynamicLibrary library | |
| SymbolMemory | back to summary |
|---|---|
| public SymbolMemory(DynamicLibrary library, long address) | |
| Access | Constructor and Description |
|---|---|
| public |
| TextSymbol | back to summary |
|---|---|
| public TextSymbol(DynamicLibrary lib, String name, long address) | |