Searched refs:hasharc (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h315 struct hasharc { struct
316 struct hasharc *next; /* next gprof record */
328 struct hasharc **hash_ptr; /* gprof hash table */
329 struct hasharc **unique_ptr; /* function unique pointer */
331 struct hasharc *cache_ptr[MAX_CACHE]; /* cache element pointers */
391 struct hasharc **hash_ptr; /* gprof hash table */
396 struct hasharc *dummy_ptr; /* pointer to dummy gprof record */
H A Dprofile-md.c228 struct hasharc _gprof_dummy = { 0 };
484 arc_size = ROUNDUP(PROFILE_NUM_ARCS * sizeof(struct hasharc), page_size);
486 hash_size = _profile_hash_size * sizeof (struct hasharc *);
506 pv->md.hash_ptr = (struct hasharc **) _profile_alloc(pv, hash_size, ACONTEXT_MISC);
605 *(gfunc->unique_ptr) = (struct hasharc *)0;
616 memset((void *)pv->md.hash_ptr, '\0', pv->md.hash_size * sizeof(struct hasharc *));
640 struct hasharc *hptr;
648 hptr = (struct hasharc *)plist->first;
785 struct hasharc *hptr;
800 struct hasharc *hpt
[all...]

Completed in 19 milliseconds