Home
last modified time | relevance | path

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

/external/strace/xlat/
Dnt_descriptor_types.h23 #if defined(NT_TASKSTRUCT) || (defined(HAVE_DECL_NT_TASKSTRUCT) && HAVE_DECL_NT_TASKSTRUCT)
24 XLAT(NT_TASKSTRUCT),
Dnt_descriptor_types.in5 NT_TASKSTRUCT
/external/kernel-headers/original/uapi/linux/
Delf.h373 #define NT_TASKSTRUCT 4 macro
/external/kmod/port-gnu/
Delf.h633 #define NT_TASKSTRUCT 4 /* Contains copy of task structure */ macro
/external/elfutils/libelf/
Delf.h634 #define NT_TASKSTRUCT 4 /* Contains copy of task structure */ macro
/external/elfutils/src/
Delflint.c4267 case NT_TASKSTRUCT: /* NT_PRXREG on Solaris. */ in check_note_data()