Home
last modified time | relevance | path

Searched refs:dwarf_to_unw_regnum (Results 1 – 9 of 9) sorted by relevance

/third_party/libunwind/include/tdep-arm/
Ddwarf-config.h33 #define dwarf_to_unw_regnum(reg) (((reg) < 16) ? (reg) : 0) macro
/third_party/libunwind/include/tdep-aarch64/
Ddwarf-config.h37 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_AARCH64_V31) ? (reg) : 0) macro
/third_party/libunwind/include/tdep-hppa/
Ddwarf-config.h30 #define dwarf_to_unw_regnum(reg) \ macro
/third_party/libunwind/include/tdep-mips/
Ddwarf-config.h33 #define dwarf_to_unw_regnum(reg) (((reg) < 32) ? (reg) : 0) macro
/third_party/libunwind/include/tdep-sh/
Ddwarf-config.h31 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_SH_PR) ? (reg) : 0) macro
/third_party/libunwind/src/unwind/
DSetGR.c36 index = dwarf_to_unw_regnum(index); in _Unwind_SetGR()
/third_party/libunwind/src/dwarf/
DGexpr.c359 dwarf_to_unw_regnum (opcode - DW_OP_breg0), in dwarf_eval_expr()
369 dwarf_to_unw_regnum (operand1), &tmp1)) < 0) in dwarf_eval_expr()
386 *valp = dwarf_to_unw_regnum (opcode - DW_OP_reg0); in dwarf_eval_expr()
392 *valp = dwarf_to_unw_regnum (operand1); in dwarf_eval_expr()
DGparser.c778 *locp = DWARF_REG_LOC (c, dwarf_to_unw_regnum (val)); in eval_location_expr()
828 regnum = dwarf_to_unw_regnum (rs->reg.val[DWARF_CFA_REG_COLUMN]); in apply_reg_state()
873 if (unw_is_fpreg (dwarf_to_unw_regnum (rs->reg.val[i]))) in apply_reg_state()
875 new_loc[i] = DWARF_FPREG_LOC (c, dwarf_to_unw_regnum (rs->reg.val[i])); in apply_reg_state()
/third_party/libunwind/include/
Ddwarf_i.h18 #ifndef dwarf_to_unw_regnum
22 # define dwarf_to_unw_regnum(reg) \ macro