toElf64
Convert GELF file header to ELF64 file header.
Parameters
ghdr | The GELF header to convert. |
Returns
The equivalent ELF64 header.
Convert GELF section header to ELF64 section header.
Parameters
gshdr | The GELF section header to convert. |
Returns
The equivalent ELF64 section header.
Convert GELF program header to ELF64 program header.
Parameters
gphdr | The GELF program header to convert. |
Returns
The equivalent ELF64 program header.
Convert GELF symbol to ELF64 symbol.
Parameters
gsym | The GELF symbol to convert. |
Returns
The equivalent ELF64 symbol.
Convert GELF relocation to ELF64 relocation.
Parameters
grel | The GELF relocation to convert. |
Returns
The equivalent ELF64 relocation.
Convert GELF relocation with addend to ELF64 relocation with addend.
Parameters
grela | The GELF relocation with addend to convert. |
Returns
The equivalent ELF64 relocation with addend.
Convert GELF dynamic entry to ELF64 dynamic entry.
Parameters
gdyn | The GELF dynamic entry to convert. |
Returns
The equivalent ELF64 dynamic entry.