ELF Object File Format¶
This document describes the object file format, called ELF (Executable and Linking Format).
Chapter 1 presents an overview of the file format and its data representation.
Chapters 2–6 describe the file header and the structures that pertain to building programs.
Chapters 7–9 describe additional structures that are necessary to execute a program.