GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static bool | x86_is_thunk_register_name (const char *name, const char *const *names, int lo, int hi) |
bool | x86_in_indirect_branch_thunk (CORE_ADDR pc, const char *const *register_names, int lo, int hi) |
bool x86_in_indirect_branch_thunk | ( | CORE_ADDR | pc, |
const char *const * | register_names, | ||
int | lo, | ||
int | hi ) |
Definition at line 43 of file x86-tdep.c.
References general_symbol_info::linkage_name(), lookup_minimal_symbol_by_pc(), bound_minimal_symbol::minsym, name, and x86_is_thunk_register_name().
Referenced by amd64_in_indirect_branch_thunk(), and i386_in_indirect_branch_thunk().
|
static |
Definition at line 29 of file x86-tdep.c.
References name.
Referenced by x86_in_indirect_branch_thunk().