root / Whitix / branches / hybrid / user / linker / hash.h

Revision 9, 269 bytes (checked in by mwhitworth, 8 months ago)

Rework link_lib.c. Minor fixes in build system.

Line 
1#ifndef HASH_H
2#define HASH_H
3
4unsigned long DlElfHash(char* symName);
5unsigned long DlFindHash(char* symName);
6struct 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.