Home
last modified time | relevance | path

Searched refs:PPC32PltCallStub (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DThunks.cpp246 class PPC32PltCallStub final : public Thunk { class
250 PPC32PltCallStub(const InputSection &isec, const Relocation &rel, in PPC32PltCallStub() function in __anone8e49fa20111::PPC32PltCallStub
848 void PPC32PltCallStub::writeTo(uint8_t *buf) { in writeTo()
852 void PPC32PltCallStub::addSymbols(ThunkSection &isec) { in addSymbols()
866 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1207 return make<PPC32PltCallStub>(isec, rel, s); in addThunkPPC32()