Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_elfwrite.c60 void *strdatabuf = NULL, *symdatabuf = NULL; in ctf_write_elf() local
216 ddata->d_buf = strdatabuf = ctf_alloc(strdatasz); in ctf_write_elf()
366 if (strdatabuf != NULL) in ctf_write_elf()
367 ctf_free(strdatabuf, strdatasz); in ctf_write_elf()