Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_constants.h278 constexpr uint16_t DW_AT_MAX_VALUE = DW_AT_loclists_base; variable
Ddwarf_abbrev.cc414 static_assert(sizeof(kNameDescriptors) / sizeof(AbbrevDescriptor) == (DW_AT_MAX_VALUE + 1), "");
478 if (name > DW_AT_MAX_VALUE) { in GetNameDescriptor()