Searched defs:ctf_file (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h169 * The ctf_file is the structure used to represent a CTF container to library
174 * NOTE: ctf_update() requires that everything inside of ctf_file either be an
176 * ctf_file itself, or a pointer to statically allocated data. If you add a
177 * pointer to ctf_file that points to something within the ctf_file itself,
180 struct ctf_file { struct
200 struct ctf_file *ctf_parent; /* parent CTF container (if any) */

Completed in 61 milliseconds