OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DW_TAG_subprogram
(Results
1 - 25
of
29
) sorted by null
1
2
/external/elfutils/libdw/
dwarf_getfuncs.c
82
if (INTUSE(dwarf_tag) (die) ==
DW_TAG_subprogram
)
libdw_visit_scopes.c
74
case
DW_TAG_subprogram
:
dwarf.h
95
DW_TAG_subprogram
= 0x2e,
/external/llvm/test/DebugInfo/SystemZ/
variable-loc.s
116
.byte 2 # Abbrev [2] 0x26:0x7
DW_TAG_subprogram
122
.byte 3 # Abbrev [3] 0x2d:0xb
DW_TAG_subprogram
133
.byte 5 # Abbrev [5] 0x3f:0xb
DW_TAG_subprogram
147
.byte 8 # Abbrev [8] 0x56:0x48
DW_TAG_subprogram
197
.byte 46 #
DW_TAG_subprogram
212
.byte 46 #
DW_TAG_subprogram
240
.byte 46 #
DW_TAG_subprogram
277
.byte 46 #
DW_TAG_subprogram
/external/elfutils/tests/
run-show-die-info.sh
44
DW_TAG_subprogram
68
DW_TAG_subprogram
92
DW_TAG_subprogram
99
DW_TAG_subprogram
109
DW_TAG_subprogram
142
DW_TAG_subprogram
[
all
...]
show-die-info.c
79
[
DW_TAG_subprogram
] = "
DW_TAG_subprogram
",
/external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.cpp
181
return getTag() ==
DW_TAG_subprogram
;
186
return Tag ==
DW_TAG_subprogram
||
/external/linux-tools-perf/util/
probe-finder.c
488
if (dwarf_tag(fn_die) ==
DW_TAG_subprogram
&&
624
if (dwarf_tag(pdie) ==
DW_TAG_subprogram
)
1254
if (!sp_die || dwarf_tag(sp_die) !=
DW_TAG_subprogram
) {
[
all
...]
/external/elfutils/src/
addr2line.c
241
case
DW_TAG_subprogram
:
nm.c
652
if (tag !=
DW_TAG_subprogram
&& tag != DW_TAG_variable)
675
if (tag ==
DW_TAG_subprogram
)
[
all
...]
/external/llvm/lib/Support/
Dwarf.cpp
61
case
DW_TAG_subprogram
: return "
DW_TAG_subprogram
";
[
all
...]
/external/qemu/elff/
dwarf_utils.cc
206
DWARF_NAMEFY(
DW_TAG_subprogram
);
dwarf_defs.h
[
all
...]
elf_file.cc
33
DW_TAG_subprogram
,
dwarf.h
109
#define
DW_TAG_subprogram
0x2e
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_utils.cc
206
DWARF_NAMEFY(
DW_TAG_subprogram
);
dwarf_defs.h
989
tag ==
DW_TAG_subprogram
||
elf_file.cc
33
DW_TAG_subprogram
,
dwarf.h
109
#define
DW_TAG_subprogram
0x2e
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c
77
DW_TAG_subprogram
= 0x2e,
/external/llvm/lib/IR/
DebugInfo.cpp
224
return DbgNode && getTag() == dwarf::
DW_TAG_subprogram
;
247
case dwarf::
DW_TAG_subprogram
:
[
all
...]
DIBuilder.cpp
[
all
...]
/external/llvm/include/llvm/Support/
Dwarf.h
112
DW_TAG_subprogram
= 0x2e,
/external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h
88
DW_TAG_subprogram
= 0x2e,
d3basics.c
106
case
DW_TAG_subprogram
: return "
DW_TAG_subprogram
";
[
all
...]
Completed in 91 milliseconds
1
2