Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Dstring_offset_table.h35 StringOffsetTable() : format_{DwarfFormat::k32Bit} {} in StringOffsetTable()
58 case DwarfFormat::k32Bit: in GetStringOffset()
Ddwarf_constants.h22 enum class DwarfFormat { k32Bit, k64Bit }; enumerator