Displaying 2 results from an estimated 2 matches for "shamil".
Did you mean:
shakil
2012 Mar 13
3
[LLVMdev] MC JIT on ARM can't generate valid code for external functions call
...PC, [LR,#8]!
Also GOT section doesn't exists.
To fix this we need to generate the valid entries in GOT and PLT sections
We propose adding these sections and generating a thunk, same as in the
usual compilation pipeline.
What is the best way to fix these issues?
---
Kurmangaleev Shamil,
2012 Mar 13
0
[LLVMdev] MC JIT on ARM can't generate valid code for external functions call
On Tue, Mar 13, 2012 at 05:27:58PM +0400, Shamil Kurmangaleev wrote:
> Because the ELF file in memory generated by MC JIT does not have the
> .plt section, but we need to have the following code to be emitted in it:
Why do you need it to emit PIC? You know the offsets of all functions it
is calling.
Joerg