Lines Matching refs:getOutputAddress
3070 ? I->getOutputAddress() in lookup()
3592 const uint64_t OutputAddress = InjectedFunction->getOutputAddress(); in mapCodeSections()
3611 return Section->getOutputAddress(); in mapCodeSections()
3631 TextSection->getOutputAddress() + TextSection->getOutputSize(); in mapCodeSections()
3668 << Twine::utohexstr(Section->getOutputAddress()) << '\n'); in mapCodeSections()
3670 Section->getOutputAddress()); in mapCodeSections()
3672 getFileOffsetForAddress(Section->getOutputAddress())); in mapCodeSections()
3824 if (OrgSection->getOutputAddress()) { in mapDataSections()
3827 << Twine::utohexstr(OrgSection->getOutputAddress()) in mapDataSections()
3847 if (Section.getOutputAddress() || !Section.hasValidSectionID()) in mapExtraSections()
3857 << Twine::utohexstr(Section.getOutputAddress()) << '\n'); in mapExtraSections()
3860 Section.getOutputAddress()); in mapExtraSections()
3862 getFileOffsetForAddress(Section.getOutputAddress())); in mapExtraSections()
3939 NewPhdr.p_vaddr = EHFrameHdrSec->getOutputAddress(); in patchELFPHDRTable()
3940 NewPhdr.p_paddr = EHFrameHdrSec->getOutputAddress(); in patchELFPHDRTable()
4257 NewSection.sh_addr = Section.getOutputAddress(); in getOutputSections()
4509 ICFSymbol.st_value = ICFParent->getOutputAddress(); in updateELFSymbolTable()
4619 NewSymbol.st_value = Function->getOutputAddress(); in updateELFSymbolTable()
4669 NewSymbol.st_value = BD->getOutputAddress(); in updateELFSymbolTable()
4739 NewSymbol.st_value = Function->getOutputAddress(); in updateELFSymbolTable()
4946 uint64_t SectionAddress = Section.getOutputAddress(); in patchELFAllocatableRelaSections()
5213 return Function->getOutputAddress(); in getNewFunctionAddress()
5222 return BD->getOutputAddress(); in getNewFunctionOrDataAddress()
5422 EHFrameSection->getOutputAddress()); in writeEHFrameHeader()
5433 OldEHFrameAddress = OldEHFrameSection->getOutputAddress(); in writeEHFrameHeader()
5470 const uint64_t EHFrameSectionSize = (OldEHFrameSection->getOutputAddress() + in writeEHFrameHeader()
5472 EHFrameSection->getOutputAddress()); in writeEHFrameHeader()