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

Revision 7, 208 bytes (checked in by root, 9 months ago)

Rework build system, fix linker code.

Line 
1#ifndef RELOCATE_H
2#define RELOCATE_H
3
4#include "elf.h"
5
6int DlRelocate(struct ElfAuxEnt* auxEntries,char** argv);
7
8extern struct ElfResolve* loadedModules;
9extern struct ElfSymResolve* symbolTables;
10
11#endif
Note: See TracBrowser for help on using the browser.