Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h202 struct ctf_file { struct
203 const ctf_fileops_t *ctf_fileops; /* version-specific file operations */ argument
222 struct ctf_file *ctf_parent; /* parent CTF container (if any) */ argument
244 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info)) argument
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_merge.c1307 ctf_merge_symbol_match(const char *ctf_file, const char *ctf_name, in ctf_merge_symbol_match()