OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_SH_PR
(Results
1 - 9
of
9
) sorted by null
/external/libunwind/include/
libunwind-sh.h
75
UNW_SH_PR
,
77
UNW_TDEP_LAST_REG =
UNW_SH_PR
,
79
UNW_TDEP_IP =
UNW_SH_PR
,
/external/libunwind/include/tdep-sh/
dwarf-config.h
31
#define dwarf_to_unw_regnum(reg) (((reg) <=
UNW_SH_PR
) ? (reg) : 0)
/external/libunwind/src/sh/
regname.c
46
[
UNW_SH_PR
] = "pr",
Gget_save_loc.c
53
case
UNW_SH_PR
:
Gregs.c
52
case
UNW_SH_PR
:
init.h
49
c->dwarf.loc[
UNW_SH_PR
] = DWARF_REG_LOC (&c->dwarf,
UNW_SH_PR
);
Ginit.c
45
if (reg >= UNW_SH_R0 && reg <=
UNW_SH_PR
)
Gstep.c
85
c->dwarf.loc[
UNW_SH_PR
] = DWARF_LOC (sc_addr + LINUX_SC_PR_OFF, 0);
/external/libunwind/src/coredump/
_UCD_access_reg_linux.c
49
if (regnum < 0 || regnum >
UNW_SH_PR
)
Completed in 55 milliseconds