|
version 1.8, 2002/09/16 18:05:22
|
version 1.9, 2002/11/25 14:04:53
|
|
|
|
| Sun Microsystems, Inc. or its licensors is granted. | Sun Microsystems, Inc. or its licensors is granted. |
| | |
| */ | */ |
| /* $XFree86: xc/lib/X11/XlcDL.c,v 1.6 2002/06/03 21:50:32 dawes Exp $ */ |
/* $XFree86: xc/lib/X11/XlcDL.c,v 1.8 2002/09/16 18:05:22 eich Exp $ */ |
| | |
| #include <stdio.h> | #include <stdio.h> |
| #if defined(hpux) | #if defined(hpux) |
|
|
|
| int getsyms_cnt, i; | int getsyms_cnt, i; |
| struct shl_symbol *symbols; | struct shl_symbol *symbols; |
| #endif | #endif |
| |
|
| |
if (symbol == NULL) |
| |
return NULL; |
| | |
| #if defined(hpux) | #if defined(hpux) |
| getsyms_cnt = shl_getsymbols(object->dl_module, TYPE_PROCEDURE, | getsyms_cnt = shl_getsymbols(object->dl_module, TYPE_PROCEDURE, |