Searched refs:SectionBOffset (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| HD | RuntimeDyldMachOI386.h | 185 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local 201 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation() 203 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
|
| HD | RuntimeDyldMachOX86_64.h | 174 uint64_t SectionBOffset = 0; in processSubtractRelocation() local 187 SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation() 226 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
|
| HD | RuntimeDyldMachOARM.h | 396 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local 417 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation() 419 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
|
| HD | RuntimeDyldMachOAArch64.h | 498 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/ |
| HD | RuntimeDyldImpl.h | 171 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()
|