We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbc530 commit 2713157Copy full SHA for 2713157
bolt/docs/PointerAuthDesign.md
@@ -10,6 +10,10 @@ intended audience is BOLT developers. The document is an updated version of the
10
in assembly, or `OpNegateRAState` in BOLT sources. In this document, I will use
11
**negate-ra-state** as a shorthand.
12
13
+Note: there are two resolutions for CFI:
14
+- Call Frame Instruction: individual DWARF instruction, e.g. negate-ra-state
15
+- Control Flow Integrity: a security mechanism, e.g. pointer authentication.
16
+
17
## Introduction
18
19
### Pointer Authentication
0 commit comments