Searched refs:self_pc (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gprof/ |
| D | call_graph.c | 34 cg_tally (from_pc, self_pc, count) in cg_tally() argument 36 bfd_vma self_pc; 43 child = sym_lookup (&symtab, self_pc); 87 bfd_vma from_pc, self_pc; local 91 || gmon_io_read_vma (ifp, &self_pc) 101 (unsigned long) from_pc, (unsigned long) self_pc, 104 cg_tally (from_pc, self_pc, count);
|
| D | gmon_io.c | 414 bfd_vma from_pc, self_pc; local 569 while (gmon_read_raw_arc (ifp, &from_pc, &self_pc, &count) == 0) 575 (unsigned long) from_pc, (unsigned long) self_pc, count)); 578 cg_tally (from_pc, self_pc, count);
|
| D | gmon.h | 137 char self_pc[sizeof(void *)];
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gprof/ |
| D | call_graph.c | 34 cg_tally (bfd_vma from_pc, bfd_vma self_pc, unsigned long count) in cg_tally() argument 40 child = sym_lookup (&symtab, self_pc); in cg_tally() 82 bfd_vma from_pc, self_pc; in cg_read_rec() local 86 || gmon_io_read_vma (ifp, &self_pc) in cg_read_rec() 96 (unsigned long) from_pc, (unsigned long) self_pc, in cg_read_rec() 99 cg_tally (from_pc, self_pc, count); in cg_read_rec()
|
| D | gmon_io.c | 390 bfd_vma from_pc, self_pc; in gmon_out_read() local 545 while (gmon_read_raw_arc (ifp, &from_pc, &self_pc, &count) == 0) in gmon_out_read() 551 (unsigned long) from_pc, (unsigned long) self_pc, count)); in gmon_out_read() 554 cg_tally (from_pc, self_pc, count); in gmon_out_read()
|