Lines Matching refs:InputSection

80   bool isCompatibleWith(const InputSection &isec,
112 bool isCompatibleWith(const InputSection &isec,
177 bool isCompatibleWith(const InputSection &isec,
188 bool isCompatibleWith(const InputSection &isec,
221 InputSection *getTargetInputSection() const override;
232 InputSection *getTargetInputSection() const override;
243 InputSection *getTargetInputSection() const override;
250 PPC32PltCallStub(const InputSection &isec, const Relocation &rel, in PPC32PltCallStub()
256 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override;
285 bool isCompatibleWith(const InputSection &isec,
315 bool isCompatibleWith(const InputSection &isec,
338 bool isCompatibleWith(const InputSection &isec,
355 bool isCompatibleWith(const InputSection &isec,
372 bool isCompatibleWith(const InputSection &isec,
416 bool isCompatibleWith(const InputSection &isec,
524 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
562 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
662 bool ARMV5ABSLongThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
688 bool ARMV5PILongThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
760 InputSection *MipsThunk::getTargetInputSection() const { in getTargetInputSection()
762 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
784 InputSection *MicroMipsThunk::getTargetInputSection() const { in getTargetInputSection()
786 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
808 InputSection *MicroMipsR6Thunk::getTargetInputSection() const { in getTargetInputSection()
810 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
866 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
922 bool PPC64PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
972 bool PPC64R2SaveStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1007 bool PPC64R12SetupStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1043 bool PPC64PCRelPLTStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1059 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1095 bool PPC64PCRelLongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1201 static Thunk *addThunkPPC32(const InputSection &isec, const Relocation &rel, in addThunkPPC32()
1236 Thunk *elf::addThunk(const InputSection &isec, Relocation &rel) { in addThunk()