Home
last modified time | relevance | path

Searched refs:string_offset_table_ (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_context.h39 string_offset_table_{string_offset_table} {}
48 return string_offset_table_; in string_offset_table()
63 const std::optional<StringOffsetTable>& string_offset_table_; variable
Ddwarf_info.cc41 string_offset_table_{string_offset_table} {}
48 DwarfContext context(&bs, debug_str_table_, string_offset_table_); in ReadDwarfInfo()
307 const std::optional<StringOffsetTable>& string_offset_table_; member in nogrod::__anona4938ad50111::DwarfParser
334 string_offset_table_{std::move(string_offset_table)} {}
337 DwarfParser parser(&abbrev_buf_, &info_buf_, &string_table_, string_offset_table_); in Parse()
Ddwarf_info.h124 std::optional<StringOffsetTable> string_offset_table_; variable