Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_gprf.c90 } Arc; typedef
118 static Arc ** __ghscallgraph_hashtbl;
127 static Arc * __ghscallgraph_arcpool;
259 Arc *a = __ghscallgraph_hashtbl[hashidx]; in __ghs_prof_dump_callgraph()
323 sizeof(Arc *)); in init_callgraph()
333 sizeof(Arc)); in init_callgraph()
348 (Arc **)__ghs_calloc(__ghscallgraph_memallocated , 1); in init_callgraph()
358 __ghscallgraph_arcpool = (Arc *)(__ghscallgraph_hashtbl + in init_callgraph()
415 Arc *arcptr, **arcnextptr; in __ghs_indgcount()