/aosp_15_r20/external/strace/linux/ |
H A D | arch_defs_.h | 19 #ifndef HAVE_ARCH_UID16_SYSCALLS 20 # define HAVE_ARCH_UID16_SYSCALLS 0 macro
|
H A D | syscall.h | 37 #if HAVE_ARCH_UID16_SYSCALLS
|
/aosp_15_r20/external/strace/linux/sh64/ |
H A D | arch_defs_.h | 1 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/microblaze/ |
H A D | arch_defs_.h | 2 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/bfin/ |
H A D | arch_defs_.h | 2 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/sh/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/riscv/ |
H A D | arch_defs_.h | 1 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/s390x/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/aarch64/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/s390/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/x32/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/x86_64/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/i386/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/m68k/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/arm/ |
H A D | arch_defs_.h | 3 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/ia64/ |
H A D | arch_defs_.h | 2 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/sparc/ |
H A D | arch_defs_.h | 2 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/linux/sparc64/ |
H A D | arch_defs_.h | 2 #define HAVE_ARCH_UID16_SYSCALLS 1 macro
|
/aosp_15_r20/external/strace/ |
H A D | uid.c | 58 # if !HAVE_ARCH_UID16_SYSCALLS
|
H A D | ChangeLog | 8674 Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLS. 8675 * linux/arch_defs_.h [!HAVE_ARCH_UID16_SYSCALLS] 8676 (HAVE_ARCH_UID16_SYSCALLS): New macro. 8677 * linux/aarch64/arch_defs_.h (HAVE_ARCH_UID16_SYSCALLS): New macro. 8696 * linux/syscall.h: Check for HAVE_ARCH_UID16_SYSCALLS instead of
|