HomeSort by relevance Sort by last modified time
    Searched refs:unwinding (Results 1 - 25 of 60) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
unwind-bad-1.d 1 #name: C6X unwinding directive errors
unwind-bad-2.d 1 #name: C6X unwinding bad frame layouts
unwind-bad-2.l 5 [^:]*:39: Error: unable to generate unwinding opcode for reg 20
6 [^:]*:46: Error: unable to generate unwinding opcode for reg 20
7 [^:]*:53: Error: unable to generate unwinding opcode for reg 20
9 [^:]*:70: Error: unhandled CFA insn for unwinding \(259\)
10 [^:]*:77: Error: unable to generate unwinding opcode for frame pointer reg 14
11 [^:]*:84: Error: unable to generate unwinding opcode for frame pointer offset
unwind-bad-2.s 37 # unable to generate unwinding opcode for reg 20
44 # unable to generate unwinding opcode for reg 20
51 # unable to generate unwinding opcode for reg 20
58 # unable to generate unwinding opcode for reg 20
68 # unhandled CFA insn for unwinding (259)
75 # unable to generate unwinding opcode for frame pointer reg 14
82 # unable to generate unwinding opcode for frame pointer offset
unwind-3.d 2 #name: C6X unwinding directives 3 (segment change)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
unwind-1.s 11 @ Section with no unwinding information. Linker should insert a cantunwind entry.
gc-unwind.s 1 @ Test -gc-sections and unwinding tables. .data.eh should be pulled in
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
unwind-1.s 15 # Section with no unwinding information.
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprogcgo/
sigpanic.go 8 // We want to test unwinding from sigpanic into C code (without a C symbolizer).
  /prebuilts/go/linux-x86/src/runtime/testdata/testprogcgo/
sigpanic.go 8 // We want to test unwinding from sigpanic into C code (without a C symbolizer).
  /system/extras/simpleperf/doc/
inferno.md 43 thousands of times per second. Simpleperf takes care of unwinding the stack
75 from which all flames originate, something went wrong. : Stack unwinding may
79 perform unwinding with dwarf `-du`, you can further tune this setting.
86 collect data with dward unwinding `-du`.
93 unwinding with `dwarf`. Dwarf unwinding involves copying the stack before it is
94 processed. Try to use frame pointer unwinding which can be done by the kernel
  /external/libunwind/doc/
unw_init_local.tex 8 \begin{Name}{3}{unw\_init\_local}{David Mosberger-Tang}{Programming Library}{unw\_init\_local}unw\_init\_local -- initialize cursor for local unwinding
22 \Var{ctxt} identifies the initial stack frame at which unwinding
26 The \Func{unw\_init\_local}() routine can be used only for unwinding in
27 the address space of the current process (i.e., for local unwinding).
61 version of \Prog{libunwind} which supports remote unwinding only
unw_init_remote.tex 8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw\_init\_remote -- initialize cursor for remote unwinding
20 pointed to by \Var{c} for unwinding in the address space identified by
35 Note that \Func{unw\_init\_remote}() can be used to initiate unwinding
37 unwinder itself is running. However, for local unwinding, it is
57 version of \Prog{libunwind} which supports local unwinding only
unw_resume.tex 21 slightly for local and remote unwinding.
23 For local unwinding, \Func{unw\_resume}() restores the machine state
35 For remote unwinding, \Func{unw\_resume}() installs the machine state
40 for local unwinding, \Func{unw\_resume} will always return for remote
41 unwinding).
63 For local unwinding, \Func{unw\_resume}() does not return on success.
64 For remote unwinding, it returns 0 on success. On failure, the
libunwind.tex 64 \section{Local Unwinding}
66 \Prog{Libunwind} is very easy to use when unwinding a stack from
67 within a running program. This is called \emph{local} unwinding. Say
127 Normally, \Prog{libunwind} supports both local and remote unwinding
129 tell libunwind that your program only needs local unwinding, then a
131 the generic implementation which supports both kinds of unwinding. To
135 employ both local-only and generic unwinding. That is, whether or not
167 \section{Remote Unwinding}
172 one that is running \Prog{libunwind}. Remote unwinding is typically
185 With the address space created, unwinding can be initiated by a cal
    [all...]
unw_backtrace.tex 25 pointed by \Var{buffer}. The routine is only available for local unwinding.
  /external/v8/src/
codegen.h 82 EhFrameWriter* unwinding,
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11256.go 39 // Exit without unwinding stack barriers.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11256.go 39 // Exit without unwinding stack barriers.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
InternalSwitchStack.S 46 pushl $0 # keeps gdb from unwinding stack
  /prebuilts/go/darwin-x86/src/runtime/
example_test.go 33 // stop unwinding when we leave package runtime.
signal_386.go 62 // pc == 0, to make unwinding show the context.
signal_arm.go 59 // pc == 0, to make unwinding show the context.
  /prebuilts/go/linux-x86/src/runtime/
example_test.go 33 // stop unwinding when we leave package runtime.
signal_386.go 62 // pc == 0, to make unwinding show the context.

Completed in 703 milliseconds

1 2 3