Lines Matching refs:froms
163 struct arc_list *froms; member
219 struct here_fromstruct *froms; member
752 struct here_fromstruct *froms; in load_profdata() local
928 result->froms = (struct here_fromstruct *) ((char *) result->tos in load_profdata()
935 froms = result->froms; in load_profdata()
943 froms[newfromidx].here = &data[idx]; in load_profdata()
944 froms[newfromidx].link = tos[to_index]; in load_profdata()
1146 newsym->froms = NULL; in read_symbols()
1198 struct arc_list *runp = sym->froms; in add_arcs()
1221 newp->next = sym->froms; in add_arcs()
1222 sym->froms = newp; in add_arcs()
1342 if (sortsym[cnt]->froms != NULL || sortsym[cnt]->tos != NULL) in generate_call_graph()
1348 runp = sortsym[cnt]->froms; in generate_call_graph()
1408 if (sortsym[cnt]->froms != NULL || sortsym[cnt]->tos != NULL) in generate_call_pair_list()
1413 runp = sortsym[cnt]->froms; in generate_call_pair_list()