Searched refs:RelocType64 (Results 1 – 2 of 2) sorted by relevance
349 static unsigned RelocType64(const ELFRel &rel) { in RelocType64() function394 static unsigned RelocType64(const ELFRela &rela) { in RelocType64() function
137 static unsigned RelocType64(const ELFRelocation &rel);190 unsigned ELFRelocation::RelocType64(const ELFRelocation &rel) { in RelocType64() function in __anon580d88070111::ELFRelocation192 return ELFRel::RelocType64(*rel.reloc.get<ELFRel *>()); in RelocType64()194 return ELFRela::RelocType64(*rel.reloc.get<ELFRela *>()); in RelocType64()2549 reloc_type = ELFRelocation::RelocType64; in ParsePLTRelocations()2680 reloc_type = ELFRelocation::RelocType64; in ApplyRelocations()