OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_nregs
(Results
1 - 10
of
10
) sorted by null
/external/elfutils/libebl/
eblinitreg.c
42
If set_initial_registers_tid is unsupported then
FRAME_NREGS
is zero. */
51
return ebl->
frame_nregs
;
libeblP.h
64
Ebl architecture can unwind iff
FRAME_NREGS
> 0. */
65
size_t
frame_nregs
;
member in struct:ebl
/external/elfutils/backends/
aarch64_init.c
64
eh->
frame_nregs
= 97;
arm_init.c
69
eh->
frame_nregs
= 16;
i386_init.c
66
eh->
frame_nregs
= 9;
ppc_init.c
68
eh->
frame_nregs
= (114 - 1) + 32;
s390_init.c
68
eh->
frame_nregs
= 32;
x86_64_init.c
69
eh->
frame_nregs
= 17;
sparc_init.c
81
eh->
frame_nregs
= 103;
ppc64_init.c
72
eh->
frame_nregs
= (114 - 1) + 32;
Completed in 176 milliseconds