root / Whitix / branches / hybrid / user / linker / hash.h
| Revision 9, 269 bytes (checked in by mwhitworth, 8 months ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef HASH_H |
| 2 | #define HASH_H |
| 3 | |
| 4 | unsigned long DlElfHash(char* symName); |
| 5 | unsigned long DlFindHash(char* symName); |
| 6 | struct ElfResolve* DlAddHashTable(const char* libName,unsigned long loadAddr,unsigned long* dynEntries,unsigned long dynAddr,unsigned long dynSize); |
| 7 | |
| 8 | #endif |
Note: See TracBrowser
for help on using the browser.
