Lines Matching refs:InputSection

79   bool isCompatibleWith(const InputSection &isec,
111 bool isCompatibleWith(const InputSection &isec,
279 InputSection *getTargetInputSection() const override;
290 InputSection *getTargetInputSection() const override;
301 InputSection *getTargetInputSection() const override;
308 PPC32PltCallStub(const InputSection &isec, const Relocation &rel, in PPC32PltCallStub()
314 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override;
343 bool isCompatibleWith(const InputSection &isec,
373 bool isCompatibleWith(const InputSection &isec,
396 bool isCompatibleWith(const InputSection &isec,
413 bool isCompatibleWith(const InputSection &isec,
430 bool isCompatibleWith(const InputSection &isec,
564 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
610 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
920 InputSection *MipsThunk::getTargetInputSection() const { in getTargetInputSection()
922 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
945 InputSection *MicroMipsThunk::getTargetInputSection() const { in getTargetInputSection()
947 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
970 InputSection *MicroMipsR6Thunk::getTargetInputSection() const { in getTargetInputSection()
972 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
1029 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1085 bool PPC64PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1128 bool PPC64R2SaveStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1163 bool PPC64R12SetupStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1199 bool PPC64PCRelPLTStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1215 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1363 static Thunk *addThunkPPC32(const InputSection &isec, const Relocation &rel, in addThunkPPC32()
1396 Thunk *elf::addThunk(const InputSection &isec, Relocation &rel) { in addThunk()