<div dir="rtl"><div dir="ltr">Image base is the PE/COFF base address (the relocated one) - pointer to header.</div><div dir="ltr">In ELF the PIC calculations use PC + offset to GOT, so the image base would be actually PC minus assumed PC offset, or GOT minus assumed GOT offset (offset taken from the ELF header)</div><div dir="ltr"><br></div><div dir="ltr">I guess that could be easy calculated using MachineInstruction. Just thinking if something can be done using IR and GlobalVariables..</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2016-09-03 18:21 GMT+03:00 Joerg Sonnenberger via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sat, Sep 03, 2016 at 05:05:32PM +0300, BBLN via llvm-dev wrote:<br>
> For x86-win32 we got __ImageBase,<br>
> Is there any *simple* way to create a GlobalVariable pointing to the image<br>
> base on all platforms?<br>
<br>
</div></div>What is an image base?<br>
<br>
Joerg<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</blockquote></div><br></div>