GDB (xrefs)
Macros | Functions | Variables
/tmp/gdb-8.1/gdb/arm-fbsd-tdep.h File Reference
#include "regset.h"

Go to the source code of this file.

Macros

#define ARM_FBSD_SIZEOF_GREGSET   (17 * 4)
 
#define ARM_FBSD_SIZEOF_VFPREGSET   (33 * 8)
 
#define HWCAP_VFP   0x00000040
 
#define HWCAP_NEON   0x00001000
 
#define HWCAP_VFPv3   0x00002000
 
#define HWCAP_VFPD32   0x00080000
 

Functions

const struct target_descarm_fbsd_read_description_auxv (struct target_ops *target)
 

Variables

const struct regset arm_fbsd_gregset
 
const struct regset arm_fbsd_vfpregset
 

Macro Definition Documentation

◆ ARM_FBSD_SIZEOF_GREGSET

#define ARM_FBSD_SIZEOF_GREGSET   (17 * 4)

Definition at line 24 of file arm-fbsd-tdep.h.

Referenced by arm_fbsd_iterate_over_regset_sections().

◆ ARM_FBSD_SIZEOF_VFPREGSET

#define ARM_FBSD_SIZEOF_VFPREGSET   (33 * 8)

Definition at line 28 of file arm-fbsd-tdep.h.

Referenced by arm_fbsd_iterate_over_regset_sections().

◆ HWCAP_NEON

#define HWCAP_NEON   0x00001000

◆ HWCAP_VFP

#define HWCAP_VFP   0x00000040

◆ HWCAP_VFPD32

#define HWCAP_VFPD32   0x00080000

Definition at line 37 of file arm-fbsd-tdep.h.

Referenced by arm_fbsd_read_description_auxv().

◆ HWCAP_VFPv3

#define HWCAP_VFPv3   0x00002000

Function Documentation

◆ arm_fbsd_read_description_auxv()

const struct target_desc* arm_fbsd_read_description_auxv ( struct target_ops target)

Variable Documentation

◆ arm_fbsd_gregset

const struct regset arm_fbsd_gregset

◆ arm_fbsd_vfpregset

const struct regset arm_fbsd_vfpregset