Home | History | Annotate | Download | only in X86

Lines Matching defs:FileFormat

162   const ELFFileFormat* FileFormat = getOutputFormat();
163 assert(FileFormat &&
169 if (FileFormat->hasPLT() && (&pSection == &(FileFormat->getPLT()))) {
190 } else if (FileFormat->hasGOT() && (&pSection == &(FileFormat->getGOT()))) {
192 } else if (FileFormat->hasGOTPLT() &&
193 (&pSection == &(FileFormat->getGOTPLT()))) {
194 RegionSize += emitGOTPLTSectionData(pRegion, FileFormat);
489 const ELFFileFormat* FileFormat) const {
491 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
674 const ELFFileFormat* FileFormat) const {
676 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());