Home
last modified time | relevance | path

Searched refs:NT_VMCOREDD (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dnt_descriptor_types.h447 #if defined(NT_VMCOREDD) || (defined(HAVE_DECL_NT_VMCOREDD) && HAVE_DECL_NT_VMCOREDD)
449 static_assert((NT_VMCOREDD) == (0x700), "NT_VMCOREDD != 0x700");
452 # define NT_VMCOREDD 0x700
542 XLAT(NT_VMCOREDD),
Dnt_descriptor_types.in64 NT_VMCOREDD 0x700
/external/kernel-headers/original/uapi/linux/
Delf.h425 #define NT_VMCOREDD 0x700 /* Vmcore Device Dump Note */ macro
/external/strace/
DChangeLog576 * xlat/nt_descriptor_types.in (NT_VMCOREDD): New named constant,