当前位置:网站首页>elf文件与链接脚本
elf文件与链接脚本
2022-08-10 05:38:00 【denglin12315】
(1)链接脚本中的ENTRY(地址值)指令指定了elf header中的“Entry point address”字段的值,表示程序第一条指令的地址(这个地址是PA,当前未开启页映射机制);
(2)链接脚本中. = 0x80100000指定的是链接地址(VA),在开启分页机制后,PC指针就按照这个地址去取指令;
(3)链接脚本中的AT(地址值)指令指定了elf的program header中某个segment的"PhysAddr",表示这个段将被加载到内存哪个物理地址上;
边栏推荐
猜你喜欢
网页安全证书错误但无法安装证书的解决办法
R language cluster analysis - code analysis
Unity plug-in DOTween User Guide 2 (Brief explanation of Bezier curves)
Unity中实现Animation Clip动画片段的倒播(该案例可以防止动画延迟)
浅谈游戏中3种常用阴影渲染技术(2):阴影锥
Myunity框架笔记
Talking about 3 common shadow rendering techniques in games (2): shadow cone
8个问题轻松掌握Unity前向渲染
Easy to master Unity of eight prior to rendering
A*Pathfinding插件(3D)
随机推荐
LaTeX总结----在CSDN上写出数学公式
hanLP探索-语义距离计算的实现
酸回收工艺讲解
Unity2d自动寻路(AI插件)
Unity plug-in DOTween User Guide 2 (Brief explanation of Bezier curves)
UnityShader入门精要-透明效果
二叉树 6/15 76-80
markdown类图学习
unity3d著名项目-Dark Tree翻译
动态规划、背包问题 6/24 106-110
动态规划、背包问题 6/22 96-100
Analysis of minix_super_block.s_nzones of mkfs.minix.c
lua小工具-保留指定位数的小数
Unity screen coordinates to world coordinates, mouse click to get 3D position
UnityShader入门精要-阴影
为什么游戏需要热更新
Myunity框架笔记
UnityShader入门精要--Unity中的基础光照
Talking about the realization idea of "frame" of "frame synchronization online game"
背包问题 c语言版