Searched refs:nllookup (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dlookup.c40 nllookup(mod_info_t *module, pctype address, pctype *nxtsym) function
90 (void) fprintf(stderr, "[nllookup] binary search fails???\n");
H A Dcalls.c190 childp = nllookup(&modules, destpc, NULL);
H A Dgprof.h383 nltype *nllookup(mod_info_t *, pctype, pctype *);
H A Dgprof.c716 parentp = nllookup(caller_mod, rawp->raw_frompc, NULL);
717 childp = nllookup(callee_mod, rawp->raw_selfpc, NULL);
744 * nllookup(), this deals with misses by mapping them to the next *higher*
802 if (fnl = nllookup(module, (pctype) *pcptr, &nxt_func)) {
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dlookup.c39 nllookup(mod_info_t *module, Address address, Address *nxtsym_val) function
93 * nllookup(), this deals with misses by mapping them to the next *higher*
H A Dprofv.h181 extern nltype *nllookup(mod_info_t *, Address, Address *);
H A Dprofv.c427 if (nl = nllookup(module, *pcptr, &nxt_func)) {
534 * nllookup() returns the next lower entry
538 if (nl = nllookup(mi, calleep->topc, 0)) {

Completed in 59 milliseconds