Searched refs:hasGOT (Results 1 – 9 of 9) sorted by relevance
30 if (pFormat.hasGOT()) in reserveTargetEntries()46 if (pFormat.hasGOT()) in applyTargetEntries()71 if (!pFormat.hasGOT()) in getGotSym()79 if (!pFormat.hasGOT()) in getLocalGotNum()
269 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()488 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) in getTargetSectionOrder()
28 if (pFormat.hasGOT()) in reserveTargetEntries()35 if (pFormat.hasGOT()) in applyTargetEntries()
277 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()
30 if (pFormat.hasGOT()) in reserveTargetEntries()43 if (pFormat.hasGOT()) in applyTargetEntries()
258 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()
202 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) { in emitSectionData()258 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
177 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) { in emitSectionData()406 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
46 bool hasGOT() const in hasGOT() function