toGelf
Convert ELF32 file header to GELF file header.
Parameters
ehdr32 | The ELF32 header to convert. |
Returns
The equivalent GELF header.
Convert ELF64 file header to GELF file header.
Parameters
ehdr64 | The ELF64 header to convert. |
Returns
The equivalent GELF header.
Convert ELF32 section header to GELF section header.
Parameters
shdr32 | The ELF32 section header to convert. |
Returns
The equivalent GELF section header.
Convert ELF64 section header to GELF section header.
Parameters
shdr64 | The ELF64 section header to convert. |
Returns
The equivalent GELF section header.
Convert ELF32 program header to GELF program header.
Parameters
phdr32 | The ELF32 program header to convert. |
Returns
The equivalent GELF program header.
Convert ELF64 program header to GELF program header.
Parameters
phdr64 | The ELF64 program header to convert. |
Returns
The equivalent GELF program header.
Convert ELF32 symbol to GELF symbol.
Parameters
sym32 | The ELF32 symbol to convert. |
Returns
The equivalent GELF symbol.
Convert ELF64 symbol to GELF symbol.
Parameters
sym64 | The ELF64 symbol to convert. |
Returns
The equivalent GELF symbol.
Convert ELF32 relocation to GELF relocation.
Parameters
rel32 | The ELF32 relocation to convert. |
Returns
The equivalent GELF relocation.
Convert ELF64 relocation to GELF relocation.
Parameters
rel64 | The ELF64 relocation to convert. |
Returns
The equivalent GELF relocation.
Convert ELF32 relocation with addend to GELF relocation with addend.
Parameters
rela32 | The ELF32 relocation with addend to convert. |
Returns
The equivalent GELF relocation with addend.
Convert ELF64 relocation with addend to GELF relocation with addend.
Parameters
rela64 | The ELF64 relocation with addend to convert. |
Returns
The equivalent GELF relocation with addend.
Convert ELF32 dynamic entry to GELF dynamic entry.
Parameters
dyn32 | The ELF32 dynamic entry to convert. |
Returns
The equivalent GELF dynamic entry.
Convert ELF64 dynamic entry to GELF dynamic entry.
Parameters
dyn64 | The ELF64 dynamic entry to convert. |
Returns
The equivalent GELF dynamic entry.