OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:die_tag
(Results
1 - 4
of
4
) sorted by null
/external/qemu/elff/
dwarf_die.cc
253
Dwarf_Tag
die_tag
;
local
261
const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &
die_tag
);
266
*tag =
die_tag
;
dwarf_cu.cc
339
Dwarf_Tag
die_tag
;
local
353
const Dwarf_Abbr_AT* at_abbr = die_abbr->process(NULL, &
die_tag
);
358
create_die_object(parse_context, die, parent_obj,
die_tag
);
370
assert(cu_die_ == NULL &&
die_tag
== DW_TAG_compile_unit);
371
if (cu_die_ == NULL &&
die_tag
!= DW_TAG_compile_unit) {
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc
255
Dwarf_Tag
die_tag
;
local
263
const Dwarf_Abbr_AT* attrib_abbr = abbr->process(NULL, &
die_tag
);
268
*tag =
die_tag
;
dwarf_cu.cc
339
Dwarf_Tag
die_tag
;
local
353
const Dwarf_Abbr_AT* at_abbr = die_abbr->process(NULL, &
die_tag
);
358
create_die_object(parse_context, die, parent_obj,
die_tag
);
370
assert(cu_die_ == NULL &&
die_tag
== DW_TAG_compile_unit);
371
if (cu_die_ == NULL &&
die_tag
!= DW_TAG_compile_unit) {
Completed in 210 milliseconds