Searched refs:ctf_strtab (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_open.c704 bcopy(strsect, &fp->ctf_strtab, sizeof (ctf_sect_t));
711 if (fp->ctf_strtab.cts_name != NULL)
712 fp->ctf_strtab.cts_name = ctf_strdup(fp->ctf_strtab.cts_name);
718 if (fp->ctf_strtab.cts_name == NULL)
719 fp->ctf_strtab.cts_name = _CTF_NULLSTR;
843 if (fp->ctf_strtab.cts_data != NULL)
844 ctf_sect_munmap(&fp->ctf_strtab);
859 if (fp->ctf_strtab.cts_name != _CTF_NULLSTR &&
860 fp->ctf_strtab
[all...]
H A Dctf_impl.h193 ctf_sect_t ctf_strtab; /* string table from object file */ member in struct:ctf_file

Completed in 128 milliseconds