Searched refs:high_pc (Results 1 – 5 of 5) sorted by relevance
142 bfd_vma high_pc; in output_gprof() local151 get_vma_range(low_pc, high_pc, samples); in output_gprof()154 << high_pc << dec << endl; in output_gprof()159 high_pc = ((high_pc + multiplier - 1) / multiplier) * multiplier; in output_gprof()162 << high_pc << dec << endl; in output_gprof()164 size_t histsize = (high_pc - low_pc) / multiplier; in output_gprof()177 op_write_vma(fp, abfd, high_pc); in output_gprof()
38 Attrs : name stmt_list low_pc high_pc language comp_dir producer48 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type62 Attrs : name stmt_list low_pc high_pc language comp_dir producer72 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type86 Attrs : name stmt_list low_pc high_pc language comp_dir producer96 … Attrs : sibling name low_pc high_pc prototyped decl_file decl_line external frame_base type136 Attrs : name stmt_list low_pc high_pc language comp_dir producer146 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type923 Attrs : name stmt_list low_pc high_pc language comp_dir producer933 Attrs : name low_pc high_pc prototyped decl_file decl_line external frame_base type[all …]
152 DIEAttrib high_pc; in contains_address() local154 !get_attrib(DW_AT_high_pc, &high_pc) || in contains_address()156 address >= high_pc.value()->u64) { in contains_address()
114 uint64_t high_pc) { in appendRange() argument117 Aranges.back().setHiPC(high_pc); in appendRange()121 Aranges.push_back(Range(low_pc, high_pc, offset)); in appendRange()
70 void appendRange(uint32_t cu_offset, uint64_t low_pc, uint64_t high_pc);