当前位置:网站首页>编译,连接 -- 笔记
编译,连接 -- 笔记
2022-04-23 15:30:00 【wishfly】
1 linux 程序与库的符号,Linux动态库(.so)符号表
linux 程序与库的符号,Linux动态库(.so)符号表_weixin_39528029的博客-CSDN博客
1.1.动态链接库的符号表
动态链接库(shared object library)在linux里以.so结尾,是elf(Executable and Linkable Format)文件的一种,有两个符号表:“.symtab”和“.dynsym”。
.symtab:
包含大量的信息(包括全局符号global symbols)
.dynsym:
只保留“.symtab”中的全局符号
故“.dynsym”可看作“.symtab”的子集。
版权声明
本文为[wishfly]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wishfly/article/details/124337724
边栏推荐
猜你喜欢

Basic operation of sequential stack

重定向和请求转发详解

如何设计一个良好的API接口?

regular expression

What exactly does the distributed core principle analysis that fascinates Alibaba P8? I was surprised after reading it

Sword finger offer (1) -- for Huawei

Lotus DB design and Implementation - 1 Basic Concepts

Mysql database explanation (10)
![Detailed explanation of C language knowledge points -- first understanding of C language [1] - vs2022 debugging skills and code practice [1]](/img/07/c534238c2b5405bbe4655e51cfee51.png)
Detailed explanation of C language knowledge points -- first understanding of C language [1] - vs2022 debugging skills and code practice [1]

我的树莓派 Raspberry Pi Zero 2W 折腾笔记,记录一些遇到的问题和解决办法
随机推荐
adobe illustrator 菜单中英文对照
码住收藏▏软件测试报告模板范文来了
Have you really learned the operation of sequence table?
[leetcode daily question] install fence
JSON date time date format
Kubernetes详解(九)——资源配置清单创建Pod实战
el-tree实现只显示某一级复选框且单选
What are the mobile app software testing tools? Sharing of third-party software evaluation
Mysql database explanation (8)
Mysql database explanation (VII)
今日睡眠质量记录76分
YML references other variables
Recommended search common evaluation indicators
Sword finger offer (2) -- for Huawei
激活函数的优缺点和选择
Five data types of redis
Detailed explanation of kubernetes (IX) -- actual combat of creating pod with resource allocation list
移动app软件测试工具有哪些?第三方软件测评小编分享
Elk installation
Have you learned the basic operation of circular queue?