Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOARM.h315 uint32_t StubOpcode = 0; in processBranchRelocation() local
317 StubOpcode = 0xe51ff004; // ldr pc, [pc, #-4] in processBranchRelocation()
319 StubOpcode = 0xf000f8df; // ldr pc, [pc] in processBranchRelocation()
323 writeBytesUnaligned(StubOpcode, Addr, 4); in processBranchRelocation()