Searched refs:SectionAID (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 202 unsigned SectionAID = ~0U; in processSubtractRelocation() local 213 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() 222 SectionAID = *SectionAIDOrErr; in processSubtractRelocation() 227 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation() 230 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
D | RuntimeDyldMachOI386.h | 172 uint32_t SectionAID = ~0U; in processSECTDIFFRelocation() local 175 SectionAID = *SectionAIDOrErr; in processSECTDIFFRelocation() 197 << ", SectionA ID: " << SectionAID << ", SectionAOffset: " in processSECTDIFFRelocation() 200 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processSECTDIFFRelocation() 204 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 381 uint32_t SectionAID = ~0U; in processHALFSECTDIFFRelocation() local 384 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation() 411 << ", SectionA ID: " << SectionAID << ", SectionAOffset: " in processHALFSECTDIFFRelocation() 414 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processHALFSECTDIFFRelocation() 418 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOAArch64.h | 508 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() local 512 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation() 515 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 172 uint32_t SectionAID = ~0U; in processSECTDIFFRelocation() local 175 SectionAID = *SectionAIDOrErr; in processSECTDIFFRelocation() 196 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID in processSECTDIFFRelocation() 200 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processSECTDIFFRelocation() 204 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOX86_64.h | 202 unsigned SectionAID = ~0U; in processSubtractRelocation() local 213 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() 222 SectionAID = *SectionAIDOrErr; in processSubtractRelocation() 227 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation() 230 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
D | RuntimeDyldMachOARM.h | 253 uint32_t SectionAID = ~0U; in processHALFSECTDIFFRelocation() local 256 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation() 282 << ", Addend: " << Addend << ", SectionA ID: " << SectionAID in processHALFSECTDIFFRelocation() 286 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processHALFSECTDIFFRelocation() 290 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
|
D | RuntimeDyldMachOAArch64.h | 448 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() local 452 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation() 455 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|