[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

General Programming Concepts: Writing and Debugging Programs


System V Application Binary Interface

This topic describes the executable and linking format (ELF) of the object files produced by the C and C++ compilation system.

There are three main types of object files.

Programs manipulate object files with the functions contained in the ELF access library, libelf.

See Intro(elf) for more information.

NOTE: Further information is available in the System V Application Binary Interface and processor specific supplements. The processor supplements define a naming convention for ELF constants that have processor ranges specified. Names such as DT_ and PT_ for processor specific extensions incorporate the name of the processor.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]