Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h174 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 DRuntimeDyldMachOX86_64.h201 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 DRuntimeDyldMachOARM.h385 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 DRuntimeDyldMachOAArch64.h507 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() local
511 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
514 addRelocationForSection(R, SectionAID); in processSubtractRelocation()