Home
last modified time | relevance | path

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

/external/libunwind/include/tdep-arm/
Ddwarf-config.h33 #define dwarf_to_unw_regnum(reg) (((reg) < 16) ? (reg) : 0) macro
/external/libunwind/include/tdep-hppa/
Ddwarf-config.h30 #define dwarf_to_unw_regnum(reg) \ macro
/external/libunwind/include/tdep-aarch64/
Ddwarf-config.h37 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_AARCH64_V31) ? (reg) : 0) macro
/external/libunwind/include/tdep-sh/
Ddwarf-config.h31 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_SH_PR) ? (reg) : 0) macro
/external/libunwind/include/tdep-mips/
Ddwarf-config.h33 #define dwarf_to_unw_regnum(reg) (((reg) < 32) ? (reg) : 0) macro
/external/libunwind/src/unwind/
DSetGR.c36 index = dwarf_to_unw_regnum(index); in _Unwind_SetGR()
/external/libunwind/src/dwarf/
DGexpr.c295 dwarf_to_unw_regnum (opcode - DW_OP_breg0), in dwarf_eval_expr()
305 dwarf_to_unw_regnum (operand1), &tmp1)) < 0) in dwarf_eval_expr()
322 *valp = dwarf_to_unw_regnum (opcode - DW_OP_reg0); in dwarf_eval_expr()
328 *valp = dwarf_to_unw_regnum (operand1); in dwarf_eval_expr()
DGparser.c702 *locp = DWARF_REG_LOC (c, dwarf_to_unw_regnum (val)); in eval_location_expr()
743 regnum = dwarf_to_unw_regnum (rs->reg[DWARF_CFA_REG_COLUMN].val); in apply_reg_state()
780 c->loc[i] = DWARF_REG_LOC (c, dwarf_to_unw_regnum (rs->reg[i].val)); in apply_reg_state()
/external/libunwind/include/
Ddwarf_i.h18 #ifndef dwarf_to_unw_regnum
22 # define dwarf_to_unw_regnum(reg) \ macro