Searched refs:SectionAID (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 200 unsigned SectionAID = ~0U; in processSubtractRelocation() local 211 SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() 220 SectionAID = *SectionAIDOrErr; in processSubtractRelocation() 225 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation() 228 addRelocationForSection(R, SectionAID); in processSubtractRelocation()
|
H A D | RuntimeDyldMachOI386.h | 173 uint32_t SectionAID = ~0U; in processSECTDIFFRelocation() local 176 SectionAID = *SectionAIDOrErr; in processSECTDIFFRelocation() 198 << ", SectionA ID: " << SectionAID << ", SectionAOffset: " in processSECTDIFFRelocation() 201 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processSECTDIFFRelocation() 205 addRelocationForSection(R, SectionAID); in processSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOARM.h | 384 uint32_t SectionAID = ~0U; in processHALFSECTDIFFRelocation() local 387 SectionAID = *SectionAIDOrErr; in processHALFSECTDIFFRelocation() 414 << ", SectionA ID: " << SectionAID << ", SectionAOffset: " in processHALFSECTDIFFRelocation() 417 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID, in processHALFSECTDIFFRelocation() 421 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()
|