Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c232 extern void thr_sighndlrinfo(void (**func)(), int *funcsize); in walkcontext()
/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c300 size_t size, objsize, funcsize, labelsize, plen; in ctf_update() local
393 for (objsize = 0, funcsize = 0, i = 0; i < fp->ctf_nsyms; i++) { in ctf_update()
419 funcsize += sizeof (uint16_t); in ctf_update()
421 funcsize += sizeof (uint16_t) * in ctf_update()
439 hdr.cth_typeoff = hdr.cth_funcoff + funcsize; in ctf_update()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dthr.c2679 thr_sighndlrinfo(void (**func)(), int *funcsize) in thr_sighndlrinfo() argument
2682 *funcsize = (char *)&__sighndlrend - (char *)&__sighndlr; in thr_sighndlrinfo()