 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Bottom of page |
|
LS_GetSymbolInLibrary(9u)
NAME
LS_GetSymbolInLibrary - Xdec: Returns the address of a symbol in the name
space of a library
SYNOPSIS
void *LS_GetSymbolInLibrary(
char *symbolName,
LS_LibraryReq *libraries,
int index );
ARGUMENTS
symbolName
Specifies the name of the symbol in the library name space.
DESCRIPTION
The Loadable Services (LS_) routines are defined by the Xdec Loadable
server in ./Xserver/loadable/loadable.c. The Xdec Loadable server
functionality is provided by Compaq's Tru64 UNIX Xserver and is not part of
the X.Org distribution. The LS_ routines are used for manipulating
information about Xserver ddx shared libraries and extension shared
libraries, defined in loadable.c or the Xserver configuration file.
/var/X11/Xserver.conf.
The LS_GetSymbolInLibrary routine finds the symbol in the library name
space and returns a pointer to its address.
RETURN VALUE
The LS_GetSymbolInLibrary routine returns the address of the symbol, or a
NULL pointer if the symbol is not found.
SEE ALSO
Loadable Services Routines: LS_ForceSymbolResolution(9u), LS_GetSymbol(9u)
 |
Index for Section 9 |
|
 |
Alphabetical listing for L |
|
 |
Top of page |
|