OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNW_ARM_R0
(Results
1 - 11
of
11
) sorted by null
/external/libunwind/src/arm/
Gget_save_loc.c
37
case
UNW_ARM_R0
:
53
loc = c->dwarf.loc[reg -
UNW_ARM_R0
];
Gregs.c
35
case
UNW_ARM_R0
:
50
loc = c->dwarf.loc[reg -
UNW_ARM_R0
];
Ginit.c
44
if (reg >=
UNW_ARM_R0
&& reg <
UNW_ARM_R0
+ 16)
45
return &uc->regs[reg -
UNW_ARM_R0
];
init.h
32
c->dwarf.loc[
UNW_ARM_R0
] = DWARF_REG_LOC (&c->dwarf,
UNW_ARM_R0
);
Gstep.c
177
c->dwarf.loc[
UNW_ARM_R0
] = DWARF_LOC (sc_addr + LINUX_SC_R0_OFF, 0);
Gex_tables.c
108
c->loc[
UNW_ARM_R0
+ i] = DWARF_LOC (c->cfa, 0);
118
c->loc[UNW_ARM_R13] = c->loc[
UNW_ARM_R0
+ edata->data];
/external/libunwind/include/
libunwind-arm.h
56
UNW_ARM_R0
,
241
UNW_TDEP_EH =
UNW_ARM_R0
/* FIXME. */
/external/libcxxabi/include/
libunwind.h
383
UNW_ARM_R0
= 0,
/external/libcxxabi/src/Unwind/
Registers.hpp
[
all
...]
Unwind-EHABI.cpp
283
_Unwind_VRS_Get(context, _UVRSC_CORE,
UNW_ARM_R0
+ reg,
791
return unw_set_reg(cursor, (unw_regnum_t)(
UNW_ARM_R0
+ regno),
839
return unw_get_reg(cursor, (unw_regnum_t)(
UNW_ARM_R0
+ regno),
[
all
...]
/external/libunwind/src/ptrace/
_UPT_reg_offset.c
487
[
UNW_ARM_R0
] = 0x00,
Completed in 143 milliseconds