Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c707 int isupi; in sobj2ts() local
720 isupi = addr - (uintptr_t)sym.st_value < sym.st_size; in sobj2ts()
721 ttoff = (isupi ? 0 : TURNSTILE_HASH_SIZE) + TURNSTILE_SOBJ_HASH(addr); in sobj2ts()