<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div id="yiv1923313925"><div><div style="color:#000;background-color:#fff;font-family:times new roman, new york, times, serif;font-size:12pt;">Hi, I'm a newcomer, so please be nice.<br>Analysing only the case for intel 32bit and that I have _glapi_tls_Dispatch. I don't understand gas so the code in file glapi_x86.S I understood as a black box for PIC addressing mode.<br>So I have the global variable _glapi_tls_Dispatch that when processed by the code in glapi_x86.S creates the glfoo interface directing correctly to the appropriate  pointer to function in the _glapi_table. Then I get stuck. Although I can see the declaration of all the pointer to functions in _glapi_table I cannot know where it is its implementations. Again, my best bet is _mesa_foo, but I don't know how, for example, void (GLAPIENTRYP NewList)(GLuint list,
 GLenum mode) could become _mesa_NewList(GLuint name, GLenum mode). Thanks in advance.<br></div></div></div></div></body></html>