GDB (xrefs)
Loading...
Searching...
No Matches
Macros | Variables
aarch64-fbsd-tdep.h File Reference
#include "regset.h"

Go to the source code of this file.

Macros

#define AARCH64_FBSD_SIZEOF_GREGSET   (34 * X_REGISTER_SIZE)
 
#define AARCH64_FBSD_SIZEOF_FPREGSET   (33 * V_REGISTER_SIZE)
 
#define AARCH64_FBSD_SIZEOF_TLSREGSET   (X_REGISTER_SIZE)
 

Variables

const struct regset aarch64_fbsd_gregset
 
const struct regset aarch64_fbsd_fpregset
 
const struct regset aarch64_fbsd_tls_regset
 

Macro Definition Documentation

◆ AARCH64_FBSD_SIZEOF_FPREGSET

#define AARCH64_FBSD_SIZEOF_FPREGSET   (33 * V_REGISTER_SIZE)

Definition at line 33 of file aarch64-fbsd-tdep.h.

Referenced by aarch64_fbsd_iterate_over_regset_sections().

◆ AARCH64_FBSD_SIZEOF_GREGSET

#define AARCH64_FBSD_SIZEOF_GREGSET   (34 * X_REGISTER_SIZE)

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

Referenced by aarch64_fbsd_iterate_over_regset_sections().

◆ AARCH64_FBSD_SIZEOF_TLSREGSET

#define AARCH64_FBSD_SIZEOF_TLSREGSET   (X_REGISTER_SIZE)

Definition at line 36 of file aarch64-fbsd-tdep.h.

Referenced by aarch64_fbsd_iterate_over_regset_sections().

Variable Documentation

◆ aarch64_fbsd_fpregset

const struct regset aarch64_fbsd_fpregset
extern

◆ aarch64_fbsd_gregset

const struct regset aarch64_fbsd_gregset
extern

◆ aarch64_fbsd_tls_regset

const struct regset aarch64_fbsd_tls_regset
extern