Searched refs:bkts (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c109 if (!bkts[bktno].sym) {
110 bkts[bktno].sym = bind->sym;
111 bkts[bktno].obj = bind->obj;
112 bkts[bktno].ref_lib = bind->ref_lib;
113 bkts[bktno].def_lib = bind->def_lib;
114 bkts[bktno].section = bind->section;
115 bkts[bktno].stbind = bind->stbind;
116 bkts[bktno].sttype = bind->sttype;
124 if (!bkts[i].sym)
127 if ((!bkts[
[all...]
H A Dstatic_prof.h72 static binding_bucket bkts[DEFBKTS]; variable
/opensolaris-onvv-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c226 int ndx, bkts; local
964 bkts = hash[0];
965 chain = &hash[2 + bkts];
973 for (ndx = 0; ndx < bkts; ndx++, hash++) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c3831 Word symndx, Word symn, Sym *syms, const char *file, ulong_t bkts,
3864 nbkt = nhash % bkts;
3879 ulong_t ndx, bkts; local
3905 bkts = *hash;
3906 chain = hash + 2 + bkts;
3951 for (ndx = 0; ndx < bkts; ndx++, hash++) {
3960 ndx, *hash, symn, syms, file, bkts, flags, 0);
3971 bkts, flags, 1);
3990 bkts = cnt = 0;
4003 bkts
3830 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, Word symndx, Word symn, Sym *syms, const char *file, ulong_t bkts, uint_t flags, int chain) argument
[all...]

Completed in 106 milliseconds