Home
last modified time | relevance | path

Searched refs:PR_GET_UNALIGN (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
Dprctl.h14 #define PR_GET_UNALIGN 5 macro
/external/strace/
Dprocess.c197 #ifdef PR_GET_UNALIGN
198 { PR_GET_UNALIGN, "PR_GET_UNALIGN" },
319 #ifdef PR_GET_UNALIGN
320 case PR_GET_UNALIGN:
352 #ifdef PR_GET_UNALIGN
353 case PR_GET_UNALIGN:
DChangeLog-CVS489 Fix PR_GET_UNALIGN decoder.