Home
last modified time | relevance | path

Searched refs:NT_SIGINFO (Results 1 – 22 of 22) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_gnu_compat.h47 #ifndef NT_SIGINFO
48 #define NT_SIGINFO 0x53494749 macro
/external/strace/xlat/
Dnt_descriptor_types.h118 #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),
Dnt_descriptor_types.in17 NT_SIGINFO 0x53494749
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc224 case NT_SIGINFO: { in EnumerateThreads()
/external/kernel-headers/original/uapi/linux/
Delf.h382 #define NT_SIGINFO 0x53494749 macro
/external/crosvm/kernel_loader/src/
Delf.rs199 pub const NT_SIGINFO: u32 = 1397311305; constant
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dnote-core.test243 ## 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/
DELF.h1417 NT_SIGINFO = 0x53494749, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h1445 NT_SIGINFO = 0x53494749, enumerator
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp816 case ELF::NT_SIGINFO: { in parseLinuxNotes()
/external/elfutils/config/
DChangeLog379 * elfutils.spec.in: Update for readelf NT_SIGINFO and NT_FILE
Delfutils.spec.in632 - readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
/external/google-breakpad/src/third_party/musl/include/
Delf.h522 #define NT_SIGINFO 0x53494749 macro
/external/kmod/port-gnu/
Delf.h645 #define NT_SIGINFO 0x53494749 /* Contains copy of siginfo_t, macro
/external/elfutils/
DChangeLog596 * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
DNEWS426 readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
/external/elfutils/libelf/
Delf.h758 #define NT_SIGINFO 0x53494749 /* Contains copy of siginfo_t, macro
/external/elfutils/libebl/
DChangeLog421 NT_ARM_HW_WATCH, NT_SIGINFO, NT_FILE.
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp5494 {ELF::NT_SIGINFO, "NT_SIGINFO (siginfo_t data)"},
/external/elfutils/src/
DChangeLog2543 (handle_notes_data): Call it to handle NT_SIGINFO notes.
Dreadelf.c12481 case NT_SIGINFO: in handle_notes_data()
/external/strace/
DChangeLog9239 (NT_SIGINFO, NT_FILE, NT_PPC_*, NT_S390_*, NT_ARM_*, NT_METAG_*,