Home | History | Annotate | Download | only in hppa

Lines Matching refs:core

42 #include <sys/core.h>
56 * Dump the machine specific header information at the start of a core dump.
60 struct core *core)
67 CORE_SETMAGIC(*core, COREMAGIC, MID_MACHINE, 0);
68 core->c_hdrsize = ALIGN(sizeof(*core));
69 core->c_seghdrsize = ALIGN(sizeof(cseg));
70 core->c_cpusize = sizeof(md_core);
71 core->c_nseg++;
86 cseg.c_size = core->c_cpusize;
89 core->c_seghdrsize), ENOSYS, error);