OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwarf_to_unw_regnum
(Results
1 - 9
of
9
) sorted by null
/external/libunwind/include/tdep-arm/
dwarf-config.h
33
#define
dwarf_to_unw_regnum
(reg) (((reg) < 16) ? (reg) : 0)
macro
/external/libunwind/include/tdep-aarch64/
dwarf-config.h
37
#define
dwarf_to_unw_regnum
(reg) (((reg) <= UNW_AARCH64_V31) ? (reg) : 0)
macro
/external/libunwind/include/tdep-hppa/
dwarf-config.h
30
#define
dwarf_to_unw_regnum
(reg) \
macro
/external/libunwind/include/tdep-mips/
dwarf-config.h
33
#define
dwarf_to_unw_regnum
(reg) (((reg) < 32) ? (reg) : 0)
macro
/external/libunwind/include/tdep-sh/
dwarf-config.h
31
#define
dwarf_to_unw_regnum
(reg) (((reg) <= UNW_SH_PR) ? (reg) : 0)
macro
/external/libunwind/src/unwind/
SetGR.c
36
index =
dwarf_to_unw_regnum
(index);
/external/libunwind/src/dwarf/
Gexpr.c
295
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);
Gparser.c
702
*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/
dwarf_i.h
18
#ifndef
dwarf_to_unw_regnum
22
# define
dwarf_to_unw_regnum
(reg) \
macro
Completed in 114 milliseconds