Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Dstabs_to_module.h69 comp_unit_base_address_(0), in StabsToModule()
126 Module::Address comp_unit_base_address_; variable
Dstabs_to_module.cc74 comp_unit_base_address_ = address; in StartCompilationUnit()
82 comp_unit_base_address_ = 0; in EndCompilationUnit()
107 if (current_function_->address >= comp_unit_base_address_) in EndFunction()