Searched refs:ELFRelocation (Results 1 – 1 of 1) sorted by relevance
98 class ELFRelocation { class104 ELFRelocation(unsigned type);106 ~ELFRelocation();110 static unsigned RelocType32(const ELFRelocation &rel);112 static unsigned RelocType64(const ELFRelocation &rel);114 static unsigned RelocSymbol32(const ELFRelocation &rel);116 static unsigned RelocSymbol64(const ELFRelocation &rel);118 static elf_addr RelocOffset32(const ELFRelocation &rel);120 static elf_addr RelocOffset64(const ELFRelocation &rel);122 static elf_sxword RelocAddend32(const ELFRelocation &rel);[all …]