Add missing PPC entries

This commit is contained in:
Romain Thomas 2021-01-14 05:54:54 +01:00
parent 1e914cd86e
commit 40052253ef
2 changed files with 36 additions and 1 deletions

View File

@ -469,7 +469,21 @@ Relocations AARCH64
Relocations MIPS
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
.. doxygenenum:: LIEF::ELF::RELOC_MIPS
:project: lief
Relocations PPC
~~~~~~~~~~~~~~~~
.. doxygenenum:: LIEF::ELF::RELOC_PPC
:project: lief
Relocations PPC64
~~~~~~~~~~~~~~~~~
.. doxygenenum:: LIEF::ELF::RELOC_PPC64
:project: lief

View File

@ -558,6 +558,27 @@ Relocations MIPS
----------
Relocations PPC
~~~~~~~~~~~~~~~
.. autoclass:: lief.ELF.RELOCATION_PPC
:members:
:inherited-members:
:undoc-members:
----------
Relocations PPC64
~~~~~~~~~~~~~~~~~
.. autoclass:: lief.ELF.RELOCATION_PPC64
:members:
:inherited-members:
:undoc-members:
----------
Dynamic symbols counting
~~~~~~~~~~~~~~~~~~~~~~~~