Searched refs:getSectionAddress (Results 1 – 15 of 15) sorted by relevance
160 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()174 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()260 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredRelocation()276 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredRelocation()331 Value += Writer->getSectionAddress(&S.getSection()); in requiresExternRelocation()332 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()422 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()425 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in recordRelocation()
214 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation()227 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()365 FixedValue += Writer->getSectionAddress(&Sec); in RecordPPCRelocation()368 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordPPCRelocation()
69 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()103 return getSectionAddress(S.getFragment()->getParent()) + in getSymbolAddress()109 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()217 write64(getSectionAddress(&Sec)); // address in writeSection()220 write32(getSectionAddress(&Sec)); // address in writeSection()758 uint64_t Address = getSectionAddress(&Sec); in writeObject()789 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()
359 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation()379 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()553 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation()556 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
275 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function410 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
856 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
651 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
213 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;367 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
214 uint64_t getSectionAddress(DataRefImpl Sec) const override;548 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
221 uint64_t getSectionAddress(DataRefImpl Sec) const override;
661 uint64_t getSectionAddress(DataRefImpl Sec) const override;
137 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
233 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
267 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
483 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile