Lines Matching refs:getOutputFormat
266 ELFFileFormat* file_format = getOutputFormat(); in initStandardSymbols()
494 ELFFileFormat* file_format = getOutputFormat(); in finalizeStandardSymbols()
662 ELFFileFormat* GNULDBackend::getOutputFormat() { in getOutputFormat() function in mcld::GNULDBackend
680 const ELFFileFormat* GNULDBackend::getOutputFormat() const { in getOutputFormat() function in mcld::GNULDBackend
706 getOutputFormat()->getShStrTab().setSize(shstrtab); in sizeShstrtab()
757 ELFFileFormat* file_format = getOutputFormat(); in sizeNamePools()
916 ELFFileFormat* file_format = getOutputFormat(); in emitRegNamePools()
984 ELFFileFormat* file_format = getOutputFormat(); in emitDynNamePools()
1101 ELFFileFormat* file_format = getOutputFormat(); in emitELFHashTab()
1139 ELFFileFormat* file_format = getOutputFormat(); in emitGNUHashTab()
1269 LDSection& interp = getOutputFormat()->getInterp(); in sizeInterp()
1275 if (getOutputFormat()->hasInterp()) { in emitInterp()
1276 const LDSection& interp = getOutputFormat()->getInterp(); in emitInterp()
1306 const ELFFileFormat* file_format = getOutputFormat(); in getSectionOrder()
1516 ELFFileFormat* file_format = getOutputFormat(); in allocateCommonSymbols()
1740 ELFFileFormat* file_format = getOutputFormat(); in createProgramHdrs()
1932 LDSection* null_sect = &getOutputFormat()->getNULLSection(); in setupProgramHdrs()
2068 if (getOutputFormat()->hasStackNote()) { in setupGNUStackInfo()
2069 getOutputFormat()->getStackNote().setFlag(flag); in setupGNUStackInfo()
2208 LDSection& got = getOutputFormat()->getGOT(); in setOutputSectionAddress()
2480 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) { in createAndSizeEhFrameHdr()
2482 ELFFileFormat* format = getOutputFormat(); in createAndSizeEhFrameHdr()
2585 config().options().hasEhFrameHdr() && getOutputFormat()->hasEhFrame()) { in postProcessing()
2875 if (&pSection == &getOutputFormat()->getRelDyn() || in sortRelocation()
2876 &pSection == &getOutputFormat()->getRelaDyn()) { in sortRelocation()