HomeSort by relevance Sort by last modified time
    Searched full:high_pc_ (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/common/
dwarf_cu_to_module.cc 439 low_pc_(0), high_pc_(0), high_pc_form_(dwarf2reader::DW_FORM_addr),
458 uint64 low_pc_, high_pc_; // DW_AT_low_pc, DW_AT_high_pc member in class:google_breakpad::DwarfCUToModule::FuncHandler
477 high_pc_ = data;
533 // Make high_pc_ an address, if it isn't already.
535 high_pc_ += low_pc_;
542 if (low_pc_ < high_pc_) {
556 func->size = high_pc_ - low_pc_;
    [all...]

Completed in 326 milliseconds