Home
last modified time | relevance | path

Searched refs:NT_TASKSTRUCT (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dnt_descriptor_types.h34 #if defined(NT_TASKSTRUCT) || (defined(HAVE_DECL_NT_TASKSTRUCT) && HAVE_DECL_NT_TASKSTRUCT)
36 static_assert((NT_TASKSTRUCT) == (4), "NT_TASKSTRUCT != 4");
39 # define NT_TASKSTRUCT 4
483 XLAT(NT_TASKSTRUCT),
Dnt_descriptor_types.in5 NT_TASKSTRUCT 4
/external/kernel-headers/original/uapi/linux/
Delf.h374 #define NT_TASKSTRUCT 4 macro
/external/syzkaller/sys/linux/
Dsys_386.const306 NT_TASKSTRUCT = 4
Dsys_amd64.const306 NT_TASKSTRUCT = 4
Dsys_arm.const306 NT_TASKSTRUCT = 4
Dsys_ppc64le.const306 NT_TASKSTRUCT = 4
Dsys_arm64.const306 NT_TASKSTRUCT = 4
Dsys.txt1018 pthread_regset = NT_PRSTATUS, NT_PRFPREG, NT_PRPSINFO, NT_TASKSTRUCT, NT_AUXV, NT_386_TLS, NT_386_I…
/external/kmod/port-gnu/
Delf.h633 #define NT_TASKSTRUCT 4 /* Contains copy of task structure */ macro
/external/elfutils/libelf/
Delf.h747 #define NT_TASKSTRUCT 4 /* Contains copy of task structure */ macro
/external/elfutils/src/
Delflint.c4300 case NT_TASKSTRUCT: /* NT_PRXREG on Solaris. */ in check_note_data()
/external/strace/
DChangeLog9234 NT_PRXREG, NT_TASKSTRUCT, NT_PLATFORM, NT_AUXV, NT_GWINDOWS, NT_ASRS,