linux_ptrace.h 521 B

12345678910111213
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_PTRACE_H_
  5. #define SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_PTRACE_H_
  6. #if !defined(NT_ARM_PACA_KEYS)
  7. #define NT_ARM_PACA_KEYS 0x407 /* Arm pointer authentication address keys */
  8. #define NT_ARM_PACG_KEYS 0x408 /* Arm pointer authentication generic key */
  9. #endif
  10. #endif // SANDBOX_LINUX_SYSTEM_HEADERS_LINUX_PTRACE_H_