Searched refs:high_pc (Results 1 – 2 of 2) sorted by relevance
283 char *high_pc; in _dl_start_profile() member292 || (offsetof (struct real_gmon_hist_hdr, high_pc) in _dl_start_profile()293 != offsetof (struct gmon_hist_hdr, high_pc)) in _dl_start_profile()305 hist_hdr.high_pc = (char *) mapend; in _dl_start_profile()
200 char *high_pc; member870 || (offsetof (struct real_gmon_hist_hdr, high_pc) in load_profdata()871 != offsetof (struct gmon_hist_hdr, high_pc)) in load_profdata()883 hist_hdr.high_pc = (char *) shobj->highpc - shobj->map->l_addr; in load_profdata()885 printf ("low_pc = %p\nhigh_pc = %p\n", hist_hdr.low_pc, hist_hdr.high_pc); in load_profdata()
Completed in 6 milliseconds