Home
last modified time | relevance | path

Searched refs:UNW_AARCH64_V31 (Results 1 – 8 of 8) sorted by relevance

/third_party/libunwind/libunwind/src/aarch64/
Dis_fpreg.c31 return (regnum >= UNW_AARCH64_V0 && regnum <= UNW_AARCH64_V31); in unw_is_fpreg()
Dregname.c94 [UNW_AARCH64_V31] = "v31",
Dinit.h99 c->dwarf.loc[UNW_AARCH64_V31] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_V31); in common_init()
DGresume.c163 for (reg = 0; reg <= UNW_AARCH64_V31; ++reg) in establish_machine_state()
DGinit.c53 else if (reg >= UNW_AARCH64_V0 && reg <= UNW_AARCH64_V31) in uc_addr()
/third_party/libunwind/libunwind/include/tdep-aarch64/
Ddwarf-config.h37 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_AARCH64_V31) ? (reg) : 0)
/third_party/libunwind/libunwind/include/
Dlibunwind-aarch64.h158 UNW_AARCH64_V31, enumerator
/third_party/libunwind/libunwind/src/ptrace/
D_UPT_access_fpreg.c88 if ((unsigned) reg < UNW_AARCH64_V0 || (unsigned) reg > UNW_AARCH64_V31) in _UPT_access_fpreg()