Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c115 bkts[bktno].stbind = bind->stbind; in store_binding()
133 bkts[i].stbind = bind->stbind; in store_binding()
221 if (bind->stbind) in profile_binding()
226 bind->stbind, in profile_binding()
231 } else if (bind->stbind) in profile_binding()
236 bind->stbind, in profile_binding()
241 } else if (bind->sym && bind->stbind) in profile_binding()
246 bind->stbind, in profile_binding()
292 if (bkts[i].stbind) in output_binding()
297 bkts[i].stbind, in output_binding()
[all …]
H A Dstatic_prof.h69 char *stbind; member