Home
last modified time | relevance | path

Searched refs:UNW_AARCH64_V0 (Results 1 – 6 of 6) sorted by relevance

/third_party/libunwind/libunwind/src/aarch64/
DGinit.c51 if (reg >= UNW_AARCH64_X0 && reg < UNW_AARCH64_V0) in uc_addr()
53 else if (reg >= UNW_AARCH64_V0 && reg <= UNW_AARCH64_V31) in uc_addr()
54 return &GET_FPCTX(uc)->vregs[reg - UNW_AARCH64_V0]; in uc_addr()
Dinit.h68 c->dwarf.loc[UNW_AARCH64_V0] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_V0); in common_init()
101 for (i = UNW_AARCH64_PSTATE + 1; i < UNW_AARCH64_V0; ++i) in common_init()
Dis_fpreg.c31 return (regnum >= UNW_AARCH64_V0 && regnum <= UNW_AARCH64_V31); in unw_is_fpreg()
Dregname.c63 [UNW_AARCH64_V0] = "v0",
/third_party/libunwind/libunwind/include/
Dlibunwind-aarch64.h127 UNW_AARCH64_V0 = 64, 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()