diff --git a/docs/relocations.md b/docs/relocations.md index a4e4f262..2ee25e90 100644 --- a/docs/relocations.md +++ b/docs/relocations.md @@ -32,6 +32,21 @@ typedef struct { ## Dynamic Relocations +TODO + + +## Live Process Relocation + +TODO + + +## PIE Relocation + +> PIE: Position-Independent-Executable + +TODO + + ## Links - GitHub: [Application Binary Interface for the ArmĀ® Architecture](https://github.com/ARM-software/abi-aa/releases)