Home
last modified time | relevance | path

Searched refs:from_pc (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/elf/
Ddl-profile.c132 uintptr_t from_pc; member
531 while (fromp->here->from_pc != frompc) in _dl_mcount()
536 while (fromp->link != 0 && fromp->here->from_pc != frompc); in _dl_mcount()
538 if (fromp->here->from_pc != frompc) in _dl_mcount()
572 data[newarc].from_pc = frompc; in _dl_mcount()
Dsprof.c134 uintptr_t from_pc; member
1201 && ((data[cnt].from_pc == 0 && runp->idx != (size_t) -1l) in add_arcs()
1202 || (data[cnt].from_pc != 0 in add_arcs()
1204 || data[cnt].from_pc < sortsym[runp->idx]->addr in add_arcs()
1205 || (data[cnt].from_pc in add_arcs()
1216 if (data[cnt].from_pc == 0) in add_arcs()
1219 newp->idx = find_symbol (data[cnt].from_pc); in add_arcs()
1230 sym_idx = find_symbol (data[cnt].from_pc); in add_arcs()
/glibc-2.36/gmon/sys/
Dgmon_out.h71 char from_pc[sizeof (char *)]; /* address within caller's body */ member
/glibc-2.36/ChangeLog.old/
DChangeLog.65179 (struct gmon_cg_arc_record): Fix from_pc, self_pc, count.