Searched refs:hasPLT (Results 1 – 7 of 7) sorted by relevance
239 if (file_format->hasPLT()) { in doPostLayout()274 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()305 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()403 assert(file_format->hasPLT()); in doRelax()
329 if (file_format->hasPLT()) { in doPostLayout()395 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()697 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()856 assert(file_format->hasPLT()); in doRelax()
169 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()248 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
349 bool hasPLT = rsym->reserved() & ReservePLT; in scanGlobalReloc() local367 getTarget().symbolNeedsDynRel(*rsym, hasPLT, true)) { in scanGlobalReloc()377 if (getTarget().symbolNeedsDynRel(*rsym, hasPLT, true) || in scanGlobalReloc()407 if (getTarget().symbolNeedsPLT(*rsym) && !hasPLT) { in scanGlobalReloc()
238 if (format->hasPLT()) { in doPostLayout()270 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()558 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
147 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()390 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
48 bool hasPLT() const { return (f_pPLT != NULL) && (f_pPLT->size() != 0); } in hasPLT() function