1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>EL_AddStaticSym</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">EL_AddStaticSym <img src="../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14 <DD> 15 <CODE>#include <twl/el.h></CODE><BR> 16 <BR> 17 <CODE>void EL_AddStaticSym( void); 18 </CODE> 19</DL> 20<H2>Arguments</H2> 21<P> 22None. 23</P> 24 25<H2>Return Values</H2> 26<P> 27None. 28</P> 29 30<H2>Description</H2> 31<P> 32Adds symbol information in a static module to the address table.<BR>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 <CODE>makelst</CODE> tool. This function simply calls the <CODE><A href="EL_Export.html">EL_Export</A></CODE> function internally for each symbol. 33</P> 34 35<H2>See Also</H2> 36<P><CODE><A href="EL_Link.html">EL_Link*</A></CODE>, <CODE><A href="EL_Export.html">EL_Export</A></CODE></P> 37<H2>Revision History</H2> 38<P>2007/08/21 Initial version.</P> 39<hr><p>CONFIDENTIAL</p></body> 40</HTML> 41