Home
last modified time | relevance | path

Searched defs:core32 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/sys/
H A Dcore.h96 struct core32 { struct
97 uint32_t c_midmag; /* magic, id, flags */
98 uint16_t c_hdrsize; /* Size of this header (machdep algn) */
99 uint16_t c_seghdrsize; /* Size of a segment header */
100 uint32_t c_nseg; /* # of core segments */
101 char c_name[MAXCOMLEN+1]; /* Copy of p->p_comm */
102 uint32_t c_signo; /* Killing signal */
103 u_int c_ucode; /* Hmm ? */
104 u_int c_cpusize; /* Size of machine dependent segment */
105 u_int c_tsize; /* Size of traditional text segment */
[all …]