ELF stands for Executable and Linkable Format, a file format for files containing machine code.
Following up Why is the ELF execution entry point virtual address of the form 0x80xxxxx and not zero 0x0? …
linker elf memory-layoutI have a linux C program that handles request sent to a TCP socket (bound to a particular port). I …
c linux gcc elf symbol-tablesI know that there are lots of questions about the use cases of shared vs static libraries, this question is …
linux linker shared-libraries static-libraries elf