GDB (xrefs)
Loading...
Searching...
No Matches
Functions
aarch32-linux-nat.c File Reference
#include "defs.h"
#include "regcache.h"
#include "arm-tdep.h"
#include "arm-linux-tdep.h"
#include "arch/arm-linux.h"
#include "aarch32-linux-nat.h"

Go to the source code of this file.

Functions

void aarch32_gp_regcache_supply (struct regcache *regcache, uint32_t *regs, int arm_apcs_32)
 
void aarch32_gp_regcache_collect (const struct regcache *regcache, uint32_t *regs, int arm_apcs_32)
 
void aarch32_vfp_regcache_supply (struct regcache *regcache, gdb_byte *regs, const int vfp_register_count)
 
void aarch32_vfp_regcache_collect (const struct regcache *regcache, gdb_byte *regs, const int vfp_register_count)
 

Function Documentation

◆ aarch32_gp_regcache_collect()

void aarch32_gp_regcache_collect ( const struct regcache * regcache,
uint32_t * regs,
int arm_apcs_32 )

◆ aarch32_gp_regcache_supply()

void aarch32_gp_regcache_supply ( struct regcache * regcache,
uint32_t * regs,
int arm_apcs_32 )

◆ aarch32_vfp_regcache_collect()

void aarch32_vfp_regcache_collect ( const struct regcache * regcache,
gdb_byte * regs,
const int vfp_register_count )

◆ aarch32_vfp_regcache_supply()

void aarch32_vfp_regcache_supply ( struct regcache * regcache,
gdb_byte * regs,
const int vfp_register_count )