Searched refs:ObjAddress (Results 1 – 4 of 4) sorted by relevance
248 static_cast<int64_t>(A->ObjAddress) - static_cast<int64_t>(B->ObjAddress); in computeDelta()
75 uintptr_t ObjAddress; variable81 ObjAddress(objAddress) {} in SectionEntry()
253 (void *)(Section.ObjAddress + Offset)); in resolveX86_64Relocation()268 (void *)(Section.ObjAddress + Offset)); in resolveX86_64Relocation()287 (void *)(Section.ObjAddress + Offset)); in resolveX86Relocation()296 (void *)(Section.ObjAddress + Offset)); in resolveX86Relocation()456 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset); in resolveARMRelocation()527 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset); in resolveMIPSRelocation()
142 uintptr_t ObjTarget = Section.ObjAddress + Offset; in processRelocationRef()