GDB (xrefs)
Macros | Functions
/tmp/gdb-8.1/gdb/aarch32-linux-nat.h File Reference

Go to the source code of this file.

Macros

#define VFP_REGS_SIZE   (32 * 8 + 4)
 

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)
 

Macro Definition Documentation

◆ VFP_REGS_SIZE

#define VFP_REGS_SIZE   (32 * 8 + 4)

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 
)