Home
last modified time | relevance | path

Searched refs:TargetPtrT (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp273 typedef typename Impl::TargetPtrT TargetPtrT; in processFDE() typedef
285 TargetPtrT FDELocation = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
286 TargetPtrT NewLocation = FDELocation - DeltaForText; in processFDE()
287 writeBytesUnaligned(NewLocation, P, sizeof(TargetPtrT)); in processFDE()
289 P += sizeof(TargetPtrT); in processFDE()
292 P += sizeof(TargetPtrT); in processFDE()
297 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
298 TargetPtrT NewLSDA = LSDA - DeltaForEH; in processFDE()
299 writeBytesUnaligned(NewLSDA, P, sizeof(TargetPtrT)); in processFDE()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h24 typedef uint32_t TargetPtrT; typedef
DRuntimeDyldMachOX86_64.h24 typedef uint64_t TargetPtrT; typedef
DRuntimeDyldMachOARM.h27 typedef uint32_t TargetPtrT; typedef
DRuntimeDyldMachOAArch64.h24 typedef uint64_t TargetPtrT; typedef