Home
last modified time | relevance | path

Searched refs:DW_AT_external (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_constants.h229 constexpr uint16_t DW_AT_external = 0x3f; variable
Dmain.cc770 if (child->GetBoolAttributeOr(DW_AT_external, false)) { in ParseClass()