Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h183 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local
199 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation()
201 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h175 uint64_t SectionBOffset = 0; in processSubtractRelocation() local
188 SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation()
227 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
H A DRuntimeDyldMachOARM.h394 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local
415 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation()
417 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h499 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation() local
512 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h172 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry() argument
174 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
182 uint64_t SectionBOffset, bool IsPCRel, unsigned Size, in RelocationEntry() argument
185 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()