Searched refs:NT_SIGINFO (Results 1 – 22 of 22) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | elf_gnu_compat.h | 47 #ifndef NT_SIGINFO 48 #define NT_SIGINFO 0x53494749 macro
|
/external/strace/xlat/ |
D | nt_descriptor_types.h | 118 #if defined(NT_SIGINFO) || (defined(HAVE_DECL_NT_SIGINFO) && HAVE_DECL_NT_SIGINFO) 120 static_assert((NT_SIGINFO) == (0x53494749), "NT_SIGINFO != 0x53494749"); 123 # define NT_SIGINFO 0x53494749 495 XLAT(NT_SIGINFO),
|
D | nt_descriptor_types.in | 17 NT_SIGINFO 0x53494749
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_core_dumper.cc | 224 case NT_SIGINFO: { in EnumerateThreads()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 382 #define NT_SIGINFO 0x53494749 macro
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 199 pub const NT_SIGINFO: u32 = 1397311305; constant
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | note-core.test | 243 ## Check ELF::NT_SIGINFO. 245 # RUN: llvm-readelf --notes %t49.o | FileCheck %s --check-prefix=CHECK-GNU -DDESC="NT_SIGINFO (sig… 246 # RUN: llvm-readobj --notes %t49.o | FileCheck %s --check-prefix=CHECK-LLVM -DDESC="NT_SIGINFO (sig…
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1417 NT_SIGINFO = 0x53494749, enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1445 NT_SIGINFO = 0x53494749, enumerator
|
/external/llvm-project/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 816 case ELF::NT_SIGINFO: { in parseLinuxNotes()
|
/external/elfutils/config/ |
D | ChangeLog | 379 * elfutils.spec.in: Update for readelf NT_SIGINFO and NT_FILE
|
D | elfutils.spec.in | 632 - readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
|
/external/google-breakpad/src/third_party/musl/include/ |
D | elf.h | 522 #define NT_SIGINFO 0x53494749 macro
|
/external/kmod/port-gnu/ |
D | elf.h | 645 #define NT_SIGINFO 0x53494749 /* Contains copy of siginfo_t, macro
|
/external/elfutils/ |
D | ChangeLog | 596 * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
|
D | NEWS | 426 readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
|
/external/elfutils/libelf/ |
D | elf.h | 758 #define NT_SIGINFO 0x53494749 /* Contains copy of siginfo_t, macro
|
/external/elfutils/libebl/ |
D | ChangeLog | 421 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 5494 {ELF::NT_SIGINFO, "NT_SIGINFO (siginfo_t data)"},
|
/external/elfutils/src/ |
D | ChangeLog | 2543 (handle_notes_data): Call it to handle NT_SIGINFO notes.
|
D | readelf.c | 12481 case NT_SIGINFO: in handle_notes_data()
|
/external/strace/ |
D | ChangeLog | 9239 (NT_SIGINFO, NT_FILE, NT_PPC_*, NT_S390_*, NT_ARM_*, NT_METAG_*,
|