| /titanic_53/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | sections.c | 122 Str_hash *strhash = stp->st_hashbcks[cnt]; in Dbg_sec_strtab() local 124 if (strhash == NULL) in Dbg_sec_strtab() 129 while (strhash) { in Dbg_sec_strtab() 130 size_t stroff = strhash->hi_mstr->sm_strlen - in Dbg_sec_strtab() 131 strhash->hi_strlen; in Dbg_sec_strtab() 135 EC_XWORD(strhash->hi_refcnt), in Dbg_sec_strtab() 136 strhash->hi_mstr->sm_str); in Dbg_sec_strtab() 139 EC_XWORD(strhash->hi_refcnt), in Dbg_sec_strtab() 140 &strhash->hi_mstr->sm_str[stroff], in Dbg_sec_strtab() 141 strhash->hi_mstr->sm_str); in Dbg_sec_strtab() [all …]
|
| /titanic_53/usr/src/tools/ctf/cvt/ |
| H A D | strtab.h | 38 typedef struct strhash { struct 43 struct strhash *str_next; /* next string in hash chain */ argument
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/hash/ |
| H A D | strhash.c | 37 strhash(const char* as) in strhash() function
|
| /titanic_53/usr/src/uts/common/os/ |
| H A D | modhash.c | 251 mod_hash_destroy_strhash(mod_hash_t *strhash) in mod_hash_destroy_strhash() argument 253 ASSERT(strhash); in mod_hash_destroy_strhash() 254 mod_hash_destroy_hash(strhash); in mod_hash_destroy_strhash()
|
| /titanic_53/usr/src/cmd/sgs/rtld/ |
| H A D | Makefile.com | 30 TOOLOBJS= alist.o strhash.o
|
| /titanic_53/usr/src/cmd/sgs/libld/ |
| H A D | Makefile.com | 49 strhash.o
|
| /titanic_53/usr/src/cmd/sgs/rtld/common/ |
| H A D | analyze.c | 1449 Pdesc *pdp, Word *strhash, int *in_nfavl) in find_file() argument 1495 if (*strhash == NULL) in find_file() 1496 *strhash = (Word)elf_hash(oname); in find_file() 1497 fobj = elf_config_ent(oname, *strhash, in find_file() 2018 Word strhash = 0; in load_so() local 2048 &strhash, in_nfavl) == 0) { in load_so()
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/ |
| H A D | README | 33 strhash return hash code for null terminated string
|
| H A D | Makefile | 70 memhash.c memsum.c strhash.c strkey.c strsum.c \
|
| H A D | Mamfile | 634 make strhash.o 635 make hash/strhash.c 637 done hash/strhash.c 638 meta strhash.o %.c>%.o hash/strhash.c strhash 639 prev hash/strhash.c 640 …${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Ihash -Iinclude -Istd -D_PACKAGE_ast -c hash/strhash.c 641 done strhash.o generated 6100 …ashlook.o hashscan.o hashsize.o hashview.o hashwalk.o memhash.o memsum.o strhash.o strkey.o strsum…
|
| /titanic_53/usr/src/contrib/ast/src/lib/libast/include/ |
| H A D | ast.h | 332 extern unsigned int strhash(const char*);
|
| /titanic_53/usr/src/cmd/ast/libast/i386/FEATURE/ |
| H A D | map | 319 #undef strhash 320 #define strhash _ast_strhash
|
| /titanic_53/usr/src/cmd/ast/libast/sparc/FEATURE/ |
| H A D | map | 319 #undef strhash 320 #define strhash _ast_strhash
|
| /titanic_53/usr/src/cmd/ast/libast/amd64/FEATURE/ |
| H A D | map | 319 #undef strhash 320 #define strhash _ast_strhash
|
| /titanic_53/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
| H A D | map | 319 #undef strhash 320 #define strhash _ast_strhash
|
| /titanic_53/usr/src/lib/libsqlite/tool/ |
| H A D | lemon.c | 3717 PRIVATE int strhash(x) in strhash() function 3796 ph = strhash(data); 3821 h = strhash(oldnp->data) & (size-1); 3852 h = strhash(key) & (x1a->size-1); 3959 ph = strhash(key); 3984 h = strhash(oldnp->key) & (size-1); 4017 h = strhash(key) & (x2a->size-1);
|
| /titanic_53/usr/src/contrib/ast/src/cmd/ksh93/ |
| H A D | README | 162 possible to use the strhash() function to generate numbers to
|
| /titanic_53/usr/src/cmd/ast/libast/ |
| H A D | Makefile.defs | 206 hash/strhash.o \
|