$objdump -h obj/kern/kernel
It shows the table, but some title which I don't what it say.
There are File off, Algn and CONTENTS.
How can I find the message?
What is the meaning of objdump table?
Re: What is the meaning of objdump table?
As a matter of interest, what were you expecting? Why did you type the command in the first place?
Re: What is the meaning of objdump table?
You can find more information of those terms from the spec of such executable format (in this case, elf32-i386 specification).
For instant, File Off means the offset of such item within the file, align means alignment of such item within the parent.
Read the wiki for detail on ELF.
For instant, File Off means the offset of such item within the file, align means alignment of such item within the parent.
Read the wiki for detail on ELF.
Re: What is the meaning of objdump table?
The medium is the message.gapry wrote:How can I find the message?
Learn to read.