rebase_program

Rebase the whole program by 'delta' bytes delta - number of bytes to move the program flags - combination of MFS_... constants it is recommended to use MSF_FIXONCE so that the loader takes care of global variables it stored in the database returns: error code MOVE_SEGM_...

long rebase_program(long delta, long flags);

Last updated