ELAdrEntry

Definition

#include <twl/el.h>
typedef struct { void* next; char* name; void* adr; u16 func_flag; u16 thumb_flag; }ELAdrEntry;

Description

This structure stores export symbol information.
The makelst tool will generate a C file and export symbol information to it using this structure.

next The next address entry.
name Symbol name.
adr Symbol address.
func_flag A value of 0 indicates data and 1 indicates a function.
thumb_flag A value of 0 indicates an ARM code and 1 indicates a Thumb code.

Revision History

2008/01/21 Initial version.


CONFIDENTIAL