Home
last modified time | relevance | path

Searched refs:p_file (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c191 return (pt->p_file); in pt_open_aout()
214 if (pt->p_file != NULL) { in pt_close_aout()
215 mdb_gelf_destroy(pt->p_file); in pt_close_aout()
216 pt->p_file = NULL; in pt_close_aout()
989 pt->p_file->gf_io = pt->p_fio; in pt_setflags()
2542 if (pt->p_file != NULL) { in pt_fread()
2556 if (pt->p_file != NULL) { in pt_fwrite()
2783 if (pt->p_file != NULL && in pt_lookup_by_name_thr()
5201 if (pt->p_file == NULL) in pt_xd_ehdr()
5444 if (pt->p_file != NULL) in mdb_proc_tgt_create()
[all …]
H A Dmdb_proc.h140 mdb_gelf_file_t *p_file; /* ELF file object */ member