Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c1224 caddr_t mintmp = (caddr_t)-1; in mapelfexec() local
1277 if (addr < mintmp) in mapelfexec()
1278 mintmp = addr; in mapelfexec()
1376 ASSERT(mintmp != (caddr_t)-1); in mapelfexec()
1377 *minaddr = (intptr_t)mintmp; in mapelfexec()