Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.h195 const uint8_t* line_string_buffer_; variable
503 const uint8_t* GetLineStrBuffer() { return line_string_buffer_; } in GetLineStrBuffer()
716 const uint8_t* line_string_buffer_; variable
H A Ddwarf2reader.cc79 line_string_buffer_(NULL), line_string_buffer_length_(0), in CompilationUnit()
447 line_string_buffer_ = iter->second.first; in Start()
802 assert(line_string_buffer_ != NULL); in ProcessAttribute()
805 assert(line_string_buffer_ + offset < in ProcessAttribute()
806 line_string_buffer_ + line_string_buffer_length_); in ProcessAttribute()
809 reinterpret_cast<const char*>(line_string_buffer_ + offset); in ProcessAttribute()
1314 line_string_buffer_(line_string_buffer) { in LineInfo()
1368 if (line_string_buffer_ != nullptr) { in ReadStringForm()
1369 name = reinterpret_cast<const char*>(line_string_buffer_) + offset; in ReadStringForm()