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

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

Completed in 332 milliseconds