 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Bottom of page |
|
LS_ForceSymbolResolution(9u)
NAME
LS_ForceSymbolResolution - Graphics: Forces all symbols for a library to be
resolved
SYNOPSIS
LS_Status LS_ForceSymbolResolution(
);
ARGUMENTS
None
DESCRIPTION
The LS_ForceSymbolResolution routine forces all symbols for a loaded
library to be resolved by opening the server library and all libraries that
depend upon it. It calls the dlopen function with the RTLD_NOW mode so
that the loader resolves all symbolic references in those libraries.
RETURN VALUE
On success, the LS_ForceSymbolResolution routine returns LS_Success. If an
error occurs, it returns LS_Failure.
SEE ALSO
Loadable Services Routines: LS_GetSymbol(9u), LS_GetSymbolInLibrary(9u)
 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Top of page |
|