user.h\bits\mips64\arch - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/arch/mips64/bits/user.h
blob: 60fa1fda93823203aa05f840896d7a0abdaeeeea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
struct user {
	unsigned long regs[102];
	unsigned long u_tsize, u_dsize, u_ssize;
	unsigned long long start_code, start_data, start_stack;
	long long signal;
	unsigned long long *u_ar0;
	unsigned long long magic;
	char u_comm[32];
};
#define ELF_NGREG 45
#define ELF_NFPREG 33
typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG];
typedef double elf_fpreg_t, elf_fpregset_t[ELF_NFPREG];
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月10日 13:32:20 +0000

AltStyle によって変換されたページ (->オリジナル) /