Home
last modified time | relevance | path

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

/elf/
A Ddl-profile.c283 char *high_pc; in _dl_start_profile() member
292 || (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()
A Dsprof.c200 char *high_pc; member
870 || (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