OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cfa_off
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h
129
CFIC_IA_SPREL -> {e,r}sp +
cfa_off
130
CFIC_IA_BPREL -> {e,r}bp +
cfa_off
131
CFIR_IA_EXPR -> expr whose index is in
cfa_off
148
CFIC_R13REL -> r13 +
cfa_off
149
CFIC_R12REL -> r12 +
cfa_off
150
CFIC_R11REL -> r11 +
cfa_off
151
CFIC_R7REL -> r7 +
cfa_off
152
CFIR_EXPR -> expr whose index is in
cfa_off
166
CFIC_IA_SPREL -> r15 +
cfa_off
167
CFIC_IA_BPREL -> r11 +
cfa_off
203
Int
cfa_off
;
member in struct:__anon27708
221
Int
cfa_off
;
member in struct:__anon27709
241
Int
cfa_off
;
member in struct:__anon27710
254
Int
cfa_off
;
member in struct:__anon27711
269
Int
cfa_off
;
member in struct:__anon27712
[
all
...]
readdwarf.c
2031
Int
cfa_off
; \/* in bytes *\/
member in struct:__anon27753::UnwindContextState
[
all
...]
storage.c
144
VG_(printf)("let cfa=oldSP+%d", si->
cfa_off
);
147
VG_(printf)("let cfa=oldBP+%d", si->
cfa_off
);
150
VG_(printf)("let cfa=oldR13+%d", si->
cfa_off
);
153
VG_(printf)("let cfa=oldR12+%d", si->
cfa_off
);
156
VG_(printf)("let cfa=oldR11+%d", si->
cfa_off
);
162
VG_(printf)("let cfa=oldR7+%d", si->
cfa_off
);
166
ML_(ppCfiExpr)(exprs, si->
cfa_off
);
[
all
...]
debuginfo.c
[
all
...]
UNUSED_STABS.txt
1209
cfa = if cfa_sprel then sp+
cfa_off
else fp+
cfa_off
1235
Int
cfa_off
;
[
all
...]
/system/core/libcorkscrew/arch-x86/
dwarf.h
124
intptr_t
cfa_off
; // offset
member in struct:__anon60900
backtrace-x86.c
458
dstate->
cfa_off
= offset;
472
dstate->
cfa_off
= offset;
529
cfa = state->reg[DWARF_ESP] + dstate->
cfa_off
;
531
cfa = state->reg[DWARF_EBP] + dstate->
cfa_off
;
[
all
...]
Completed in 323 milliseconds