Searched refs:core_info (Results 1 – 2 of 2) sorted by relevance
2210 core_info_t *core_info; in Pfgrab_core() local2298 if ((core_info = calloc(1, sizeof (core_info_t))) == NULL) { in Pfgrab_core()2303 P->data = core_info; in Pfgrab_core()2304 list_link(&core_info->core_lwp_head, NULL); in Pfgrab_core()2305 core_info->core_size = stbuf.st_size; in Pfgrab_core()2311 core_info->core_content = CC_CONTENT_STACK | CC_CONTENT_HEAP | in Pfgrab_core()2317 core_info->core_dmodel = PR_MODEL_ILP32; in Pfgrab_core()2320 core_info->core_dmodel = PR_MODEL_LP64; in Pfgrab_core()2326 core_info->core_osabi = core.e_hdr.e_ident[EI_OSABI]; in Pfgrab_core()2389 if (notes == 0 || (notes == 1 && core_info->core_osabi == in Pfgrab_core()[all …]
150 typedef struct core_info { /* information specific to core files */ struct