GDB (xrefs)
Classes | Defines | Functions | Variables
/home/stan/gdb/src/gdb/solist.h File Reference
#include "symtab.h"

Go to the source code of this file.

Classes

struct  so_list
struct  target_so_ops

Defines

#define SO_NAME_MAX_PATH_SIZE   512 /* FIXME: Should be dynamic */

Functions

void free_so (struct so_list *so)
struct so_listmaster_so_list (void)
char * solib_find (char *in_pathname, int *fd)
bfd * solib_bfd_fopen (char *pathname, int fd)
bfd * solib_bfd_open (char *in_pathname)
struct symbolsolib_global_lookup (const struct objfile *objfile, const char *name, const domain_enum domain)

Variables

struct target_so_opscurrent_target_so_ops

Define Documentation

#define SO_NAME_MAX_PATH_SIZE   512 /* FIXME: Should be dynamic */

Function Documentation

void free_so ( struct so_list so)
struct so_list* master_so_list ( void  ) [read]
bfd* solib_bfd_fopen ( char *  pathname,
int  fd 
)
bfd* solib_bfd_open ( char *  in_pathname)
char* solib_find ( char *  in_pathname,
int fd 
)
struct symbol* solib_global_lookup ( const struct objfile objfile,
const char *  name,
const domain_enum  domain 
) [read]

Definition at line 1391 of file solib.c.

References target_so_ops::lookup_lib_global_symbol, solib_ops(), and target_gdbarch().

Referenced by lookup_symbol_global().


Variable Documentation

Definition at line 90 of file solib.c.

Referenced by _initialize_osf_solib(), _initialize_solib_target(), and solib_init().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines