Searched refs:p_file (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c163 if ((pt->p_file = mdb_gelf_create(io, ET_NONE, GF_FILE)) == NULL)
166 pt->p_symtab = mdb_gelf_symtab_create_file(pt->p_file,
168 pt->p_dynsym = mdb_gelf_symtab_create_file(pt->p_file,
189 return (pt->p_file);
212 if (pt->p_file != NULL) {
213 mdb_gelf_destroy(pt->p_file);
214 pt->p_file = NULL;
894 (void) mdb_dis_select(pt_disasm(&pt->p_file->gf_ehdr));
986 mdb_io_rele(pt->p_file->gf_io);
987 pt->p_file
[all...]
H A Dmdb_proc.h143 mdb_gelf_file_t *p_file; /* ELF file object */ member in struct:pt_data
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c543 uint_t e_mach = pt->p_file ? pt->p_file->gf_ehdr.e_machine : EM_NONE;

Completed in 1346 milliseconds