Home
last modified time | relevance | path

Searched refs:hasGOTPLT (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86ELFDynamic.cpp25 if (pFormat.hasGOTPLT()) in reserveTargetEntries()
31 if (pFormat.hasGOTPLT()) in applyTargetEntries()
DX86LDBackend.cpp192 } else if (FileFormat->hasGOTPLT() && in emitSectionData()
242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonELFDynamic.cpp25 if (pFormat.hasGOTPLT()) in reserveTargetEntries()
31 if (pFormat.hasGOTPLT()) in applyTargetEntries()
DHexagonLDBackend.cpp172 } else if (FileFormat->hasGOTPLT() && in emitSectionData()
384 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64ELFDynamic.cpp30 if (pFormat.hasGOTPLT()) in reserveTargetEntries()
41 if (pFormat.hasGOTPLT()) in applyTargetEntries()
DAArch64LDBackend.cpp247 file_format->hasGOTPLT()) { in doPostLayout()
284 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) { in emitSectionData()
302 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp37 if (pFormat.hasGOTPLT()) in reserveTargetEntries()
52 if (pFormat.hasGOTPLT()) in applyTargetEntries()
DMipsLDBackend.cpp233 if (format->hasGOTPLT()) { in doPostLayout()
274 if (file_format->hasGOTPLT() && (&pSection == &(file_format->getGOTPLT()))) { in emitSectionData()
555 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) in getTargetSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h178 bool hasGOTPLT() const { in hasGOTPLT() function