/* mdemo_static.exeS.c - symbol resolution table for `mdemo_static.exe' dlsym emulation. */ /* Generated by ltmain.sh (GNU libtool 1.1667.2.29 2004/10/14 14:13:38) 1.9e */ #ifdef __cplusplus extern "C" { #endif /* External symbol declarations for the compiler. */ extern int main(); extern int myfunc(); extern char myvar; extern int test_dl(); extern int test_dlself(); /* The mapping between symbol names and symbols. */ /* DATA imports from DLLs on WIN32 con't be const, because runtime relocations are performed -- see ld's documentation on pseudo-relocs. */ struct { const char *name; void *address; } lt__PROGRAM__LTX_preloaded_symbols[] = { { "@PROGRAM@", (void *) 0 }, {"@PROGRAM@", (void *) 0}, {"main", (void *) &main}, {"myfunc", (void *) &myfunc}, {"myvar", (void *) &myvar}, {"test_dl", (void *) &test_dl}, {"test_dlself", (void *) &test_dlself}, {0, (void *) 0} }; /* This works around a problem in FreeBSD linker */ #ifdef FREEBSD_WORKAROUND static const void *lt_preloaded_setup() { return lt__PROGRAM__LTX_preloaded_symbols; } #endif #ifdef __cplusplus } #endif