
#include <twl/el.h>typedef u32 ELDlld;u32 EL_GetLibSize( ELDlld my_dlld );
| my_dlld | Starting address of the dynamic module that will have its size queried. |
Returns the dynamic module's size.
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.
2008/07/11 Added ELDlld.
2007/08/21 Initial version.
CONFIDENTIAL