Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h200 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 DRuntimeDyldMachOI386.h173 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 DRuntimeDyldMachOARM.h384 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 DRuntimeDyldMachOAArch64.h507 unsigned SectionAID = MinuendI->second.getSectionID(); in processSubtractRelocation() local
511 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
514 addRelocationForSection(R, SectionAID); in processSubtractRelocation()