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