Developer's Topics
Chapter 8, ELF object files

Chapter 8

Chapter 8<P> ELF object files ELF object files

This chapter describes the executable and linking format (ELF) of the object files produced by the C compilation system. The first section, ``Program linking'', focuses on how the format pertains to building programs. The second section, ``Program execution'', focuses on how the format pertains to loading programs. See ``Link editing'' in the Programming Tools Guide for more information.

There are three main types of object files:

Programs manipulate object files with the functions contained in the ELF access library, libelf. See elf(S) for more information.