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:dwarf_tag
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/elfutils/tests/
H
A
D
unit-info.c
69
int dietag =
dwarf_tag
(&cudie);
in main()
70
int subtag =
dwarf_tag
(&subdie);
in main()
91
dietag =
dwarf_tag
(&cudie);
in main()
92
subtag =
dwarf_tag
(&subdie);
in main()
133
dietag =
dwarf_tag
(&cudie);
in main()
134
subtag =
dwarf_tag
(&subdie);
in main()
208
int dietag =
dwarf_tag
(&cudie);
in main()
209
int subtag =
dwarf_tag
(&subdie);
in main()
268
dietag =
dwarf_tag
(&cudie);
in main()
269
subtag =
dwarf_tag
(
in main()
[all...]
H
A
D
peel_type.c
68
name, dwarf_tag_string (
dwarf_tag
(result)));
in print_var_raw_type()
71
int tag =
dwarf_tag
(result);
in print_var_raw_type()
79
name, dwarf_tag_string (
dwarf_tag
(type)));
in print_var_raw_type()
80
else if (
dwarf_tag
(type) != tag)
in print_var_raw_type()
83
dwarf_tag_string (
dwarf_tag
(type)));
in print_var_raw_type()
110
if (
dwarf_tag
(die) == DW_TAG_variable)
in main()
H
A
D
dwarf-die-addr-die.c
39
if (
dwarf_tag
(die) == DW_TAG_invalid)
in check_die()
55
if (
dwarf_tag
(die) !=
dwarf_tag
(&die2))
in check_die()
144
if (
dwarf_tag
(&subdie) != DW_TAG_invalid)
in check_dbg()
H
A
D
get-units-invalid.c
55
int tag =
dwarf_tag
(&subdie);
in main()
60
printf ("Not invalid: %x\n",
dwarf_tag
(&subdie));
in main()
111
printf ("subdie tag: %x\n",
dwarf_tag
(&subdie));
in main()
H
A
D
rerequest_tag.c
39
assert (
dwarf_tag
(die) == 0);
in main()
43
assert (
dwarf_tag
(die) == 0);
in main()
H
A
D
funcscopes.c
60
switch (
dwarf_tag
(&child))
in print_vars()
80
switch (
dwarf_tag
(&child))
in print_vars()
147
dwarf_tag
(die));
in handle_function()
H
A
D
addrscopes.c
58
switch (
dwarf_tag
(&child))
in print_vars()
78
switch (
dwarf_tag
(&child))
in print_vars()
119
dwarf_tag
(die));
in handle_address()
H
A
D
varlocs.c
125
if (
dwarf_tag
(base) != DW_TAG_base_type)
in print_base_type()
552
if (
dwarf_tag
(¶m) != DW_TAG_formal_parameter)
in print_expr()
751
else if (
dwarf_tag
(funcdie) == DW_TAG_inlined_subroutine)
in print_varlocs()
761
if (
dwarf_tag
(&scopes[n]) == DW_TAG_subprogram
in print_varlocs()
786
int tag =
dwarf_tag
(&child);
in print_varlocs()
988
dwarf_dieoffset (die), dwarf_tag_string (
dwarf_tag
(die)),
in handle_die()
992
dwarf_dieoffset (die), dwarf_tag_string (
dwarf_tag
(die)));
in handle_die()
1096
if (
dwarf_tag
(&cudie) == DW_TAG_compile_unit
in main()
H
A
D
aggregate_size.c
74
if (
dwarf_tag
(die) == DW_TAG_variable)
in main()
H
A
D
typeiter2.c
64
if (
dwarf_tag
(iter) == DW_TAG_variable)
in main()
H
A
D
typeiter.c
52
if (
dwarf_tag
(iter) == DW_TAG_variable)
in main()
H
A
D
all-dwarf-ranges.c
40
dwarf_tag
(die));
in ranges_die()
H
A
D
low_high_pc.c
73
&& ! (
dwarf_tag
(die) == DW_TAG_compile_unit && highpc == lowpc))
in handle_die()
/third_party/libabigail/src/
H
A
D
abg-dwarf-reader.cc
2174
||
dwarf_tag
(&unit) != DW_TAG_compile_unit)
in read_debug_info_into_corpus()
2677
(die_as_type /*&&
dwarf_tag
(die) != DW_TAG_subprogram*/)
in get_canonical_die()
2878
int tag =
dwarf_tag
(&cu_kind);
in get_die_source()
3085
int tag =
dwarf_tag
(const_cast<Dwarf_Die*>(die));
in get_die_qualified_type_name()
5215
if (
dwarf_tag
(&child) == DW_TAG_imported_unit)
in build_die_parent_relations_under()
6332
int tag =
dwarf_tag
(const_cast<Dwarf_Die*>(die));
in die_is_public_decl()
6358
unsigned tag =
dwarf_tag
(const_cast<Dwarf_Die*>(die));
in die_is_effectively_public_decl()
6367
tag =
dwarf_tag
(&parent_die);
in die_is_effectively_public_decl()
6415
int tag =
dwarf_tag
(const_cast<Dwarf_Die*>(die));
in die_is_function_decl()
6432
int tag =
dwarf_tag
(const_cas
in die_is_variable_decl()
[all...]
/third_party/elfutils/libdw/
H
A
D
libdw_visit_scopes.c
40
switch (INTUSE(
dwarf_tag
) (die))
in may_have_scopes()
121
while (INTUSE(
dwarf_tag
) (&state->child.die) == DW_TAG_imported_unit)
in walk_children()
131
&& INTUSE(
dwarf_tag
) (&state->child.die) != DW_TAG_compile_unit
in walk_children()
H
A
D
dwarf_peel_type.c
48
tag = INTUSE (
dwarf_tag
) (result);
in dwarf_peel_type()
72
tag = INTUSE (
dwarf_tag
) (result);
in dwarf_peel_type()
H
A
D
dwarf_tag.c
82
dwarf_tag
(Dwarf_Die *die)
in dwarf_tag()
function
94
INTDEF(
dwarf_tag
)
H
A
D
dwarf_aggregate_size.c
74
switch (INTUSE(
dwarf_tag
) (&child))
in array_size()
156
if (INTUSE(
dwarf_tag
) (&enum_child) == DW_TAG_enumerator)
in array_size()
219
switch (INTUSE(
dwarf_tag
) (die))
in aggregate_size()
H
A
D
dwarf_getfuncs.c
68
int tag = INTUSE(
dwarf_tag
) (die);
in tree_visitor()
100
|| INTUSE(
dwarf_tag
) (cudie) != DW_TAG_compile_unit))
in dwarf_getfuncs()
H
A
D
dwarf_getscopes.c
78
&& INTUSE (
dwarf_tag
) (&die->die) == DW_TAG_inlined_subroutine)
in pc_match()
156
assert (INTUSE (
dwarf_tag
) (inlinedie) == DW_TAG_inlined_subroutine);
in pc_record()
H
A
D
dwarf_func_inline.c
49
if (INTUSE(
dwarf_tag
) (&die->die) != DW_TAG_inlined_subroutine)
in scope_visitor()
H
A
D
dwarf_getscopevar.c
104
switch (INTUSE(
dwarf_tag
) (result))
in dwarf_getscopevar()
/third_party/elfutils/backends/
H
A
D
libebl_CPU.h
48
/* Helper for retval. Return
dwarf_tag
(die), but calls return -1
53
dwarf_tag
(_die); })
H
A
D
ia64_retval.c
172
switch (
dwarf_tag
(&child_mem))
in hfa_type()
/third_party/elfutils/src/
H
A
D
addr2line.c
328
switch (
dwarf_tag
(&scopes[i]))
in print_dwarf_function()
765
if (
dwarf_tag
(die) != DW_TAG_inlined_subroutine)
in handle_address()
779
int tag =
dwarf_tag
(parent);
in handle_address()
Completed in 18 milliseconds
1
2