Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h183 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local
199 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation()
201 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h175 uint64_t SectionBOffset = 0; in processSubtractRelocation() local
188 SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation()
227 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
DRuntimeDyldMachOARM.h392 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local
413 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation()
415 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h499 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation() local
512 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h183 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local
199 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation()
201 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h175 uint64_t SectionBOffset = 0; in processSubtractRelocation() local
188 SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation()
227 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
DRuntimeDyldMachOARM.h264 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local
285 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation()
287 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOAArch64.h439 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation() local
452 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h168 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry() argument
170 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()