(root)/
strace-6.5/
src/
linux/
arm/
arch_defs_.h
       1  /*
       2   * Copyright (c) 2018-2021 The strace developers.
       3   * All rights reserved.
       4   *
       5   * SPDX-License-Identifier: LGPL-2.1-or-later
       6   */
       7  
       8  #define HAVE_ARCH_OLD_MMAP 1
       9  #define HAVE_ARCH_OLD_SELECT 1
      10  #define HAVE_ARCH_UID16_SYSCALLS 1
      11  #define CAN_ARCH_BE_COMPAT_ON_64BIT_KERNEL 1
      12  #ifdef WORDS_BIGENDIAN
      13  # define PERSONALITY0_AUDIT_ARCH { AUDIT_ARCH_ARMEB, 0 }
      14  #else
      15  # define PERSONALITY0_AUDIT_ARCH { AUDIT_ARCH_ARM, 0 }
      16  #endif