Searched refs:funcsize (Results 1 – 3 of 3) sorted by relevance
233 extern void thr_sighndlrinfo(void (**func)(), int *funcsize); in walkcontext()
290 size_t size, objsize, funcsize, labelsize, plen; in ctf_update() local383 for (objsize = 0, funcsize = 0, i = 0; i < fp->ctf_nsyms; i++) { in ctf_update()409 funcsize += sizeof (uint16_t); in ctf_update()411 funcsize += sizeof (uint16_t) * in ctf_update()429 hdr.cth_typeoff = hdr.cth_funcoff + funcsize; in ctf_update()
2597 thr_sighndlrinfo(void (**func)(), int *funcsize) in thr_sighndlrinfo() argument2600 *funcsize = (char *)&__sighndlrend - (char *)&__sighndlr; in thr_sighndlrinfo()