Glossary
A collection of common terms used when describing ELF related things.
- DSO
(Dynamic Shared Object) An object file built to be shared by multiple processes in a resource efficient manner.
- ELF
(Extensible Linking Format) A file format for executables and dynamic shared objects.
- PIC
(Position Independent Code) Machine code that will execute correctly independent of its load address.
- PIE
(Position Independent Executable) An executable comprised entirely of Position Independent Code.