Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:FileFormat

147   const ELFFileFormat* FileFormat = getOutputFormat();
153 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
177 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
181 else if (FileFormat->hasGOTPLT() &&
182 (&pSection == &(FileFormat->getGOTPLT()))) {
183 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
378 const ELFFileFormat* FileFormat) const
381 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());