Study note
How to execute an object file: Part 3
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Compilers / PL
- Category
- 链接、装载与目标文件
- Source
- blog.cloudflare.com
- Vault note
library/articles/compilers/How-to-execute-an-object-file-Part-3-ccac9c5abc257e27.md
Summary
系列第三篇继续扩展 toy loader,处理更复杂的符号、外部依赖和运行时链接问题,让加载 object file 的模型更接近真实动态链接器。
Highlights
适合把 relocation 从“本文件内函数调用”推进到“跨对象/外部符号解析”,理解 loader/linker 的职责边界。
Notes
Cloudflare object file 执行系列。
Comments
Loading comments...