1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>ELAdrEntry</title> 9<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">ELAdrEntry <img src="../image/TWL.gif" align="middle"></h1> 15<h2>Definition</h2> 16 17<dl> 18 <dd> 19 <PRE><CODE>#include <twl/el.h></CODE><BR> 20typedef struct { 21 void* next; 22 char* name; 23 void* adr; 24 u16 func_flag; 25 u16 thumb_flag; 26}ELAdrEntry; 27</PRE> 28 </dd> 29</dl> 30<h2>Description</h2> 31<P>This structure stores export symbol information.<BR>The <CODE>makelst</CODE> tool will generate a C file and export symbol information to it using this structure.<BR> <BR> 32</P> 33<TABLE border="1" width="100%"> 34 <TBODY> 35 <TR> 36 <TD width="13%"><EM><STRONG>next</STRONG></EM></TD> 37 <TD width="87%">The next address entry.</TD> 38 </TR> 39 <TR> 40 <TD width="13%"><EM><STRONG>name</STRONG></EM></TD> 41 <TD width="87%">Symbol name.</TD> 42 </TR> 43 <TR> 44 <TD width="13%"><EM><STRONG>adr</STRONG></EM></TD> 45 <TD width="87%">Symbol address.</TD> 46 </TR> 47 <TR> 48 <TD width="13%"><EM><STRONG>func_flag</STRONG></EM></TD> 49 <TD width="87%">A value of 0 indicates data and 1 indicates a function.</TD> 50 </TR> 51 <TR> 52 <TD width="13%"><EM><STRONG>thumb_flag</STRONG></EM></TD> 53 <TD width="87%">A value of 0 indicates an ARM code and 1 indicates a Thumb code.</TD> 54 </TR> 55 </TBODY> 56</TABLE> 57 58<H2>Revision History</H2> 59<P>2008/01/21 Initial version.</P> 60<hr><p>CONFIDENTIAL</p></body> 61</html> 62