GDB (xrefs)
Loading...
Searching...
No Matches
Functions
x86-tdep.c File Reference
#include "defs.h"
#include "x86-tdep.h"
#include "symtab.h"

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)
 

Function Documentation

◆ x86_in_indirect_branch_thunk()

bool x86_in_indirect_branch_thunk ( CORE_ADDR pc,
const char *const * register_names,
int lo,
int hi )

◆ x86_is_thunk_register_name()

static bool x86_is_thunk_register_name ( const char * name,
const char *const * names,
int lo,
int hi )
static

Definition at line 29 of file x86-tdep.c.

References name.

Referenced by x86_in_indirect_branch_thunk().