OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unwound
(Results
1 - 25
of
28
) sorted by null
1
2
/external/elfutils/libdwfl/
dwfl_frame_pc.c
52
/* If the previous frame has
unwound
unsuccessfully just silently do
55
if (state->
unwound
== NULL
56
|| state->
unwound
->pc_state != DWFL_FRAME_STATE_PC_SET)
59
*isactivation = state->
unwound
->signal_frame;
dwfl_frame_regs.c
35
Dwfl_Frame *state = thread->
unwound
;
36
assert (state && state->
unwound
== NULL);
51
Dwfl_Frame *state = thread->
unwound
;
52
assert (state && state->
unwound
== NULL);
frame_unwind.c
517
assert (state->
unwound
== NULL);
523
Dwfl_Frame *
unwound
;
local
524
unwound
= malloc (sizeof (*
unwound
) + sizeof (*
unwound
->regs) * nregs);
525
state->
unwound
=
unwound
;
526
unwound
->thread = thread;
527
unwound
->
unwound
= NULL
549
Dwfl_Frame *
unwound
= state->
unwound
;
local
656
Dwfl_Frame *
unwound
= state->
unwound
;
local
[
all
...]
dwfl_frame.c
74
assert (thread->
unwound
== state);
75
thread->
unwound
= state->
unwound
;
82
while (thread->
unwound
)
83
state_free (thread->
unwound
);
89
assert (thread->
unwound
== NULL);
103
thread->
unwound
= state;
104
state->
unwound
= NULL;
271
thread.
unwound
= NULL;
297
assert (thread.
unwound
== NULL)
[
all
...]
linux-core-attach.c
256
&& __libdwfl_frame_reg_get (thread->
unwound
, regno, NULL))
274
assert (sizeof (*thread->
unwound
->regs) == sizeof val64);
libdwflP.h
246
/* The current frame being
unwound
. Initially it is the bottom frame.
248
Dwfl_Frame *
unwound
;
member in struct:Dwfl_Thread
258
Dwfl_Frame *
unwound
;
member in struct:Dwfl_Frame
585
/* Update STATE->
unwound
for the
unwound
frame.
586
On error STATE->
unwound
== NULL
587
or STATE->
unwound
->pc_state == DWFL_FRAME_STATE_ERROR;
589
If STATE->
unwound
->pc_state == DWFL_FRAME_STATE_PC_UNDEFINED
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.l
12
[^:]*:91: Error:
unwound
stack pointer not doubleword aligned
14
[^:]*:110: Error:
unwound
frame has negative size
unwind-bad-2.s
89
#
unwound
stack pointer not doubleword aligned
109
#
unwound
frame has negative size
/external/libunwind/doc/
unw_init_remote.tex
26
should be
unwound
. For example, if \Var{unw\_local\_addr\_space} is
31
stack-frame chain to be
unwound
. In other words, the interpretation
libunwind-setjmp.tex
50
unwound
during a \Func{longjmp}() have correct unwind information
unw_resume.tex
56
of each
unwound
frame and appropriately processing its unwind handler
libunwind.tex
192
select, e.g., the thread within a process that is to be
unwound
.
209
and the machine that is running the process being
unwound
the
/prebuilts/go/darwin-x86/src/runtime/
stack_test.go
316
// At this point we created a large stack and
unwound
stubs.go
230
// stackBarrier records that the stack has been
unwound
past a certain
mstkbar.go
22
// stack has
unwound
past this frame and jumps to the original return
cgocall.go
69
// and the m->curg stack will be
unwound
in lock step.
/prebuilts/go/linux-x86/src/runtime/
stack_test.go
316
// At this point we created a large stack and
unwound
stubs.go
230
// stackBarrier records that the stack has been
unwound
past a certain
mstkbar.go
22
// stack has
unwound
past this frame and jumps to the original return
cgocall.go
69
// and the m->curg stack will be
unwound
in lock step.
/prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go
191
// The runtime should have
unwound
this.
/prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go
191
// The runtime should have
unwound
this.
/prebuilts/go/darwin-x86/misc/cgo/test/
callback.go
172
// Test that the stack can be
unwound
through a call out and call back
[
all
...]
/prebuilts/go/linux-x86/misc/cgo/test/
callback.go
172
// Test that the stack can be
unwound
through a call out and call back
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py
[
all
...]
Completed in 1581 milliseconds
1
2