Home
last modified time | relevance | path

Searched refs:ObjTarget (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h132 uintptr_t ObjTarget = Section.getObjAddress() + Offset; in processRelocationRef() local
143 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()
149 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()
DRuntimeDyldCOFFI386.h64 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef() local
65 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()
DRuntimeDyldCOFFThumb.h63 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef() local
64 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()