Searched defs:external_sun3_core (Results 1 – 2 of 2) sorted by relevance
341 struct external_sun3_core struct343 int c_magic; /* Corefile magic number. */344 int c_len; /* Sizeof (struct core). */346 int c_regs[18]; /* General purpose registers -- MACHDEP SIZE. */347 struct external_exec c_aouthdr; /* A.out header. */348 int c_signo; /* Killing signal, if any. */349 int c_tsize; /* Text size (bytes). */350 int c_dsize; /* Data size (bytes). */351 int c_ssize; /* Stack size (bytes). */352 char c_cmdname[CORE_NAMELEN + 1]; /* Command name. */[all …]
379 struct external_sun3_core struct381 int c_magic; /* Corefile magic number */382 int c_len; /* Sizeof (struct core) */384 int c_regs[18]; /* General purpose registers -- MACHDEP SIZE */385 struct external_exec c_aouthdr; /* A.out header */386 int c_signo; /* Killing signal, if any */387 int c_tsize; /* Text size (bytes) */388 int c_dsize; /* Data size (bytes) */389 int c_ssize; /* Stack size (bytes) */390 char c_cmdname[CORE_NAMELEN + 1]; /* Command name */[all …]