Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsELFDynamic.cpp27 if (pFormat.hasGOT()) in reserveTargetEntries()
42 if (pFormat.hasGOT()) in applyTargetEntries()
65 if (!pFormat.hasGOT()) in getGotSym()
72 if (!pFormat.hasGOT()) in getLocalGotNum()
DMipsLDBackend.cpp266 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()
552 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFDynamic.cpp25 if (pFormat.hasGOT()) in reserveTargetEntries()
31 if (pFormat.hasGOT()) in applyTargetEntries()
DARMLDBackend.cpp338 if (file_format->hasGOT()) { in doPostLayout()
400 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()
691 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64ELFDynamic.cpp27 if (pFormat.hasGOT()) in reserveTargetEntries()
38 if (pFormat.hasGOT()) in applyTargetEntries()
DAArch64LDBackend.cpp246 if ((config().options().hasNow() && file_format->hasGOT()) || in doPostLayout()
279 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()
296 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp190 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) { in emitSectionData()
236 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp169 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) { in emitSectionData()
378 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h46 bool hasGOT() const { return (f_pGOT != NULL) && (f_pGOT->size() != 0); } in hasGOT() function