Searched refs:SectionBOffset (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 173 uint64_t SectionBOffset = 0; in processSubtractRelocation() local 186 SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation() 225 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
|
H A D | RuntimeDyldMachOI386.h | 184 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local 200 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation() 202 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOARM.h | 395 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local 416 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation() 418 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOAArch64.h | 498 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 D | RuntimeDyldImpl.h | 170 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()
|