GDB (xrefs)
Loading...
Searching...
No Matches
Functions
rs6000-lynx178-tdep.c File Reference
#include "defs.h"
#include "osabi.h"
#include "regcache.h"
#include "gdbcore.h"
#include "gdbtypes.h"
#include "infcall.h"
#include "ppc-tdep.h"
#include "target-float.h"
#include "value.h"
#include "xcoffread.h"

Go to the source code of this file.

Functions

static CORE_ADDR rs6000_lynx178_push_dummy_call (struct gdbarch *gdbarch, struct value *function, struct regcache *regcache, CORE_ADDR bp_addr, int nargs, struct value **args, CORE_ADDR sp, function_call_return_method return_method, CORE_ADDR struct_addr)
 
static enum return_value_convention rs6000_lynx178_return_value (struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf)
 
static enum gdb_osabi rs6000_lynx178_osabi_sniffer (bfd *abfd)
 
static void rs6000_lynx178_init_osabi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
void _initialize_rs6000_lynx178_tdep ()
 

Function Documentation

◆ _initialize_rs6000_lynx178_tdep()

void _initialize_rs6000_lynx178_tdep ( )

◆ rs6000_lynx178_init_osabi()

static void rs6000_lynx178_init_osabi ( struct gdbarch_info  info,
struct gdbarch gdbarch 
)
static

◆ rs6000_lynx178_osabi_sniffer()

static enum gdb_osabi rs6000_lynx178_osabi_sniffer ( bfd *  abfd)
static

◆ rs6000_lynx178_push_dummy_call()

static CORE_ADDR rs6000_lynx178_push_dummy_call ( struct gdbarch gdbarch,
struct value function,
struct regcache regcache,
CORE_ADDR  bp_addr,
int  nargs,
struct value **  args,
CORE_ADDR  sp,
function_call_return_method  return_method,
CORE_ADDR  struct_addr 
)
static

◆ rs6000_lynx178_return_value()

static enum return_value_convention rs6000_lynx178_return_value ( struct gdbarch gdbarch,
struct value function,
struct type valtype,
struct regcache regcache,
gdb_byte *  readbuf,
const gdb_byte *  writebuf 
)
static