Why there are no .rel.dyn/.got.plt section in dynamic ELF files?

前端 未结 0 1736
我寻月下人不归
我寻月下人不归 2020-12-09 14:20

I have code like this

// test_printf.c
#include 

int f(){
    printf("aaa %d\\n", 1);
}

And I compile it with the f

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