From 5c830add58b0bc8f5552f90bbd6eb3dfa991b61c Mon Sep 17 00:00:00 2001 From: Rong Tao Date: Sat, 2 Mar 2024 14:27:47 +0800 Subject: [PATCH] docs: relocations.md: Add more sections Link: https://github.com/Rtoax/ulpatch/issues/5 Signed-off-by: Rong Tao --- docs/relocations.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)