Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:signal_frame
(Results
1 - 11
of
11
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
dwfl_frame_pc.c
48
else if (state->
signal_frame
)
in dwfl_frame_pc()
59
*isactivation = state->unwound->
signal_frame
;
in dwfl_frame_pc()
H
A
D
frame_unwind.c
515
unwound->
signal_frame
= false;
in new_unwound()
544
unwound->
signal_frame
= frame->fde->cie->
signal_frame
;
in handle_cfi()
720
if (! state->initial_frame && ! state->
signal_frame
)
in __libdwfl_frame_unwind()
753
// &Dwfl_Frame.
signal_frame
cannot be passed as it is a bitfield.
in __libdwfl_frame_unwind()
754
bool
signal_frame
= false;
in __libdwfl_frame_unwind()
local
755
if (! ebl_unwind (ebl, pc, setfunc, getfunc, readfunc, state, &
signal_frame
))
in __libdwfl_frame_unwind()
766
state->unwound->
signal_frame
=
signal_frame
;
in __libdwfl_frame_unwind()
H
A
D
dwfl_frame.c
98
state->
signal_frame
= false;
in state_alloc()
H
A
D
libdwflP.h
257
bool
signal_frame
: 1;
member
/third_party/elfutils/libdw/
H
A
D
cie.c
70
cie->
signal_frame
= false;
in intern_new_cie()
87
cie->
signal_frame
= true;
in intern_new_cie()
H
A
D
dwarf_frame_info.c
48
*signalp = fs->fde->cie->
signal_frame
;
in dwarf_frame_info()
H
A
D
cfi.h
57
bool
signal_frame
; /* Saw 'S': FDE is for a signal frame. */
member
171
which has the return_address_register and
signal_frame
flag. */
/third_party/libunwind/libunwind/src/dwarf/
H
A
D
Gparser.c
714
cache->links[head].
signal_frame
= tdep_cache_frame(c);
in rs_new()
920
c->use_prev_instr = ! cache->links[index].
signal_frame
;
in find_reg_state()
932
next_use_prev_instr = ! dci->
signal_frame
;
in find_reg_state()
961
tdep_reuse_frame (c, cache->links[index].
signal_frame
);
in find_reg_state()
1055
next_use_prev_instr = ! dci->
signal_frame
;
in dwarf_reg_states_iterate()
H
A
D
Gfde.c
192
dci->
signal_frame
= 1;
in parse_cie()
/third_party/libunwind/libunwind/src/x86_64/
H
A
D
Gos-linux.c
42
&& ((struct dwarf_cie_info *) dw->pi.unwind_info)->
signal_frame
)
in tdep_fetch_frame()
/third_party/libunwind/libunwind/include/
H
A
D
dwarf.h
277
unsigned short
signal_frame
: 1; /* optional machine-dependent signal info */
member
297
unsigned int
signal_frame
: 1;
member
Completed in 8 milliseconds