Home | History | Annotate | Download | only in inc

Lines Matching full:load

40  * The function of the dynamic loader is to load a "module" containing 
71 #define DLOAD_BIGEND 0x2 /* require big-endian load module */
72 #define DLOAD_LITTLE 0x4 /* require little-endian load module */
95 * On a successful load, a module handle is placed in *mhandle, and zero is
97 * errors are reported during the load process using syms->Error_Report().
132 * On a successful load, a module handle is placed in *mhandle, and zero is
134 * errors are reported during the load process using syms->Error_Report().
269 * subsequent loads. Returning NULL will not cause the current load
344 LDR_ADDR load_addr; /* load address of the section */
425 * A class used by the dynamic loader to load data into a target. This class
426 * provides the interface-specific functions needed to load data.
508 * This function is called at the end of the dynamic load process
521 * Releases the connection to the load interface.
524 * This function is called at the end of the dynamic load process.