Searched refs:MipsRelocationEntry (Results 1 – 1 of 1) sorted by relevance
28 struct MipsRelocationEntry { struct29 MipsRelocationEntry(const ELFRelocationEntry &R) in MipsRelocationEntry() argument248 static int cmpRelMips(const MipsRelocationEntry *AP, in cmpRelMips()249 const MipsRelocationEntry *BP) { in cmpRelMips()250 const MipsRelocationEntry &A = *AP; in cmpRelMips()251 const MipsRelocationEntry &B = *BP; in cmpRelMips()302 std::vector<MipsRelocationEntry> &MipsRelocs) { in isPrecededByMatchingHi()310 std::vector<MipsRelocationEntry> &MipsRelocs) { in isFreeLo()319 static void setMatch(MipsRelocationEntry &Hi, MipsRelocationEntry &Lo) { in setMatch()372 std::vector<MipsRelocationEntry> MipsRelocs; in sortRelocs()[all …]