当前位置:网站首页>编译,连接 -- 笔记
编译,连接 -- 笔记
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
边栏推荐
- C language super complete learning route (collection allows you to avoid detours)
- 网站建设与管理的基本概念
- 电脑怎么重装系统后显示器没有信号了
- Subnet division of flannel principle
- PHP PDO ODBC将一个文件夹的文件装载到MySQL数据库BLOB列,并将BLOB列下载到另一个文件夹
- TLS / SSL protocol details (30) RSA, DHE, ecdhe and ecdh processes and differences in SSL
- Analysis of common storage types and FTP active and passive modes
- MySQL sync could not find first log file name in binary log index file error
- Detailed explanation of C language knowledge points -- data types and variables [1] - carry counting system
- php类与对象
猜你喜欢
Cookie&Session
Have you really learned the operation of sequence table?
Mysql database explanation (8)
My raspberry PI zero 2W toss notes to record some problems and solutions
电脑怎么重装系统后显示器没有信号了
setcontext getcontext makecontext swapcontext
Deep learning - Super parameter setting
Detailed explanation of C language knowledge points - data types and variables [2] - integer variables and constants [1]
Detailed explanation of MySQL connection query
Detailed explanation of redirection and request forwarding
随机推荐
A series of problems about the best time to buy and sell stocks
PSYNC synchronization of redis source code analysis
调度系统使用注意事项
Detailed explanation of MySQL connection query
JUC learning record (2022.4.22)
Educational codeforces round 127 A-E problem solution
什么是CNAS认证?CNAS认可的软件测评中心有哪些?
Grep was unable to redirect to the file
Deeply learn the skills of parameter adjustment
Llvm - generate for loop
adobe illustrator 菜單中英文對照
2022年中国数字科技专题分析
【Leetcode-每日一题】安装栅栏
让阿里P8都为之着迷的分布式核心原理解析到底讲了啥?看完我惊了
G007-HWY-CC-ESTOR-03 华为 Dorado V6 存储仿真器搭建
Openfaas practice 4: template operation
How to design a good API interface?
PHP PDO ODBC loads files from one folder into the blob column of MySQL database and downloads the blob column to another folder
Async void caused the program to crash
网站建设与管理的基本概念