Low-level load routine
Source position: amigados.pas line 2327
function InternalLoadSeg( |
Fh: Pointer; |
Table: Pointer; |
const FuncArray: PLongInt; |
var Stack: LongInt |
):Pointer; |
Fh |
|
Filehandle to load from |
Table |
|
ignored |
FuncArray |
|
array of functions to be used for read, seek, alloc and free |
Stack |
|
pointer to storage for stacksize. (currently ignored) |
Pointer to loaded Seglist or nil in case of failure.
Loads from fh. Functionarray is a pointer to an array of functions.
This function really only tries to load the different file formats aos, elf and aout.
|
Scatterload a loadable file into memory |
|
|
Unload a seglist previously loaded by LoadSeg() |
|
|
Improved version of LoadSeg for stacksizes |
|
|
Unloads a seglist loaded with InternalLoadSeg() |