Lines Matching +full:8 +full:- +full:way
1 /* SPDX-License-Identifier: GPL-2.0 */
7 /* Core file format: The core file is written in such a way that gdb
9 linux we use the 'trad-core' bfd). There are quite a number of
21 DATA: The data area is stored. We use current->end_text to
22 current->brk to pick up all of the user variables, plus any memory
24 is demand-zero or if a page is totally unused, we just cover the entire
25 range. All of the addresses are rounded in such a way that an integral
29 current->start_stack, so we round each of these off in order to be able
43 } fpregs[8];
46 unsigned char ftype[8];
50 /* When the kernel dumps core, it starts by dumping the user struct -
54 /* We start with the registers, to mimic the way that "memory" is returned
58 int u_fpvalid; /* True if math co-processor being used. */
75 int u_debugreg[8]; /* No longer used */