Section vs segment
ID: elf-hello-world/section-vs-segment
- section: exists before linking, in object files.Major information sections contain for the linker: is this section:
- segment: exists after linking, in the executable file.Contains information about how each segment should be loaded into memory by the OS, notably location and permissions.
New to topics? Read the docs here!