Home
last modified time | relevance | path

Searched refs:string_offset_table (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_context.h36 const std::optional<StringOffsetTable>& string_offset_table) in DwarfContext() argument
39 string_offset_table_{string_offset_table} {}
47 [[nodiscard]] const std::optional<StringOffsetTable>& string_offset_table() const { in string_offset_table() function
Ddwarf_info.cc37 const std::optional<StringOffsetTable>& string_offset_table) in DwarfParser() argument
41 string_offset_table_{string_offset_table} {}
330 std::optional<StringOffsetTable> string_offset_table) in DwarfInfo() argument
334 string_offset_table_{std::move(string_offset_table)} {}
Ddwarf_info.h110 std::optional<StringOffsetTable> string_offset_table);
Ddwarf_abbrev.cc988 CHECK(context->string_offset_table().has_value()); in Resolve()
990 context->string_offset_table()->GetStringOffset(context->str_offsets_base().value(), index_); in Resolve()