GDB (xrefs)
Loading...
Searching...
No Matches
Macros | Functions | Variables
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_TLSREGSET   (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 (const gdb::optional< gdb::byte_vector > &auxv, target_ops *target, gdbarch *gdbarch, bool tls)
 
const struct target_descarm_fbsd_read_description_auxv (bool tls)
 

Variables

const struct regset arm_fbsd_gregset
 
const struct regset arm_fbsd_vfpregset
 
const struct regset arm_fbsd_tls_regset
 

Macro Definition Documentation

◆ ARM_FBSD_SIZEOF_GREGSET

#define ARM_FBSD_SIZEOF_GREGSET   (17 * 4)

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

Referenced by arm_fbsd_iterate_over_regset_sections().

◆ ARM_FBSD_SIZEOF_TLSREGSET

#define ARM_FBSD_SIZEOF_TLSREGSET   (4)

Definition at line 30 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 34 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 44 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() [1/2]

const struct target_desc * arm_fbsd_read_description_auxv ( bool tls)
extern

◆ arm_fbsd_read_description_auxv() [2/2]

const struct target_desc * arm_fbsd_read_description_auxv ( const gdb::optional< gdb::byte_vector > & auxv,
target_ops * target,
gdbarch * gdbarch,
bool tls )
extern

Variable Documentation

◆ arm_fbsd_gregset

const struct regset arm_fbsd_gregset
extern

◆ arm_fbsd_tls_regset

const struct regset arm_fbsd_tls_regset
extern

◆ arm_fbsd_vfpregset

const struct regset arm_fbsd_vfpregset
extern