Searched refs:funcsize (Results 1 – 3 of 3) sorted by relevance
232 extern void thr_sighndlrinfo(void (**func)(), int *funcsize); in walkcontext()
300 size_t size, objsize, funcsize, labelsize, plen; in ctf_update() local393 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()
2679 thr_sighndlrinfo(void (**func)(), int *funcsize) in thr_sighndlrinfo() argument2682 *funcsize = (char *)&__sighndlrend - (char *)&__sighndlr; in thr_sighndlrinfo()