OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dwarf_tag
(Results
1 - 25
of
29
) sorted by null
1
2
/external/elfutils/libdw/
dwarf_getfuncs.c
64
|| INTUSE(
dwarf_tag
) (cudie) != DW_TAG_compile_unit))
82
if (INTUSE(
dwarf_tag
) (die) == DW_TAG_subprogram)
dwarf_tag.c
94
dwarf_tag
(die)
function
117
INTDEF(
dwarf_tag
)
dwarf_getsrcfiles.c
64
|| INTUSE(
dwarf_tag
) (cudie) != DW_TAG_compile_unit))
dwarf_func_inline.c
69
if (INTUSE(
dwarf_tag
) (&die->die) != DW_TAG_inlined_subroutine)
dwarf_getscopes.c
97
&& INTUSE (
dwarf_tag
) (&die->die) == DW_TAG_inlined_subroutine)
175
assert (INTUSE (
dwarf_tag
) (inlinedie) == DW_TAG_inlined_subroutine);
dwarf_getscopevar.c
121
switch (INTUSE(
dwarf_tag
) (result))
libdw_visit_scopes.c
61
switch (INTUSE(
dwarf_tag
) (die))
Android.mk
112
dwarf_tag
.c \
Makefile.am
53
dwarf_getpubnames.c dwarf_getabbrev.c
dwarf_tag
.c \
libdwP.h
451
INTDECL (
dwarf_tag
)
dwarf_getsrclines.c
118
|| INTUSE(
dwarf_tag
) (cudie) != DW_TAG_compile_unit))
libdw.h
279
extern int
dwarf_tag
(Dwarf_Die *die) __nonnull_attribute__ (1);
/external/elfutils/backends/
alpha_retval.c
77
int tag =
dwarf_tag
(typedie);
86
tag =
dwarf_tag
(typedie);
99
tag =
dwarf_tag
(typedie);
i386_retval.c
77
int tag =
dwarf_tag
(typedie);
86
tag =
dwarf_tag
(typedie);
99
tag =
dwarf_tag
(typedie);
ppc_retval.c
82
int tag =
dwarf_tag
(typedie);
91
tag =
dwarf_tag
(typedie);
105
tag =
dwarf_tag
(typedie);
s390_retval.c
78
int tag =
dwarf_tag
(typedie);
87
tag =
dwarf_tag
(typedie);
101
tag =
dwarf_tag
(typedie);
ppc64_retval.c
80
int tag =
dwarf_tag
(typedie);
89
tag =
dwarf_tag
(typedie);
103
tag =
dwarf_tag
(typedie);
164
tag =
dwarf_tag
(typedie);
sparc_retval.c
70
int tag =
dwarf_tag
(typedie);
79
tag =
dwarf_tag
(typedie);
93
tag =
dwarf_tag
(typedie);
x86_64_retval.c
91
int tag =
dwarf_tag
(typedie);
100
tag =
dwarf_tag
(typedie);
114
tag =
dwarf_tag
(typedie);
ia64_retval.c
108
int tag =
dwarf_tag
(typedie);
169
switch (
dwarf_tag
(&child_mem))
247
int tag =
dwarf_tag
(typedie);
256
tag =
dwarf_tag
(typedie);
270
tag =
dwarf_tag
(typedie);
/external/elfutils/tests/
addrscopes.c
66
switch (
dwarf_tag
(&child))
86
switch (
dwarf_tag
(&child))
127
dwarf_tag
(die));
funcscopes.c
68
switch (
dwarf_tag
(&child))
88
switch (
dwarf_tag
(&child))
155
dwarf_tag
(die));
/external/linux-tools-perf/util/
probe-finder.c
344
tag =
dwarf_tag
(vr_die);
358
} while (vr_die &&
dwarf_tag
(vr_die) == DW_TAG_typedef);
488
if (
dwarf_tag
(fn_die) == DW_TAG_subprogram &&
515
if (
dwarf_tag
(die_mem) == DW_TAG_inlined_subroutine &&
559
if (
dwarf_tag
(in_die) == DW_TAG_inlined_subroutine) {
624
if (
dwarf_tag
(pdie) == DW_TAG_subprogram)
697
tag =
dwarf_tag
(die_mem);
723
if ((
dwarf_tag
(die_mem) == DW_TAG_member) &&
748
tag =
dwarf_tag
(&type);
934
ret =
dwarf_tag
(&type)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c
85
}
dwarf_tag
;
typedef in typeref:enum:__anon14509
186
dwarf_tag
tag;
/external/elfutils/src/
addr2line.c
239
switch (
dwarf_tag
(&scopes[i]))
Completed in 65 milliseconds
1
2