Searched refs:MipsRelocationEntry (Results 1 – 1 of 1) sorted by relevance
28 struct MipsRelocationEntry { struct29 MipsRelocationEntry(const ELFRelocationEntry &R) in MipsRelocationEntry() function217 static int cmpRelMips(const MipsRelocationEntry *AP, in cmpRelMips()218 const MipsRelocationEntry *BP) { in cmpRelMips()219 const MipsRelocationEntry &A = *AP; in cmpRelMips()220 const MipsRelocationEntry &B = *BP; in cmpRelMips()269 std::vector<MipsRelocationEntry> &MipsRelocs) { in isPrecededByMatchingHi()277 std::vector<MipsRelocationEntry> &MipsRelocs) { in isFreeLo()286 static void setMatch(MipsRelocationEntry &Hi, MipsRelocationEntry &Lo) { in setMatch()350 std::vector<MipsRelocationEntry> MipsRelocs; in sortRelocs()[all …]