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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/
H A Dctf_impl.h178 * The ctf_file is the structure used to represent a CTF container to library
183 * NOTE: ctf_update() requires that everything inside of ctf_file either be an
185 * ctf_file itself, or a pointer to statically allocated data. If you add a
186 * pointer to ctf_file that points to something within the ctf_file itself,
189 struct ctf_file { struct
209 struct ctf_file *ctf_parent; /* parent CTF container (if any) */

Completed in 48 milliseconds