HomeSort by relevance Sort by last modified time
    Searched refs:UNW_AARCH64_V31 (Results 1 - 6 of 6) sorted by null

  /external/libunwind/src/aarch64/
is_fpreg.c 31 return (regnum >= UNW_AARCH64_V0 && regnum <= UNW_AARCH64_V31);
regname.c 94 [UNW_AARCH64_V31] = "v31",
Ginit.c 46 if (reg >= UNW_AARCH64_X0 && reg <= UNW_AARCH64_V31)
init.h 99 c->dwarf.loc[UNW_AARCH64_V31] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_V31);
  /external/libunwind/include/tdep-aarch64/
dwarf-config.h 37 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_AARCH64_V31) ? (reg) : 0)
  /external/libunwind/include/
libunwind-aarch64.h 147 UNW_AARCH64_V31,

Completed in 2230 milliseconds