Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc62 string_buffer_(NULL), string_buffer_length_(0), in CompilationUnit()
329 string_buffer_ = iter->second.first; in Start()
492 assert(string_buffer_ != NULL); in ProcessAttribute()
495 assert(string_buffer_ + offset < string_buffer_ + string_buffer_length_); in ProcessAttribute()
497 const char *str = reinterpret_cast<const char *>(string_buffer_ + offset); in ProcessAttribute()
511 const char* str = reinterpret_cast<const char *>(string_buffer_) + offset; in ProcessAttribute()
701 cu_index_(NULL), cu_index_size_(0), string_buffer_(NULL), in DwpReader()
719 string_buffer_ = elf_reader_->GetSectionByName(".debug_str.dwo", in Initialize()
811 std::make_pair(reinterpret_cast<const uint8_t *> (string_buffer_), in ReadDebugSectionsForCU()
862 std::make_pair(reinterpret_cast<const uint8_t *> (string_buffer_), in ReadDebugSectionsForCU()
Ddwarf2reader.h542 const uint8_t *string_buffer_; variable
640 const char* string_buffer_; variable