Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/sys/
H A Dsbrk.c44 void *_nd = &_end; variable
90 char *old_brk = BRKALIGN(_nd); in _sbrk_unlocked()
100 _nd = new_brk; in _sbrk_unlocked()
137 old_brk = (uintptr_t)BRKALIGN(_nd); in _sbrk_grow_aligned()
152 _nd = (void *)new_brk; in _sbrk_grow_aligned()
179 _nd = new_brk; in brk()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c66 void *_nd = &_end; variable