Home
last modified time | relevance | path

Searched refs:getSectionAddress (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp162 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()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp214 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()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp385 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()
/external/llvm/lib/MC/
DMachObjectWriter.cpp69 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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h316 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
459 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
DRuntimeDyldChecker.cpp855 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
DRuntimeDyldELF.cpp671 getSectionAddress(SectionToGOTMap[SectionID]) + SymOffset; in evaluateMIPS64Relocation()
/external/llvm/include/llvm/Object/
DObjectFile.h212 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
366 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
DELFObjectFile.h216 uint64_t getSectionAddress(DataRefImpl Sec) const override;
555 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
DMachO.h220 uint64_t getSectionAddress(DataRefImpl Sec) const override;
DCOFF.h660 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h137 uint64_t getSectionAddress(const MCSection *Sec) const { in getSectionAddress() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h197 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp268 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile
DMachOObjectFile.cpp482 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile