Home | History | Annotate | Download | only in X86

Lines Matching defs:FileFormat

173   const ELFFileFormat* FileFormat = getOutputFormat();
174 assert(FileFormat &&
180 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
202 else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
205 else if (FileFormat->hasGOTPLT() &&
206 (&pSection == &(FileFormat->getGOTPLT()))) {
207 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
530 const ELFFileFormat* FileFormat) const
533 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
731 const ELFFileFormat* FileFormat) const
734 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());