
#include <twl/el.h>typedef u32 ELDlld;BOOL EL_IsResolved( ELDlld my_dlld);
| my_dlld | Dynamic module to be examined. |
Returns TRUE when there are no unresolved external references.
Returns FALSE when there are unresolved external references or the my_dlld argument is illegal.
Checks a dynamic module for unresolved external references.
For the my_dlld argument, give the return value from the EL_Link* function that was called to register the dynamic module with the EL library.
2008/07/11 Added ELDlld.
2007/08/21 Initial version.
CONFIDENTIAL