[ << ] | [ >> ] | [] | [] | [] | [ ? ] |
This chapter describes the ELF output module which can be selected with the ‘-Felf’ option.
This module is written in 2002-2016 by Frank Wille and is covered by the vasm copyright without modifications.
Do not delete empty sections without any symbol definition.
This output module outputs the ELF
(Executable and Linkable Format)
format, which is a portable object file format and works for a variety
of 32- and 64-bit operating systems.
The ELF
output format, as implemented in vasm, currently supports
the following architectures:
The supported relocation types depend on the selected architecture.
Some known problems of this module at the moment:
This module has the following error messages:
[ << ] | [ >> ] | [] | [] | [] | [ ? ] |