Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Daoutf1.h340 struct external_sun3_core struct
342 int c_magic; /* Corefile magic number. */
343 int c_len; /* Sizeof (struct core). */
345 int c_regs[18]; /* General purpose registers -- MACHDEP SIZE. */
346 struct external_exec c_aouthdr; /* A.out header. */
347 int c_signo; /* Killing signal, if any. */
348 int c_tsize; /* Text size (bytes). */
349 int c_dsize; /* Data size (bytes). */
350 int c_ssize; /* Stack size (bytes). */
351 char c_cmdname[CORE_NAMELEN + 1]; /* Command name. */
[all …]