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_GetLibSize</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">EL_GetLibSize <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>typedef u32   ELDlld;</CODE><BR>
18  <BR>
19  <CODE>u32 EL_GetLibSize( ELDlld my_dlld );
20  </CODE>
21</DL>
22<H2>Arguments</H2>
23<TABLE border="1" width="100%">
24  <TBODY>
25    <TR>
26      <TD><EM><STRONG>my_dlld</STRONG></EM></TD>
27      <TD>Starting address of the dynamic module that will have its size queried.</TD>
28    </TR>
29  </TBODY>
30</TABLE>
31
32<H2>Return Values</H2>
33<P>
34Returns the dynamic module's size.
35</P>
36
37<H2>Description</H2>
38<P>
39Finds the size of a dynamic module that has been registered with the EL library.<BR>Note that this is <I>not</I> the size of the dynamic module (ELF file) <I>before</I> it was registered. This is the actual size of the dynamic module in memory when it is registered.
40</P>
41
42<H2>See Also</H2>
43<P><CODE><A href="EL_Link.html">EL_Link*</A></P>
44<H2>Revision History</H2>
45<P>
462008/07/11 Added <CODE>ELDlld</CODE>. <BR>2007/08/21 Initial version.</P>
47<hr><p>CONFIDENTIAL</p></body>
48</HTML>
49