ELF(5) - File Formats Manual
ELF(5) - File Formats Manual # ELF(5) - File Formats Manual NAME # elf - format of ELF executable binary files SYNOPSIS # #include <elf.h> DESCRIPTION # The header file <elf.h> defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared libraries. An executable file using the ELF file format consists of an ELF header, followed by a program header table or a section header table, or both. ...