Searched refs:SectionBOffset (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOI386.h | 165 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local 177 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation() 179 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processSECTDIFFRelocation()
|
D | RuntimeDyldMachOARM.h | 246 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local 263 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation() 265 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 135 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry() argument 137 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()
|