Home
last modified time | relevance | path

Searched refs:readBytesUnaligned (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp50 return static_cast<int64_t>(readBytesUnaligned(Src, NumBytes)); in memcpyAddend()
69 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processScatteredVANILLA()
249 uint32_t Length = readBytesUnaligned(P, 4); in processFDE()
252 uint32_t Offset = readBytesUnaligned(P, 4); in processFDE()
257 TargetPtrT FDELocation = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
269 TargetPtrT LSDA = readBytesUnaligned(P, sizeof(TargetPtrT)); in processFDE()
DRuntimeDyldImpl.h355 uint64_t readBytesUnaligned(uint8_t *Src, unsigned Size) const;
DRuntimeDyldELF.cpp509 uint32_t Insn = readBytesUnaligned(TargetPtr, 4); in resolveMIPSRelocation()
672 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, 8); in evaluateMIPS64Relocation()
733 uint32_t Insn = readBytesUnaligned(TargetPtr, 4); in applyMIPS64Relocation()
1337 uint32_t Opcode = readBytesUnaligned(Placeholder, 4); in processRelocationRef()
DRuntimeDyld.cpp453 uint64_t RuntimeDyldImpl::readBytesUnaligned(uint8_t *Src, in readBytesUnaligned() function in llvm::RuntimeDyldImpl
DRuntimeDyldChecker.cpp751 return getRTDyld().readBytesUnaligned(Src, Size); in readMemoryAtAddr()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h44 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in decodeAddend()
129 uint32_t Temp = readBytesUnaligned(LocalAddress, 4); in resolveRelocation()
144 uint32_t Insn = readBytesUnaligned(LocalAddress, 4); in resolveRelocation()
227 int64_t Immediate = readBytesUnaligned(LocalAddress, 4); // Copy the whole instruction out. in processHALFSECTDIFFRelocation()
DRuntimeDyldCOFFX86_64.h140 Addend = readBytesUnaligned(Displacement, 4); in processRelocationRef()
146 Addend = readBytesUnaligned(Displacement, 8); in processRelocationRef()
DRuntimeDyldMachOX86_64.h167 SignExtend64(readBytesUnaligned(LocalAddress, NumBytes), NumBytes * 8); in processSubtractRelocation()
DRuntimeDyldMachOI386.h143 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation()