[Overview][Procedures and functions] Reference for unit 'dxeload' (#rtl)

dxe_load

Load DXE file in memory

Declaration

Source position: dxeload.pp line 22

function dxe_load(

  filename: String

):pointer;

Description

dxe_loadloads the contents of the file filenameinto 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 emu387unit in the RTL.

Errors

If an error occurs during the load or relocations, Nilis returned.