factor/native/relocate.h

11 lines
238 B
C

/* relocation base of currently loaded image */
CELL relocation_base;
/* used as a temporary variable while relocating */
CELL relocating;
void fixup(CELL* cell);
void relocate_object();
void relocate_next(void);
void relocate(CELL r);