What is Symbol Resolution?

后端 未结 3 729
花落未央
花落未央 2021-01-12 17:06

This seems to be one of those things that every talks about but no one defines...I can\'t seem to find any information on this topic. What is symbol resolution? This is the

3条回答
  •  春和景丽
    2021-01-12 17:53

    I am not sure what context you mean symbol resolution in. But it reminds me of dlopen(3), and dlsym(3) for run-time symbol resolution in shared libraries.

提交回复
热议问题