Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc439 low_pc_(0), high_pc_(0), high_pc_form_(dwarf2reader::DW_FORM_addr), in FuncHandler()
458 uint64 low_pc_, high_pc_; // DW_AT_low_pc, DW_AT_high_pc member in google_breakpad::DwarfCUToModule::FuncHandler
477 high_pc_ = data; in ProcessAttributeUnsigned()
535 high_pc_ += low_pc_; in Finish()
542 if (low_pc_ < high_pc_) { in Finish()
556 func->size = high_pc_ - low_pc_; in Finish()