This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

objdump --syms output


Hello All,

I'm trying to understand the output of objdump --syms.
True, as the manpage says, it is similar to nm's output,
but it uses different representations. I can guess some,
but not all. for example, i guess that "g" is global, and it probably
like nm's uppercase letters (i.e. T). likewise "l" is probably local.

But - is there a concise manual for this ?
Even nm has a nice explanations for its letters - inside the manpage itself,
but objdump seems to lack any...

(I'm mainly interested in --syms (which is -t))

Thank You !
Nameer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]