Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h212 uintptr_t ObjTarget = Section.getObjAddress() + Offset; in processRelocationRef() local
246 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()
257 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()
DRuntimeDyldCOFFI386.h81 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef() local
82 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()
DRuntimeDyldCOFFThumb.h85 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef() local
86 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()
DRuntimeDyldCOFFAArch64.h170 uintptr_t ObjTarget = AddendSection.getObjAddress() + Offset; in processRelocationRef() local
171 uint8_t *Displacement = (uint8_t *)ObjTarget; in processRelocationRef()