<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 23, 2014 at 4:06 PM, Rafael Avila de Espindola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":9an" class="a3s" style="overflow:hidden">Sent from my iPhone<br>
<div class=""><br>
> On May 23, 2014, at 17:51, Eric Christopher <<a href="mailto:echristo@gmail.com">echristo@gmail.com</a>> wrote:<br>
><br>
> I'm not there yet, but at some point I'm going to need the notion of a<br>
> global callable function like symbol that's resolved at runtime. I've<br>
> not given it much thought but I may need a new callable entity here<br>
> (this is for the gnu ifunc stuff).<br>
><br>
> Don't even know if this fits into the discussion, but since we were<br>
> talking about weird symbols...<br>
><br>
<br>
</div>It is a symbol or a value that is loaded? If it is an symbol, what does it point to? That is, what is the value that shows up in the .o?</div></blockquote></div><br>It's an IFUNC symbol. It is a relocation resolved by the loader at load time by calling a designated function and replacing the relocation with the returned function pointer (roughly).</div>
</div>