Searched refs:SectionAID (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 174 uint32_t SectionAID = ~0U; in processSECTDIFFRelocation() local 177 SectionAID = *SectionAIDOrErr; in processSECTDIFFRelocation() 199 << ", SectionA ID: " << SectionAID << ", SectionAOffset: " in processSECTDIFFRelocation() 202 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processSECTDIFFRelocation() 206 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOX86_64.h | 201 unsigned SectionAID = ~0U; in processSubtractRelocation() local 212 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() 221 SectionAID = *SectionAIDOrErr; in processSubtractRelocation() 226 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation() 229 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
H A D | RuntimeDyldMachOARM.h | 385 uint32_t SectionAID = ~0U; in processHALFSECTDIFFRelocation() local 388 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation() 415 << ", SectionA ID: " << SectionAID << ", SectionAOffset: " in processHALFSECTDIFFRelocation() 418 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processHALFSECTDIFFRelocation() 422 addRelocationForSection(R, SectionAID); in processHALFSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOAArch64.h | 507 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() local 511 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation() 514 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|