GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/gdb-dlfcn.h File Reference

Go to the source code of this file.

Functions

void * gdb_dlopen (const char *filename)
 
void * gdb_dlsym (void *handle, const char *symbol)
 
struct cleanupmake_cleanup_dlclose (void *handle)
 
int gdb_dlclose (void *handle)
 
int is_dl_available (void)
 

Function Documentation

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.

References _, and error().

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().