Searched refs:PPC64PCRelLongBranchThunk (Results 1 – 1 of 1) sorted by relevance
407 class PPC64PCRelLongBranchThunk final : public Thunk { class409 PPC64PCRelLongBranchThunk(Symbol &dest, int64_t addend) in PPC64PCRelLongBranchThunk() function in __anone8e49fa20111::PPC64PCRelLongBranchThunk1064 void PPC64PCRelLongBranchThunk::writeTo(uint8_t *buf) { in writeTo()1090 void PPC64PCRelLongBranchThunk::addSymbols(ThunkSection &isec) { in addSymbols()1095 bool PPC64PCRelLongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()1228 : (Thunk *)make<PPC64PCRelLongBranchThunk>(s, a); in addThunkPPC64()