OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfa_reg_rsp
(Results
1 - 4
of
4
) sorted by null
/external/libunwind/src/x86_64/
Gtrace.c
229
f->
cfa_reg_rsp
= -1;
262
f->
cfa_reg_rsp
? "rsp" : "rbp", f->cfa_reg_offset,
458
f->
cfa_reg_rsp
? "rsp" : "rbp", f->cfa_reg_offset,
480
cfa = (f->
cfa_reg_rsp
? rsp : rbp) + f->cfa_reg_offset;
Gstash_frame.c
68
f->
cfa_reg_rsp
= (rs->reg[DWARF_CFA_REG_COLUMN].val == RSP);
Gstep.c
133
c->frame_info.
cfa_reg_rsp
= -1;
187
c->frame_info.
cfa_reg_rsp
= 0;
/external/libunwind/include/tdep-x86_64/
libunwind_i.h
58
int64_t
cfa_reg_rsp
: 1; /* cfa dwarf base register is rsp vs. rbp */
member in struct:__anon17708
Completed in 100 milliseconds