Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h173 uint64_t SectionBOffset = 0; in processSubtractRelocation() local
186 SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation()
225 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
H A DRuntimeDyldMachOI386.h184 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local
200 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation()
202 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h395 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local
416 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation()
418 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOAArch64.h498 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation() local
511 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h170 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry() argument
171 : Offset(offset), Addend(SectionAOffset - SectionBOffset + addend), in RelocationEntry()
180 uint64_t SectionBOffset, bool IsPCRel, unsigned Size, in RelocationEntry() argument
182 : Offset(offset), Addend(SectionAOffset - SectionBOffset + addend), in RelocationEntry()