|
GDB (xrefs)
|
Go to the source code of this file.
Functions | |
| gdb_dlhandle_up | gdb_dlopen (const char *filename) |
| void * | gdb_dlsym (const gdb_dlhandle_up &handle, const char *symbol) |
| int | is_dl_available (void) |
| gdb_dlhandle_up gdb_dlopen | ( | const char * | filename | ) |
Definition at line 61 of file gdb-dlfcn.c.
Referenced by jit_reader_load(), and load_libcc().
| void* gdb_dlsym | ( | const gdb_dlhandle_up & | handle, |
| const char * | symbol | ||
| ) |
Definition at line 93 of file gdb-dlfcn.c.
References symbol.
Referenced by jit_reader_load(), and load_libcc().
| int is_dl_available | ( | void | ) |
Definition at line 113 of file gdb-dlfcn.c.
Referenced by _initialize_jit().
1.8.14