Home
last modified time | relevance | path

Searched refs:SectionAID (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h202 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()
DRuntimeDyldMachOI386.h172 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()
DRuntimeDyldMachOARM.h381 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()
DRuntimeDyldMachOAArch64.h508 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/
DRuntimeDyldMachOI386.h172 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()
DRuntimeDyldMachOX86_64.h202 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()
DRuntimeDyldMachOARM.h253 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()
DRuntimeDyldMachOAArch64.h448 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() local
452 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
455 addRelocationForSection(R, SectionAID); in processSubtractRelocation()