Searched refs:AVRThunk (Results 1 – 1 of 1) sorted by relevance
410 class AVRThunk : public Thunk { class412 AVRThunk(Ctx &ctx, Symbol &dest, int64_t addend) : Thunk(ctx, dest, addend) {} in AVRThunk() function in __anon1c3bcd6e0111::AVRThunk1238 void AVRThunk::writeTo(uint8_t *buf) { in writeTo()1243 void AVRThunk::addSymbols(ThunkSection &isec) { in addSymbols()1738 return std::make_unique<AVRThunk>(ctx, s, a); in addThunkAVR()