Searched refs:hasGOTPLT (Results 1 – 9 of 9) sorted by relevance
25 if (pFormat.hasGOTPLT()) in reserveTargetEntries()31 if (pFormat.hasGOTPLT()) in applyTargetEntries()
192 } else if (FileFormat->hasGOTPLT() && in emitSectionData()242 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()
172 } else if (FileFormat->hasGOTPLT() && in emitSectionData()384 if (file_format->hasGOTPLT() && (&pSectHdr == &file_format->getGOTPLT())) { in getTargetSectionOrder()
30 if (pFormat.hasGOTPLT()) in reserveTargetEntries()41 if (pFormat.hasGOTPLT()) in applyTargetEntries()
247 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()
37 if (pFormat.hasGOTPLT()) in reserveTargetEntries()52 if (pFormat.hasGOTPLT()) in applyTargetEntries()
233 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()
178 bool hasGOTPLT() const { in hasGOTPLT() function