How does the address of R_X86_64_PLT32 computed?

后端 未结 0 1768
我在风中等你
我在风中等你 2021-01-05 04:33

I am trying to understand how the linking works. I have a simple C++ code

#include "a.h"

int Other() { 
  return 1;
}

int SomeFunction() {
  Other         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题