220 likes | 433 Views
Thee main types of ELF object files. relocatable file : holds code and data suitable for linking with other object files to create executable or shared object ( >nasm f elf asm.s => asm.o is relocatable elf file ) ( >cc c main.c => main.o is relocatable elf file ) executable file: holds a pr
E N D