Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp30 if (pFormat.hasGOT()) in reserveTargetEntries()
46 if (pFormat.hasGOT()) in applyTargetEntries()
71 if (!pFormat.hasGOT()) in getGotSym()
79 if (!pFormat.hasGOT()) in getLocalGotNum()
DMipsLDBackend.cpp269 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()
488 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.cpp28 if (pFormat.hasGOT()) in reserveTargetEntries()
35 if (pFormat.hasGOT()) in applyTargetEntries()
DARMLDBackend.cpp277 if (file_format->hasGOT()) { in doPostLayout()
345 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()
589 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64ELFDynamic.cpp30 if (pFormat.hasGOT()) in reserveTargetEntries()
43 if (pFormat.hasGOT()) in applyTargetEntries()
DAArch64LDBackend.cpp258 if ((config().options().hasNow() && file_format->hasGOT()) || in doPostLayout()
294 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()
313 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp202 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) { in emitSectionData()
258 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp177 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) { in emitSectionData()
406 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h46 bool hasGOT() const in hasGOT() function