Searched refs:getSectionAddress (Results 1 – 15 of 15) sorted by relevance
162 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()266 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in RecordARMScatteredRelocation()284 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredRelocation()339 Value += Writer->getSectionAddress(&S.getSection()); in requiresExternRelocation()340 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()432 FixedValue += Writer->getSectionAddress(&Sec); in recordRelocation()435 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()
385 uint64_t SecAddr = Writer->getSectionAddress(A->getFragment()->getParent()); in recordScatteredRelocation()408 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()582 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation()585 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
69 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()102 return getSectionAddress(S.getFragment()->getParent()) + in getSymbolAddress()108 uint64_t EndAddr = getSectionAddress(Sec) + Layout.getSectionAddressSize(Sec); in getPaddingSize()768 uint64_t Address = getSectionAddress(&Sec); in writeObject()802 uint64_t SectionStart = SectionDataStart + getSectionAddress(&Sec); in writeObject()806 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
316 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function459 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
855 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
671 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
212 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;366 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
216 uint64_t getSectionAddress(DataRefImpl Sec) const override;555 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
220 uint64_t getSectionAddress(DataRefImpl Sec) const override;
660 uint64_t getSectionAddress(DataRefImpl Sec) const override;
137 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
197 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
268 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
482 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile