Home
last modified time | relevance | path

Searched refs:co_hash (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/sgs/include/
H A Drtc.h139 Word co_hash; /* name hash value */ member
/titanic_41/usr/src/cmd/sgs/crle/common/
H A Dconfig.c303 objtbl->co_hash = ent->e_hash; in genconfig()
380 objtbl->co_hash = ent->e_hash; in genconfig()
470 objtbl->co_hash = ent->e_hash; in genconfig()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c456 if ((obj->co_hash != hash) || (strcmp(name, str) != 0) || in elf_config_ent()