GDB (xrefs)
Classes | Functions | Variables
/tmp/gdb-7.10/gdb/solib-svr4.h File Reference

Go to the source code of this file.

Classes

struct  link_map_offsets
 

Functions

void set_solib_svr4_fetch_link_map_offsets (struct gdbarch *gdbarch, struct link_map_offsets *(*func)(void))
 
CORE_ADDR svr4_fetch_objfile_link_map (struct objfile *objfile)
 
struct link_map_offsetssvr4_ilp32_fetch_link_map_offsets (void)
 
struct link_map_offsetssvr4_lp64_fetch_link_map_offsets (void)
 
int svr4_in_dynsym_resolve_code (CORE_ADDR pc)
 

Variables

struct target_so_ops svr4_so_ops
 

Function Documentation

void set_solib_svr4_fetch_link_map_offsets ( struct gdbarch gdbarch,
struct link_map_offsets *(*)(void)  func 
)
CORE_ADDR svr4_fetch_objfile_link_map ( struct objfile objfile)
struct link_map_offsets* svr4_ilp32_fetch_link_map_offsets ( void  )
int svr4_in_dynsym_resolve_code ( CORE_ADDR  pc)
struct link_map_offsets* svr4_lp64_fetch_link_map_offsets ( void  )

Variable Documentation

struct target_so_ops svr4_so_ops