Displaying 2 results from an estimated 2 matches for "reentryfnaddroffset".
2016 May 04
2
OrcLazyJIT for windows
...>> 0x58, // 0x69: popq %rax
>>
>> 0x5d, // 0x6a: popq %rbp
>>
>> 0xc3, // 0x6b: retq
>>
>> };
>>
>>
>> const unsigned ReentryFnAddrOffset = 0x3a;
>>
>> const unsigned CallbackMgrAddrOffset = 0x28;
>>
>>
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>
>&...
2016 May 04
2
OrcLazyJIT for windows
...: popq %rcx
0x5b, // 0x68: popq %rbx
0x58, // 0x69: popq %rax
0x5d, // 0x6a: popq %rbp
0xc3, // 0x6b: retq
};
const unsigned ReentryFnAddrOffset = 0x3a;
const unsigned CallbackMgrAddrOffset = 0x28;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160504/fbf8cce5/attachment.html>