EL_GetLibSize

Syntax

#include <twl/el.h>

typedef u32 ELDlld;

u32 EL_GetLibSize( ELDlld my_dlld );

Arguments

my_dlld Starting address of the dynamic module that will have its size queried.

Return Values

Returns the dynamic module's size.

Description

Finds the size of a dynamic module that has been registered with the EL library.
Note that this is not the size of the dynamic module (ELF file) before it was registered. This is the actual size of the dynamic module in memory when it is registered.

See Also

EL_Link*

Revision History

2008/07/11 Added ELDlld.
2007/08/21 Initial version.


CONFIDENTIAL