Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h48 struct ctf_file;
309 extern struct ctf_file *mdb_tgt_addr_to_ctf(mdb_tgt_t *, uintptr_t);
310 extern struct ctf_file *mdb_tgt_name_to_ctf(mdb_tgt_t *, const char *);
H A Dmdb_kvm.h154 extern struct ctf_file *kt_addr_to_ctf(mdb_tgt_t *, uintptr_t);
155 extern struct ctf_file *kt_name_to_ctf(mdb_tgt_t *, const char *);
H A Dmdb_value.c140 .t_addr_to_ctf = (struct ctf_file *(*)())mdb_tgt_null,
141 .t_name_to_ctf = (struct ctf_file *(*)())mdb_tgt_null,
H A Dmdb_target_impl.h101 struct ctf_file *(*t_addr_to_ctf)(mdb_tgt_t *, uintptr_t);
102 struct ctf_file *(*t_name_to_ctf)(mdb_tgt_t *, const char *);
H A Dmdb_rawfile.c393 .t_addr_to_ctf = (struct ctf_file *(*)())mdb_tgt_null,
394 .t_name_to_ctf = (struct ctf_file *(*)())mdb_tgt_null,
H A Dmdb_kproc.c918 .t_addr_to_ctf = (struct ctf_file *(*)())mdb_tgt_null,
919 .t_name_to_ctf = (struct ctf_file *(*)())mdb_tgt_null,
H A Dmdb_target.c699 struct ctf_file *
705 struct ctf_file *
/illumos-gate/usr/src/common/ctf/
H A Dctf_impl.h202 struct ctf_file { struct
222 struct ctf_file *ctf_parent; /* parent CTF container (if any) */ 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() argument
1319 ctf_file, ctf_name, ctf_bind); in ctf_merge_symbol_match()
1331 ctf_file != NULL && symtab_file != NULL && in ctf_merge_symbol_match()
1332 strcmp(ctf_file, symtab_file) == 0) { in ctf_merge_symbol_match()
1346 if (ctf_bind == STB_LOCAL && ctf_file != NULL && in ctf_merge_symbol_match()
1347 symtab_file != NULL && strcmp(ctf_file, symtab_file) == 0) { in ctf_merge_symbol_match()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h60 typedef struct ctf_file ctf_file_t;
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_bhyve.c1439 .t_addr_to_ctf = (struct ctf_file *(*)())mdb_tgt_null,
1440 .t_name_to_ctf = (struct ctf_file *(*)())mdb_tgt_null,