Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tools/nogrod/
Ddwarf_info.cc38 : abbrev_buf_{abbrev_buf}, in DwarfParser()
241 if (offset >= abbrev_buf_->size()) { in ReadAbbrev()
243 "abbrev offset (%" PRId64 ") is out of bounds: %" PRId64, offset, abbrev_buf_->size()); in ReadAbbrev()
248 ByteInputStream bs(abbrev_buf_->data() + offset, abbrev_buf_->size() - offset); in ReadAbbrev()
304 const Buffer<uint8_t>* abbrev_buf_; member in nogrod::__anon878dd7e90111::DwarfParser
331 : abbrev_buf_{std::move(abbrev_buf)}, in DwarfInfo()
337 DwarfParser parser(&abbrev_buf_, &info_buf_, &string_table_, string_offset_table_); in Parse()
Ddwarf_info.h107 DwarfInfo(Buffer<uint8_t> abbrev_buf_,
121 Buffer<uint8_t> abbrev_buf_;