Home
last modified time | relevance | path

Searched defs:str_offsets_base (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_context.h52 [[nodiscard]] std::optional<uint64_t> str_offsets_base() const { return str_offsets_base_; } in str_offsets_base() function
55 void SetStrOffsetsBase(uint64_t str_offsets_base) { str_offsets_base_ = str_offsets_base; } in SetStrOffsetsBase()