EL_AddStaticSym

Syntax

#include <twl/el.h>

void EL_AddStaticSym( void);

Arguments

None.

Return Values

None.

Description

Adds symbol information in a static module to the address table.
This function is defined as a weak symbol in the EL library and will be overridden by a definition of the same name in the file generated by the makelst tool. This function simply calls the EL_Export function internally for each symbol.

See Also

EL_Link*, EL_Export

Revision History

2007/08/21 Initial version.


CONFIDENTIAL