Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp248 static_cast<int64_t>(A->ObjAddress) - static_cast<int64_t>(B->ObjAddress); in computeDelta()
DRuntimeDyldImpl.h75 uintptr_t ObjAddress; variable
81 ObjAddress(objAddress) {} in SectionEntry()
DRuntimeDyldELF.cpp253 (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()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h142 uintptr_t ObjTarget = Section.ObjAddress + Offset; in processRelocationRef()