From c9cbeced5b3f2bdd7407e29c0811e65954132540 Mon Sep 17 00:00:00 2001 From: Root THC Date: Tue, 24 Feb 2026 12:42:47 +0000 Subject: initial --- .../Kermit/doc/API_doc/html/classSymbolTable.html | 220 +++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 other/Kermit/doc/API_doc/html/classSymbolTable.html (limited to 'other/Kermit/doc/API_doc/html/classSymbolTable.html') diff --git a/other/Kermit/doc/API_doc/html/classSymbolTable.html b/other/Kermit/doc/API_doc/html/classSymbolTable.html new file mode 100644 index 0000000..3acabae --- /dev/null +++ b/other/Kermit/doc/API_doc/html/classSymbolTable.html @@ -0,0 +1,220 @@ + +
+
+#include <SymbolTable.hpp>
+
Public Methods | |
| + | SymbolTable () |
| Construct a SymbolTable object and load configuration from default files. | |
| SymbolTable (string res, string sys) | |
| Construct a SymbolTable object and load configuration from defined files. More... | |
| + | SymbolTable (rwKernel *) |
| Construct a SymbolTable object and use the referenced rwKernel object in all member attributes and methods. | |
| + | ~SymbolTable () |
| Foo. | |
| void | setSaveFile (string) |
| Define the file written to on saveCache (). More... | |
| unsigned int | getSymbol (string) |
| get the address of a known symbol. More... | |
| bool | findSymbol (string) |
| Find a symbol. More... | |
| +void | addSymbolToCache (string, unsigned int) |
| add a symbol, address pair to the cache. | |
| +void | clearCache () |
| flush the address cache. | |
| +bool | saveCache () |
| save the cache to a file (human readable, System.map style). | |
Public Attributes | |
| +zzSymList | symList |
| List of name, address pairs. | |
+
+
+
|
+ |||||||||||||||
| + + | +
+
+ +Construct a SymbolTable object and load configuration from defined files. + +
|
+
+
+
|
+
| + + | +
+
+ +Find a symbol. + +This will try all available methods to find a symbol and cache the address, name pair (zero if search was not successfull).
|
+
+
+
|
+
| + + | +
+
+ +get the address of a known symbol. + +
|
+
+
+
|
+
| + + | +
+
+ +Define the file written to on saveCache (). + +
|
+
1.2.9.1 written by Dimitri van Heesch,
+ © 1997-2001
+
+
--
cgit v1.3