Lines Matching refs:InputSection
79 bool isCompatibleWith(const InputSection &isec,
111 bool isCompatibleWith(const InputSection &isec,
176 bool isCompatibleWith(const InputSection &isec,
187 bool isCompatibleWith(const InputSection &isec,
220 InputSection *getTargetInputSection() const override;
231 InputSection *getTargetInputSection() const override;
242 InputSection *getTargetInputSection() const override;
249 PPC32PltCallStub(const InputSection &isec, const Relocation &rel, in PPC32PltCallStub()
255 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override;
284 bool isCompatibleWith(const InputSection &isec,
314 bool isCompatibleWith(const InputSection &isec,
337 bool isCompatibleWith(const InputSection &isec,
354 bool isCompatibleWith(const InputSection &isec,
371 bool isCompatibleWith(const InputSection &isec,
505 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
543 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
643 bool ARMV5ABSLongThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
669 bool ARMV5PILongThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
741 InputSection *MipsThunk::getTargetInputSection() const { in getTargetInputSection()
743 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
766 InputSection *MicroMipsThunk::getTargetInputSection() const { in getTargetInputSection()
768 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
791 InputSection *MicroMipsR6Thunk::getTargetInputSection() const { in getTargetInputSection()
793 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
850 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
906 bool PPC64PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
949 bool PPC64R2SaveStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
984 bool PPC64R12SetupStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1020 bool PPC64PCRelPLTStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1036 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1142 static Thunk *addThunkPPC32(const InputSection &isec, const Relocation &rel, in addThunkPPC32()
1175 Thunk *elf::addThunk(const InputSection &isec, Relocation &rel) { in addThunk()