Searched refs:RelocType32 (Results 1 – 2 of 2) sorted by relevance
328 static unsigned RelocType32(const ELFRel &rel) { return rel.r_info & 0x0ff; } in RelocType32() function370 static unsigned RelocType32(const ELFRela &rela) { in RelocType32() function
109 static unsigned RelocType32(const ELFRelocation &rel);160 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32() function in ELFRelocation162 return ELFRel::RelocType32(*rel.reloc.get<ELFRel *>()); in RelocType32()164 return ELFRela::RelocType32(*rel.reloc.get<ELFRela *>()); in RelocType32()2592 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()2802 reloc_type = ELFRelocation::RelocType32; in ApplyRelocations()