Lines Matching defs:core
79 Elf *sym_elf; /* faked-up ELF handle from core file */
122 off64_t map_offset; /* offset into core file (if core) */
126 typedef struct lwp_info { /* per-lwp information from core file */
142 typedef struct core_info { /* information specific to core files */
143 char core_dmodel; /* data model for core file */
148 off64_t core_size; /* size of core file in bytes */
149 char *core_platform; /* platform string from core file */
150 struct utsname *core_uts; /* uname(2) data from core file */
151 prcred_t *core_cred; /* process credential from core file */
152 core_content_t core_content; /* content dumped to core file */
153 prpriv_t *core_priv; /* process privileges from core file */
155 void *core_privinfo; /* system privileges info from core file */
157 char *core_zonename; /* zone name from core file */
159 struct ssd *core_ldt; /* LDT entries from core file */
160 uint_t core_nldt; /* number of LDT entries in core file */
225 core_info_t *core; /* information specific to core (if PS_DEAD) */