Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOI386.h185 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local
201 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation()
203 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
HDRuntimeDyldMachOX86_64.h174 uint64_t SectionBOffset = 0; in processSubtractRelocation() local
187 SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation()
226 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
HDRuntimeDyldMachOARM.h396 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local
417 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation()
419 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
HDRuntimeDyldMachOAArch64.h498 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation() local
511 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldImpl.h171 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry() argument
173 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
181 uint64_t SectionBOffset, bool IsPCRel, unsigned Size, in RelocationEntry() argument
184 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()