File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2222 *
2323 */
2424
25- #ifndef CPU_AARCH64_PAUTH_AARCH64_INLINE_HPP
26- #define CPU_AARCH64_PAUTH_AARCH64_INLINE_HPP
25+ #ifndef CPU_AARCH64_PAUTH_AARCH64_HPP
26+ #define CPU_AARCH64_PAUTH_AARCH64_HPP
2727
2828#include OS_CPU_HEADER_INLINE(pauth)
2929
@@ -32,4 +32,4 @@ inline bool pauth_ptr_is_raw(address ptr) {
3232 return ptr == pauth_strip_pointer (ptr);
3333}
3434
35- #endif // CPU_AARCH64_PAUTH_AARCH64_INLINE_HPP
35+ #endif // CPU_AARCH64_PAUTH_AARCH64_HPP
Original file line number Diff line number Diff line change 2222 *
2323 */
2424
25- #ifndef OS_CPU_LINUX_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
26- #define OS_CPU_LINUX_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
25+ #ifndef OS_CPU_BSD_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
26+ #define OS_CPU_BSD_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
2727
2828#ifdef __APPLE__
2929#include < ptrauth.h>
@@ -49,5 +49,5 @@ inline address pauth_strip_pointer(address ptr) {
4949
5050#undef XPACLRI
5151
52- #endif // OS_CPU_LINUX_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
52+ #endif // OS_CPU_BSD_AARCH64_PAUTH_BSD_AARCH64_INLINE_HPP
5353
Original file line number Diff line number Diff line change 2222 *
2323 */
2424
25- #ifndef OS_CPU_LINUX_AARCH64_PAUTH_WINDOWS_AARCH64_INLINE_HPP
26- #define OS_CPU_LINUX_AARCH64_PAUTH_WINDOWS_AARCH64_INLINE_HPP
25+ #ifndef OS_CPU_WINDOWS_AARCH64_PAUTH_WINDOWS_AARCH64_INLINE_HPP
26+ #define OS_CPU_WINDOWS_AARCH64_PAUTH_WINDOWS_AARCH64_INLINE_HPP
2727
2828inline address pauth_strip_pointer (address ptr) {
2929 // No PAC support in windows as of yet.
3030 return ptr;
3131}
3232
33- #endif // OS_CPU_LINUX_AARCH64_PAUTH_WINDOWS_AARCH64_INLINE_HPP
33+ #endif // OS_CPU_WINDOWS_AARCH64_PAUTH_WINDOWS_AARCH64_INLINE_HPP
3434
You can’t perform that action at this time.
0 commit comments