Home | History | Annotate | Download | only in pp

Lines Matching refs:low_pc

141 	bfd_vma low_pc;
151 get_vma_range(low_pc, high_pc, samples);
153 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: "
156 // round-down low_pc to ensure bin number is correct in the inner loop
157 low_pc = (low_pc / multiplier) * multiplier;
161 cverb << vdebug << "low_pc: " << hex << low_pc << " " << "high_pc: "
164 size_t histsize = (high_pc - low_pc) / multiplier;
176 op_write_vma(fp, abfd, low_pc);
199 u32 pos = (it->second.vma - low_pc) / multiplier;