Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/
DLinkerConfig.h79 bool isCodeIndep() const { return (Independent == m_CodePosition); } in isCodeIndep() function
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp963 getStubFactory()->addPrototype(new ARMToARMStub(config().isCodeIndep())); in initTargetStubs()
964 getStubFactory()->addPrototype(new ARMToTHMStub(config().isCodeIndep())); in initTargetStubs()
966 new THMToTHMStub(config().isCodeIndep(), m_pAttrData->usingThumb2())); in initTargetStubs()
968 new THMToARMStub(config().isCodeIndep(), m_pAttrData->usingThumb2())); in initTargetStubs()
DARMRelocator.cpp385 if (!config().isCodeIndep()) in checkValidReloc()
445 if (config().isCodeIndep()) { in scanLocalReloc()
464 if (config().isCodeIndep()) { in scanLocalReloc()
489 if (config().isCodeIndep()) in scanLocalReloc()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp160 if (config().isCodeIndep()) { in scanLocalReloc()
179 if (config().isCodeIndep()) { in scanLocalReloc()
201 if (config().isCodeIndep()) in scanLocalReloc()
DAArch64LDBackend.cpp510 factory->addPrototype(new AArch64LongBranchStub(config().isCodeIndep())); in initTargetStubs()
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp323 if (config().isCodeIndep()) { in scanLocalReloc()
341 if (config().isCodeIndep()) { in scanLocalReloc()
372 if (config().isCodeIndep()) in scanLocalReloc()
1301 if (config().isCodeIndep()) { in scanLocalReloc()
1321 if (config().isCodeIndep()) { in scanLocalReloc()
1347 if (config().isCodeIndep()) in scanLocalReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp153 else if (config().isCodeIndep()) in getSegmentStartAddr()
2742 if (config().isCodeIndep() && isAbsReloc) in symbolNeedsDynRel()
2746 if (!config().isCodeIndep() && pSymHasPLT) in symbolNeedsDynRel()
2782 if (config().isCodeIndep() || in symbolFinalValueIsKnown()
2807 if (config().isCodeIndep() || !pSym.isDyn() || in symbolNeedsCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp264 if (config().isCodeIndep()) { in scanLocalReloc()
DHexagonLDBackend.cpp524 new HexagonAbsoluteStub(config().isCodeIndep())); in initTargetStubs()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp76 if (config().isCodeIndep()) in needsLA25Stub()