Lines Matching refs:InputSection

103   bool isCompatibleWith(const InputSection &isec,
135 bool isCompatibleWith(const InputSection &isec,
323 InputSection *getTargetInputSection() const override;
334 InputSection *getTargetInputSection() const override;
345 InputSection *getTargetInputSection() const override;
352 PPC32PltCallStub(const InputSection &isec, const Relocation &rel, in PPC32PltCallStub()
358 bool isCompatibleWith(const InputSection &isec, const Relocation &rel) const override;
387 bool isCompatibleWith(const InputSection &isec,
417 bool isCompatibleWith(const InputSection &isec,
443 bool isCompatibleWith(const InputSection &isec,
463 bool isCompatibleWith(const InputSection &isec,
615 bool ARMThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
659 bool ThumbThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
980 InputSection *MipsThunk::getTargetInputSection() const { in getTargetInputSection()
982 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
1005 InputSection *MicroMipsThunk::getTargetInputSection() const { in getTargetInputSection()
1007 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
1030 InputSection *MicroMipsR6Thunk::getTargetInputSection() const { in getTargetInputSection()
1032 return dyn_cast<InputSection>(dr.section); in getTargetInputSection()
1089 bool PPC32PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1145 bool PPC64PltCallStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1188 bool PPC64R2SaveStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1230 bool PPC64R12SetupStub::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1246 bool PPC64LongBranchThunk::isCompatibleWith(const InputSection &isec, in isCompatibleWith()
1329 static Thunk *addThunkV6M(const InputSection &isec, RelType reloc, Symbol &s, in addThunkV6M()
1353 static Thunk *addThunkArm(const InputSection &isec, RelType reloc, Symbol &s, in addThunkArm()
1416 static Thunk *addThunkPPC32(const InputSection &isec, const Relocation &rel, in addThunkPPC32()
1456 Thunk *elf::addThunk(const InputSection &isec, Relocation &rel) { in addThunk()