Hackfut Security File Manager
Current Path:
/usr/include/asm
usr
/
include
/
asm
/
📁
..
📄
a.out.h
(693 B)
📄
auxvec.h
(281 B)
📄
bitsperlong.h
(229 B)
📄
boot.h
(260 B)
📄
bootparam.h
(2.9 KB)
📄
byteorder.h
(137 B)
📄
debugreg.h
(2.84 KB)
📄
e820.h
(2.21 KB)
📄
errno.h
(31 B)
📄
fcntl.h
(31 B)
📄
hyperv.h
(7.91 KB)
📄
ioctl.h
(31 B)
📄
ioctls.h
(32 B)
📄
ipcbuf.h
(32 B)
📄
ist.h
(790 B)
📄
kvm.h
(6.07 KB)
📄
kvm_para.h
(2.25 KB)
📄
ldt.h
(1.21 KB)
📄
mce.h
(5.12 KB)
📄
mman.h
(170 B)
📄
msgbuf.h
(32 B)
📄
msr-index.h
(22.08 KB)
📄
msr.h
(311 B)
📄
mtrr.h
(3.7 KB)
📄
param.h
(31 B)
📄
poll.h
(30 B)
📄
posix_types.h
(92 B)
📄
posix_types_32.h
(1.29 KB)
📄
posix_types_64.h
(1.28 KB)
📄
prctl.h
(190 B)
📄
processor-flags.h
(3.57 KB)
📄
ptrace-abi.h
(1.75 KB)
📄
ptrace.h
(1.16 KB)
📄
resource.h
(34 B)
📄
sembuf.h
(699 B)
📄
setup.h
(82 B)
📄
shmbuf.h
(32 B)
📄
sigcontext.h
(5.28 KB)
📄
sigcontext32.h
(1.64 KB)
📄
siginfo.h
(198 B)
📄
signal.h
(2.89 KB)
📄
socket.h
(32 B)
📄
sockios.h
(33 B)
📄
stat.h
(2.27 KB)
📄
statfs.h
(353 B)
📄
swab.h
(1.15 KB)
📄
termbits.h
(34 B)
📄
termios.h
(33 B)
📄
types.h
(114 B)
📄
ucontext.h
(339 B)
📄
unistd.h
(82 B)
📄
unistd_32.h
(10.44 KB)
📄
unistd_64.h
(23.67 KB)
📄
vm86.h
(2.98 KB)
📄
vsyscall.h
(375 B)
Editing: sigcontext32.h
#ifndef _ASM_X86_SIGCONTEXT32_H #define _ASM_X86_SIGCONTEXT32_H #include <linux/types.h> /* signal context for 32bit programs. */ #define X86_FXSR_MAGIC 0x0000 struct _fpreg { unsigned short significand[4]; unsigned short exponent; }; struct _fpxreg { unsigned short significand[4]; unsigned short exponent; unsigned short padding[3]; }; struct _xmmreg { __u32 element[4]; }; /* FSAVE frame with extensions */ struct _fpstate_ia32 { /* Regular FPU environment */ __u32 cw; __u32 sw; __u32 tag; /* not compatible to 64bit twd */ __u32 ipoff; __u32 cssel; __u32 dataoff; __u32 datasel; struct _fpreg _st[8]; unsigned short status; unsigned short magic; /* 0xffff = regular FPU data only */ /* FXSR FPU environment */ __u32 _fxsr_env[6]; __u32 mxcsr; __u32 reserved; struct _fpxreg _fxsr_st[8]; struct _xmmreg _xmm[8]; /* It's actually 16 */ __u32 padding[44]; union { __u32 padding2[12]; struct _fpx_sw_bytes sw_reserved; }; }; struct sigcontext_ia32 { unsigned short gs, __gsh; unsigned short fs, __fsh; unsigned short es, __esh; unsigned short ds, __dsh; unsigned int di; unsigned int si; unsigned int bp; unsigned int sp; unsigned int bx; unsigned int dx; unsigned int cx; unsigned int ax; unsigned int trapno; unsigned int err; unsigned int ip; unsigned short cs, __csh; unsigned int flags; unsigned int sp_at_signal; unsigned short ss, __ssh; unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ unsigned int oldmask; unsigned int cr2; }; #endif /* _ASM_X86_SIGCONTEXT32_H */
Upload File
Create Folder