Searched refs:hasPLT (Results 1 – 6 of 6) sorted by relevance
251 if (file_format->hasPLT()) { in doPostLayout()289 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()322 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
268 if (file_format->hasPLT()) { in doPostLayout()340 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()595 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()646 assert(file_format->hasPLT()); in doRelax()
225 if (format->hasPLT()) { in doPostLayout()273 if (file_format->hasPLT() && (&pSection == &(file_format->getPLT()))) { in emitSectionData()494 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
180 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()270 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
153 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) { in emitSectionData()418 if (file_format->hasPLT() && (&pSectHdr == &file_format->getPLT())) in getTargetSectionOrder()
49 bool hasPLT() const in hasPLT() function