Searched refs:SectionBID (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 167 uint32_t SectionBID = in processSECTDIFFRelocation() local 176 << ", SectionB ID: " << SectionBID in processSECTDIFFRelocation() 179 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processSECTDIFFRelocation() 183 addRelocationForSection(R, SectionBID); in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 248 uint32_t SectionBID = in processHALFSECTDIFFRelocation() local 262 << ", SectionB ID: " << SectionBID in processHALFSECTDIFFRelocation() 265 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation() 269 addRelocationForSection(R, SectionBID); in processHALFSECTDIFFRelocation()
|