GDB (API)
|
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_offsets * | svr4_ilp32_fetch_link_map_offsets (void) |
struct link_map_offsets * | svr4_lp64_fetch_link_map_offsets (void) |
int | svr4_in_dynsym_resolve_code (CORE_ADDR pc) |
Variables | |
struct target_so_ops | svr4_so_ops |
void set_solib_svr4_fetch_link_map_offsets | ( | struct gdbarch * | gdbarch, |
struct link_map_offsets *(*)(void) | func | ||
) |
Definition at line 2966 of file solib-svr4.c.
CORE_ADDR svr4_fetch_objfile_link_map | ( | struct objfile * | objfile | ) |
Definition at line 1490 of file solib-svr4.c.
struct link_map_offsets* svr4_ilp32_fetch_link_map_offsets | ( | void | ) | [read] |
Definition at line 3007 of file solib-svr4.c.
Definition at line 1535 of file solib-svr4.c.
struct link_map_offsets* svr4_lp64_fetch_link_map_offsets | ( | void | ) | [read] |
Definition at line 3038 of file solib-svr4.c.
struct target_so_ops svr4_so_ops |
Definition at line 3066 of file solib-svr4.c.