Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_create.c299 size_t size, objsize, funcsize, labelsize, plen; in ctf_update() local
342 for (labelsize = 0, dld = ctf_list_next(&fp->ctf_dldefs); in ctf_update()
344 labelsize += sizeof (ctf_lblent_t); in ctf_update()
432 hdr.cth_objtoff = hdr.cth_lbloff + labelsize; in ctf_update()