Home
last modified time | relevance | path

Searched refs:SectionAOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h169 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation() local
198 << SectionAOffset << ", SectionB ID: " << SectionBID in processSECTDIFFRelocation()
201 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h203 uint64_t SectionAOffset = 0; in processSubtractRelocation() local
214 SectionAOffset = MinuendI->second.getOffset(); in processSubtractRelocation()
227 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h380 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation() local
414 << SectionAOffset << ", SectionB ID: " << SectionBID in processHALFSECTDIFFRelocation()
417 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h509 uint64_t SectionAOffset = MinuendI->second.getOffset(); in processSubtractRelocation() local
512 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h171 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
174 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
181 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
185 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()