Home
last modified time | relevance | path

Searched refs:mdb_syminfo_t (Results 1 – 20 of 20) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h192 } mdb_syminfo_t; typedef
202 GElf_Sym *, mdb_syminfo_t *);
205 const char *, GElf_Sym *, mdb_syminfo_t *);
216 char *, size_t, GElf_Sym *, mdb_syminfo_t *);
222 const mdb_syminfo_t *sip, const char *);
H A Dmdb_nm.c88 mdb_syminfo_t nm_si;
110 mdb_syminfo_t ngs_si;
296 const mdb_syminfo_t *sip, const char *obj) in nm_print()
328 const mdb_syminfo_t *sip, const char *obj) in nm_any()
336 const mdb_syminfo_t *sip, const char *obj) in nm_undef()
347 const mdb_syminfo_t *sip, const char *obj) in nm_asgn()
371 const mdb_syminfo_t *sip, const char *obj) in nm_cnt_any()
381 const mdb_syminfo_t *sip, const char *obj) in nm_cnt_undef()
392 const mdb_syminfo_t *sip, const char *obj) in nm_get_any()
410 const mdb_syminfo_t *sip, const char *obj) in nm_get_undef()
[all …]
H A Dmdb_kvm.h142 const char *, GElf_Sym *, mdb_syminfo_t *);
145 uint_t, char *, size_t, GElf_Sym *, mdb_syminfo_t *);
H A Dmdb_ctf_impl.h41 extern int mdb_ctf_lookup_by_symbol(const GElf_Sym *, const mdb_syminfo_t *,
H A Dmdb_target_impl.h87 const char *, const char *, GElf_Sym *, mdb_syminfo_t *);
90 uintptr_t, uint_t, char *, size_t, GElf_Sym *, mdb_syminfo_t *);
H A Dmdb_ctf.h82 extern int mdb_ctf_func_info(const GElf_Sym *, const mdb_syminfo_t *,
H A Dmdb_proc.h186 mdb_syminfo_t psym_info; /* Symbol id and table id */
H A Dmdb_kproc.c83 mdb_syminfo_t sym_info; /* Symbol id and table id */
569 const char *name, GElf_Sym *symp, mdb_syminfo_t *sip) in kp_lookup_by_name()
636 char *buf, size_t nbytes, GElf_Sym *symp, mdb_syminfo_t *sip) in kp_lookup_by_addr()
H A Dmdb_kvm.c84 mdb_syminfo_t sym_info; /* Symbol id and table id */
831 GElf_Sym *symp, mdb_syminfo_t *sip) in kt_lookup_by_name()
884 char *buf, size_t nbytes, GElf_Sym *symp, mdb_syminfo_t *sip) in kt_lookup_by_addr()
1086 mdb_syminfo_t info; in kt_mapping_walk()
H A Dmdb_target.c544 const char *name, GElf_Sym *symp, mdb_syminfo_t *sip) in mdb_tgt_lookup_by_name()
546 mdb_syminfo_t info; in mdb_tgt_lookup_by_name()
575 char *buf, size_t len, GElf_Sym *symp, mdb_syminfo_t *sip) in mdb_tgt_lookup_by_addr()
577 mdb_syminfo_t info; in mdb_tgt_lookup_by_addr()
606 mdb_syminfo_t *sip) in mdb_tgt_lookup_by_scope()
H A Dmdb_ctf.c338 mdb_ctf_lookup_by_symbol(const GElf_Sym *symp, const mdb_syminfo_t *sip, in mdb_ctf_lookup_by_symbol()
372 mdb_syminfo_t si; in mdb_ctf_lookup_by_addr()
430 mdb_ctf_func_info(const GElf_Sym *symp, const mdb_syminfo_t *sip, in mdb_ctf_func_info()
438 mdb_syminfo_t si; in mdb_ctf_func_info()
H A Dmdb_tab.c474 const mdb_syminfo_t *sip, const char *obj) in tab_complete_global()
H A Dmdb_proc.c125 const char *, GElf_Sym *, mdb_syminfo_t *, mdb_tgt_tid_t);
1764 mdb_syminfo_t si; in pt_tls()
2556 mdb_syminfo_t *pl_sip;
2619 const char *name, GElf_Sym *symp, mdb_syminfo_t *sip, mdb_tgt_tid_t tid) in pt_lookup_by_name_thr()
2731 const char *name, GElf_Sym *symp, mdb_syminfo_t *sip) in pt_lookup_by_name()
2738 char *buf, size_t nbytes, GElf_Sym *symp, mdb_syminfo_t *sip) in pt_lookup_by_addr()
H A Dmdb_cmds.c1342 const mdb_syminfo_t *sip, const char *obj) in print_global()
1385 const mdb_syminfo_t *sip, const char *obj) in print_file()
1705 const mdb_syminfo_t *sip, const char *obj) in findsym_cb()
H A Dmdb_print.c119 GElf_Sym *symp, mdb_syminfo_t *sip) in addr_to_sym()
801 mdb_syminfo_t s_info; in cmd_array()
2270 mdb_syminfo_t s_info; in cmd_print()
H A Dmdb_modapi.c853 const mdb_syminfo_t *sip, const char *obj) in mdb_symbol_cb()
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_module.h101 GElf_Sym *, mdb_syminfo_t *);
103 mdb_syminfo_t *);
H A Dkmdb_module.c45 mdb_syminfo_t sym_info; /* Symbol id and table id */
90 size_t nbytes, GElf_Sym *symp, mdb_syminfo_t *sip) in kmdb_module_lookup_by_addr()
154 mdb_syminfo_t *sip) in kmdb_module_lookup_by_name()
H A Dkmdb_kvm.c72 mdb_syminfo_t sym_info; /* Symbol id and table id */
866 char *buf, size_t nbytes, GElf_Sym *symp, mdb_syminfo_t *sip) in kmt_lookup_by_addr()
974 GElf_Sym *symp, mdb_syminfo_t *sip) in kmt_lookup_by_name()
1136 mdb_syminfo_t info; in kmt_mapping_walk()
/titanic_44/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c225 mdb_syminfo_t sip; in mdb_amd64_kvm_stack_iter()