我知道“got[1]是point the link_map struct”和“got[2]是point the _dl_runtime_resolver”。但我找不到使用got[0]的地方。
有人知道哪里用了got[0]?
最佳答案
全局偏移表的最终参考是x86-64 psABI version 1.0。上面写着:
表的第一个条目(0号)被保留以保存动态结构的地址,并用符号“动态”引用。
关于linux - GOT [0](全局偏移表)在哪里使用?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/49812485/