|
GDB (xrefs)
|
#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_desc * | arm_fbsd_read_description_auxv (struct target_ops *target) |
Variables | |
| const struct regset | arm_fbsd_gregset |
| const struct regset | arm_fbsd_vfpregset |
| #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().
| #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().
| #define HWCAP_NEON 0x00001000 |
Definition at line 35 of file arm-fbsd-tdep.h.
Referenced by arm_fbsd_read_description_auxv(), arm_linux_core_read_description(), and arm_linux_read_description().
| #define HWCAP_VFP 0x00000040 |
Definition at line 34 of file arm-fbsd-tdep.h.
Referenced by arm_fbsd_read_description_auxv(), arm_linux_core_read_description(), and arm_linux_read_description().
| #define HWCAP_VFPD32 0x00080000 |
Definition at line 37 of file arm-fbsd-tdep.h.
Referenced by arm_fbsd_read_description_auxv().
| #define HWCAP_VFPv3 0x00002000 |
Definition at line 36 of file arm-fbsd-tdep.h.
Referenced by arm_fbsd_read_description_auxv(), arm_linux_core_read_description(), and arm_linux_read_description().
| const struct target_desc* arm_fbsd_read_description_auxv | ( | struct target_ops * | target | ) |
Definition at line 192 of file arm-fbsd-tdep.c.
References HWCAP_NEON, HWCAP_VFP, HWCAP_VFPD32, HWCAP_VFPv3, target_auxv_search(), tdesc_arm_with_neon, tdesc_arm_with_vfpv2, and tdesc_arm_with_vfpv3.
Referenced by arm_fbsd_core_read_description(), and arm_fbsd_read_description().
| const struct regset arm_fbsd_gregset |
Definition at line 156 of file arm-fbsd-tdep.c.
Referenced by arm_fbsd_fetch_inferior_registers(), arm_fbsd_iterate_over_regset_sections(), and arm_fbsd_store_inferior_registers().
| const struct regset arm_fbsd_vfpregset |
Definition at line 162 of file arm-fbsd-tdep.c.
Referenced by arm_fbsd_fetch_inferior_registers(), arm_fbsd_iterate_over_regset_sections(), and arm_fbsd_store_inferior_registers().
1.8.14