Searched refs:getOutputFileOffset (Results 1 – 3 of 3) sorted by relevance
128 isAllocatable() ? getInputFileOffset() : getOutputFileOffset(); in flushPendingRelocations()
3938 NewPhdr.p_offset = EHFrameHdrSec->getOutputFileOffset(); in patchELFPHDRTable()4085 if (Section.getOutputFileOffset() || !Section.getAllocAddress()) in rewriteNoteSections()4097 << Twine::utohexstr(Section.getOutputFileOffset()) << '\n'); in rewriteNoteSections()4258 NewSection.sh_offset = Section.getOutputFileOffset(); in getOutputSections()4320 NewSection.sh_offset = BSec->getOutputFileOffset(); in getOutputSections()4328 LastFileOffset = BSec->getOutputFileOffset(); in getOutputSections()4333 if (Section.getOutputFileOffset() <= LastFileOffset) in getOutputSections()4343 NewSection.sh_offset = Section.getOutputFileOffset(); in getOutputSections()5363 << Section.getOutputFileOffset() << '\n'; in rewriteFile()5365 Section.getOutputSize(), Section.getOutputFileOffset()); in rewriteFile()
403 uint64_t getOutputFileOffset() const { return OutputFileOffset; } in getOutputFileOffset() function