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_ResolveAll</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">EL_ResolveAll <img src="../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <CODE>#include &lt;twl/el.h&gt;</CODE><BR>
16  <BR>
17  <CODE>u16 EL_ResolveAll( void );
18  </CODE>
19</DL>
20<H2>Arguments</H2>
21<P>
22None.
23</P>
24
25<H2>Return Values</H2>
26<P>
27Returns <CODE>EL_RELOCATED</CODE> if all of a dynamic module's unresolved symbols were successfully resolved.<BR>Returns <CODE>EL_FAILED</CODE> if any of the symbols failed to be resolved.
28</P>
29
30<H2>Description</H2>
31<P>
32Uses the address table to resolve unresolved symbols.<BR>Call the <CODE><A href="EL_AddStaticSym.html">EL_AddStaticSym</A></CODE> function, included in the source generated by the <CODE>makelst</CODE> tool, to add static symbol information to the address table. Symbol information for other dynamic modules will automatically be added to the address table when those modules are added to the EL library using the <CODE><A href="EL_Link.html">EL_Link*</A></CODE> functions. Consequently, call this function after all dynamic modules used by the application have been added with the <CODE><A href="EL_Link.html">EL_Link*</A></CODE> functions and the <CODE><A href="EL_AddStaticSym.html">EL_AddStaticSym</A></CODE> function has been called.
33</P>
34
35<H2>See Also</H2>
36<P><CODE><A href="EL_AddStaticSym.html">EL_AddStaticSym</A></CODE>, <CODE><A href="EL_Link.html">EL_Link*</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