root / Whitix / branches / hybrid / user / linker / relocate.h
| Revision 7, 208 bytes (checked in by root, 9 months ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef RELOCATE_H |
| 2 | #define RELOCATE_H |
| 3 | |
| 4 | #include "elf.h" |
| 5 | |
| 6 | int DlRelocate(struct ElfAuxEnt* auxEntries,char** argv); |
| 7 | |
| 8 | extern struct ElfResolve* loadedModules; |
| 9 | extern struct ElfSymResolve* symbolTables; |
| 10 | |
| 11 | #endif |
Note: See TracBrowser
for help on using the browser.
