10.3. Dynamic Linking

See 64-bit PowerPC ELF ABI Supplement, Chapter 5.2.

10.3.1. Dynamic Section

The following dynamic entries are defined in the 64-bit PowerPC ELF ABI Supplement, Chapter 5.2.

DT_JMPREL 

This entry is associated with a table of relocation entries for the procedure linkage table. This entry is mandatory both for executable and shared object files

DT_PLTGOT 

This entry's d_ptr member gives the address of the first byte in the procedure linkage table

In addtion the following dynamic entries are also supported:

DT_RELACOUNT 

The number of relative relocations in .rela.dyn

10.3.2. Global Offset Table

See 64-bit PowerPC ELF ABI Supplement, Chapter 5.2.2.

10.3.3. Function Addresses

See 64-bit PowerPC ELF ABI Supplement, Chapter 5.2.3.

10.3.4. Procedure Linkage Table

See 64-bit PowerPC ELF ABI Supplement, Chapter 5.2.4.