loadobj.h| Functions | |
| Loads the object file into the current executable. | |
| Loads the symbols from the executable program. | |
| Looks up the function in the symbol table and returns a pointer to the code. | |
void loadObject(string pathname);
Usage:
loadObject(pathname);
void loadSymbols(string progname);
Usage:
loadSymbols(progname);
proc findFunction(string fnname);
Usage:
fn = findFunction(fnname);