This specification provides the processor-specific definitions required by ELF [SCO-ELF10] for Arm based systems. The ELF specification is part of the larger System V ABI specification where it forms chapters 4 and 5. However, the specification can be used in isolation as a generic object and executable format. Platform Standards (page 14) of this document covers ELF related matters that are platform specific. Most of this material is related to the Base Platform ABI. Object Files (page 20) and Program Loading and Dynamic Linking (page 46) of this document are struc- tured to correspond to chapters 4 and 5 of the ELF specification. Specifically: • Object Files (page 20) covers object files and relocations • Program Loading and Dynamic Linking (page 46) covers program loading and dynamic linking. There are several drafts of the ELF specification on the SCO web site. This specification is based on the December 2003 draft, which was the most recent stable draft at the time this specification was developed.
2022-09-24 21:16:19 387KB ARM ELF
1
文件格式是一种二进制执行文件格式有许多,如elf、coff、aout和flat等,flat格式主要应用在嵌入式uClinux系统中,该文章描述了flat文件格式的具体细节。
2022-09-19 22:00:55 10KB elf
ubuntu报错:libg2c.so.0:cannot open shared object file: no such file or directory/wrong ELF class(已解决)-附件资源
2022-08-27 11:12:51 106B
1
gcc-linaro-aarch64-none-elf-4.9-2014.07_linux.tar.bz2
2022-07-22 16:07:30 52.16MB gcc linux
1
参考Linux系统中readelf的功能输出,编写一个程序实现和其一样的功能,以实现对elf文件的头、程序头、节区头等内容的读取显示,相当于是一个对readelf的复现,但是功能上并不是很完备,这里只实现了读取elf头、程序头、节区头、可重定位段和符号表的内容。程序通过指针偏移的方式,根据elf头的信息找到其他各个字段的位置所在,创建相应的数据结构指针(数据结构使用源码中的elf.h),进行对信息的打印。
2022-07-16 12:00:33 48KB elf文件解析器c语言版
1
我们要去设计一个elf文档解析器的话,学习readelf源码还是非常有必要的,可以参考其中是怎么样使用数据结构的,程序是如何整体布局的
2022-07-16 12:00:32 49KB readelf源码
1
ELF 文件格式分析-北京大学信息科学技术学院操作系统实验室
2022-07-09 15:38:38 577KB ELF
1
windows系统下的nm、readelf等工具
2022-07-06 16:39:14 1.7MB readelf windows elf
1
ARM 之一 ELF文件、镜像(Image)文件、可执行文件、对象文件 详解 的 各种 参考文档 ARM 之一 ELF文件、镜像(Image)文件、可执行文件、对象文件 详解 的 各种 参考文档
2022-07-04 21:12:46 4.83MB ARM ELF Image
1
英文原版规范,PDF格式。
2022-06-22 10:00:32 181KB LinuxUnix
1