Forum Discussion
Altera_Forum
Honored Contributor
13 years agoIf you run 'objdump -h' (probably nios-elf-objdump -h) you'll see that only some of the areas are marked LOAD.
'objdump -p' shows the program headers that are processed when loading the program. The other ones are just for debuggers (of various sorts), and possibly extra information for loaders (eg the OS the file was built for).