Searched refs:getSectionAddress (Results 1 – 14 of 14) sorted by relevance
165 Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()179 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation()266 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()282 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredRelocation()339 Value += Writer->getSectionAddress(&SymSD); in requiresExternRelocation()340 Value -= Writer->getSectionAddress(Fragment.getParent()); in requiresExternRelocation()431 FixedValue += Writer->getSectionAddress(&SymSD); in RecordRelocation()434 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordRelocation()
217 Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordScatteredRelocation()230 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()369 FixedValue += Writer->getSectionAddress(&SymSD); in RecordPPCRelocation()372 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordPPCRelocation()
365 uint64_t SecAddr = Writer->getSectionAddress(A_SD->getFragment()->getParent()); in RecordScatteredRelocation()385 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()562 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()565 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()
72 return getSectionAddress(Fragment->getParent()) + in getFragmentAddress()110 return getSectionAddress(SD->getFragment()->getParent()) + in getSymbolAddress()116 uint64_t EndAddr = getSectionAddress(SD) + Layout.getSectionAddressSize(SD); in getPaddingSize()225 Write64(getSectionAddress(&SD)); // address in WriteSection()228 Write32(getSectionAddress(&SD)); // address in WriteSection()806 uint64_t Address = getSectionAddress(&SD); in WriteObject()838 uint64_t SectionStart = SectionDataStart + getSectionAddress(it); in WriteObject()
273 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function403 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
854 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
226 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;388 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
95 uint64_t getSectionAddress(DataRefImpl Sec) const override;447 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
219 uint64_t getSectionAddress(DataRefImpl Sec) const override;
596 uint64_t getSectionAddress(DataRefImpl Sec) const override;
142 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
236 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
457 EndOffset = getSectionAddress(Sec); in getSymbolSize()557 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile634 uint64_t SectBegin = getSectionAddress(Sec); in sectionContainsSymbol()678 uint64_t SecAddress = getSectionAddress(Sec); in getRelocationAddress()
329 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile