Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Dstring_offset_table.h35 StringOffsetTable() : format_{DwarfFormat::k32Bit} {} in StringOffsetTable()
55 case DwarfFormat::k64Bit: in GetStringOffset()
58 case DwarfFormat::k32Bit: in GetStringOffset()
66 static DwarfFormat DetectDwarfFormat(const uint8_t* table, size_t size) {
Ddwarf_constants.h22 enum class DwarfFormat { k32Bit, k64Bit }; enum