GDB (xrefs)
|
Go to the source code of this file.
Functions | |
void * | gdb_dlopen (const char *filename) |
void * | gdb_dlsym (void *handle, const char *symbol) |
int | gdb_dlclose (void *handle) |
static void | do_dlclose_cleanup (void *handle) |
struct cleanup * | make_cleanup_dlclose (void *handle) |
int | is_dl_available (void) |
|
static |
Definition at line 120 of file gdb-dlfcn.c.
References gdb_dlclose().
Referenced by make_cleanup_dlclose().
int gdb_dlclose | ( | void * | handle | ) |
Definition at line 110 of file gdb-dlfcn.c.
References int.
Referenced by do_dlclose_cleanup(), and jit_reader_unload_command().
void* gdb_dlopen | ( | const char * | filename | ) |
Definition at line 68 of file gdb-dlfcn.c.
Referenced by jit_reader_load(), and load_libcc().
void* gdb_dlsym | ( | void * | handle, |
const char * | symbol | ||
) |
Definition at line 100 of file gdb-dlfcn.c.
Referenced by jit_reader_load(), and load_libcc().
int is_dl_available | ( | void | ) |
Definition at line 132 of file gdb-dlfcn.c.
Referenced by _initialize_jit().
struct cleanup* make_cleanup_dlclose | ( | void * | handle | ) |
Definition at line 126 of file gdb-dlfcn.c.
References do_dlclose_cleanup(), and make_cleanup().
Referenced by jit_reader_load().