Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dldmain.c556 (size_t)php->lh_end - (size_t)php); in ld_ofl_cleanup()
559 (void) munmap((void *)php, (size_t)php->lh_end - (size_t)php); in ld_ofl_cleanup()
H A Dutil.c114 (((size_t)chp->lh_end - (size_t)chp->lh_free) <= asize)) { in libld_malloc()
130 nhp->lh_end = (void *)((size_t)nhp + tsize); in libld_malloc()
H A D_libld.h309 void *lh_end; member