Searched refs:hasGOT (Results 1 – 9 of 9) sorted by relevance
27 if (pFormat.hasGOT()) in reserveTargetEntries()42 if (pFormat.hasGOT()) in applyTargetEntries()65 if (!pFormat.hasGOT()) in getGotSym()72 if (!pFormat.hasGOT()) in getLocalGotNum()
266 if (file_format->hasGOT() && (&pSection == &(file_format->getGOT()))) { in emitSectionData()552 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) in getTargetSectionOrder()
25 if (pFormat.hasGOT()) in reserveTargetEntries()31 if (pFormat.hasGOT()) in applyTargetEntries()
338 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()
27 if (pFormat.hasGOT()) in reserveTargetEntries()38 if (pFormat.hasGOT()) in applyTargetEntries()
246 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()
190 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) { in emitSectionData()236 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
169 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) { in emitSectionData()378 if (file_format->hasGOT() && (&pSectHdr == &file_format->getGOT())) { in getTargetSectionOrder()
46 bool hasGOT() const { return (f_pGOT != NULL) && (f_pGOT->size() != 0); } in hasGOT() function