Searched defs:external_sparc_core (Results 1 – 1 of 1) sorted by relevance
283 struct external_sparc_core struct285 int c_magic; /* Corefile magic number. */286 int c_len; /* Sizeof (struct core). */288 struct regs c_regs; /* General purpose registers -- MACHDEP SIZE. */289 struct external_exec c_aouthdr; /* A.out header. */290 int c_signo; /* Killing signal, if any. */291 int c_tsize; /* Text size (bytes). */292 int c_dsize; /* Data size (bytes). */293 int c_ssize; /* Stack size (bytes). */294 char c_cmdname[CORE_NAMELEN + 1]; /* Command name. */[all …]