Load DXE file in memory.
Source position: dxeload.pp line 24
function dxe_load(  | 
filename: string  | 
):pointer;  | 
dxe_load loads the contents of the file filename into memory. It performs the necessary relocations in the object code, and returns then a pointer to the entry point of the code.
For an example, see the emu387 unit in the RTL.
If an error occurs during the load or relocations, Nil is returned.