Chinaunix首页 | 论坛 | 博客
  • 博客访问: 49882
  • 博文数量: 27
  • 博客积分: 716
  • 博客等级: 上士
  • 技术积分: 285
  • 用 户 组: 普通用户
  • 注册时间: 2011-08-31 11:12
文章分类

全部博文(27)

文章存档

2012年(8)

2011年(19)

我的朋友

分类: LINUX

2011-09-25 10:55:29

Executable and Linkable Format

-------------------------------------------------------------------------------------------------------------

In , the Executable and Linkable Format (ELF, formerly called Extensible Linking Format) is a common standard for executables, , , and . First published in the specification,[1] and later in the ,[2] it was quickly accepted among different vendors of systems. In 1999 it was chosen as the standard binary file format for Unix and systems on by the project.

Unlike many proprietary executable file formats, ELF is very flexible and extensible, and it is not bound to any particular processor or . This has allowed it to be adopted by many different on many different platforms.

The ELF file format is also used as a generic object and executable format for binary images used with embedded processors like 's.

An ELF file has two views: The program header shows the segments used at run-time, whereas the section header lists the set of sections of the binary.

 

 

 

参考:http://en.wikipedia.org/wiki/Executable_and_Linkable_Format

阅读(838) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~