Searched refs:abbrev_attr (Results 1 – 3 of 3) sorted by relevance
/frameworks/libs/binary_translation/tools/nogrod/ |
D | dwarf_abbrev.cc | 506 const DwarfAbbrevAttribute* abbrev_attr, in ReadAttribute() argument 512 uint32_t form = abbrev_attr->form(); in ReadAttribute() 513 uint32_t name = abbrev_attr->name(); in ReadAttribute() 542 const DwarfAbbrevAttribute* abbrev_attr, in ReadAttribute() argument 548 uint32_t form = abbrev_attr->form(); in ReadAttribute() 549 uint32_t name = abbrev_attr->name(); in ReadAttribute() 585 const DwarfAbbrevAttribute* abbrev_attr, in ReadAttribute() argument 591 uint32_t form = abbrev_attr->form(); in ReadAttribute() 592 uint32_t name = abbrev_attr->name(); in ReadAttribute() 596 new DwarfAttributeValue<int64_t>(name, abbrev_attr->value())); in ReadAttribute() [all …]
|
D | dwarf_info.cc | 64 const DwarfAbbrevAttribute* abbrev_attr, in ReadAttribute() argument 67 const DwarfClass* attribute_class = abbrev_attr->dwarf_class(); in ReadAttribute() 68 return attribute_class->ReadAttribute(cu, abbrev_attr, context, error_msg); in ReadAttribute() 106 for (auto& abbrev_attr : abbrev.attributes()) { in ReadOneDie() local 108 ReadAttribute(cu, abbrev_attr.get(), context, error_msg); in ReadOneDie()
|
D | dwarf_abbrev.h | 154 const DwarfAbbrevAttribute* abbrev_attr,
|