Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp165 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()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp217 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()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp365 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()
/external/llvm/lib/MC/
DMachObjectWriter.cpp72 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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h273 uint8_t *getSectionAddress(unsigned SectionID) const { in getSectionAddress() function
403 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset(); in getSymbolLocalAddress()
DRuntimeDyldChecker.cpp854 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID()); in getSubsectionStartingAt()
/external/llvm/include/llvm/Object/
DObjectFile.h226 virtual uint64_t getSectionAddress(DataRefImpl Sec) const = 0;
388 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
DELFObjectFile.h95 uint64_t getSectionAddress(DataRefImpl Sec) const override;
447 uint64_t ELFObjectFile<ELFT>::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function
DMachO.h219 uint64_t getSectionAddress(DataRefImpl Sec) const override;
DCOFF.h596 uint64_t getSectionAddress(DataRefImpl Sec) const override;
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h142 uint64_t getSectionAddress(const MCSectionData* SD) const { in getSectionAddress() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h236 uint8_t *JTSectionAddr = getSectionAddress(JTSectionID); in populateJumpTable()
/external/llvm/lib/Object/
DMachOObjectFile.cpp457 EndOffset = getSectionAddress(Sec); in getSymbolSize()
557 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress() function in MachOObjectFile
634 uint64_t SectBegin = getSectionAddress(Sec); in sectionContainsSymbol()
678 uint64_t SecAddress = getSectionAddress(Sec); in getRelocationAddress()
DCOFFObjectFile.cpp329 uint64_t COFFObjectFile::getSectionAddress(DataRefImpl Ref) const { in getSectionAddress() function in COFFObjectFile