Searched refs:bkts (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 107 while (bkts[bktno].sym != NULL) { in store_binding() 114 bkts[bktno].sym = bind->sym; in store_binding() 115 bkts[bktno].obj = bind->obj; in store_binding() 116 bkts[bktno].ref_lib = bind->ref_lib; in store_binding() 117 bkts[bktno].def_lib = bind->def_lib; in store_binding() 118 bkts[bktno].section = bind->section; in store_binding() 119 bkts[bktno].stbind = bind->stbind; in store_binding() 120 bkts[bktno].sttype = bind->sttype; in store_binding() 142 if (!bkts[bktno].sym) in check_store_binding() 144 if (bkts[bktno].sym && (strcmp(bkts[bktno].sym, bind->sym)) == 0) { in check_store_binding() [all …]
|
H A D | static_prof.h | 72 static binding_bucket bkts[DEFBKTS]; variable
|
/titanic_44/usr/src/cmd/sgs/crle/common/ |
H A D | print.c | 226 int ndx, bkts; in scanconfig() local 964 bkts = hash[0]; in scanconfig() 965 chain = &hash[2 + bkts]; in scanconfig() 973 for (ndx = 0; ndx < bkts; ndx++, hash++) { in scanconfig()
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 3909 Word symndx, Word symn, Sym *syms, const char *file, ulong_t bkts, in hash_entry() argument 3942 nbkt = nhash % bkts; in hash_entry() 3957 ulong_t ndx, bkts; in hash() local 3983 bkts = *hash; in hash() 3984 chain = hash + 2 + bkts; in hash() 4029 for (ndx = 0; ndx < bkts; ndx++, hash++) { in hash() 4038 ndx, *hash, symn, syms, file, bkts, flags, 0); in hash() 4049 bkts, flags, 1); in hash() 4068 bkts = cnt = 0; in hash() 4081 bkts += _cnt; in hash() [all …]
|