Searched refs:NT_TASKSTRUCT (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | nt_descriptor_types.h | 34 #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),
|
D | nt_descriptor_types.in | 5 NT_TASKSTRUCT 4
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 376 #define NT_TASKSTRUCT 4 macro
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 197 pub const NT_TASKSTRUCT: u32 = 4; constant
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | note-core.test | 18 ## Check NT_TASKSTRUCT. 20 # RUN: llvm-readelf --notes %t4.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_TASKSTRUCT (t… 21 # RUN: llvm-readobj --notes %t4.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_TASKSTRUCT (t…
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1365 NT_TASKSTRUCT = 4, enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1393 NT_TASKSTRUCT = 4, enumerator
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 510 #define NT_TASKSTRUCT 4 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 633 #define NT_TASKSTRUCT 4 /* Contains copy of task structure */ macro
|
/external/elfutils/libelf/ |
D | elf.h | 746 #define NT_TASKSTRUCT 4 /* Contains copy of task structure */ macro
|
/external/elfutils/src/ |
D | elflint.c | 4325 case NT_TASKSTRUCT: /* NT_PRXREG on Solaris. */ in check_note_data()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 5436 {ELF::NT_TASKSTRUCT, "NT_TASKSTRUCT (task structure)"},
|
/external/strace/ |
D | ChangeLog | 9234 NT_PRXREG, NT_TASKSTRUCT, NT_PLATFORM, NT_AUXV, NT_GWINDOWS, NT_ASRS,
|