public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Multiple symbols same address in vmlinux map file? huh?
@ 2003-08-06 13:39 Andy Winton
  2003-08-06 13:51 ` Kai Germaschewski
  2003-08-06 14:32 ` Richard B. Johnson
  0 siblings, 2 replies; 4+ messages in thread
From: Andy Winton @ 2003-08-06 13:39 UTC (permalink / raw)
  To: linux-kernel

hi there,

  When doing a 'nm' on the vmlinux I see that some different
  symbols are at the same address.  This seems very strange
  to me.  Can anyone explain this?

  What I typed (to see the duplicates only)...

nm vmlinux-2.4.18-14  | awk 'BEGIN{oldval=01;} { if ($1==oldval) {
if(plast) { print "\n"; print oldrow;} print $0; plast=0} else plast=1;
oldrow=$0; oldval=$1}' - | more

  What I saw....

  [stuff removed...]
c0305a78 d emergency_lock
c0305a78 d emergency_pages

c0303100 d i8259A_irq_type
c0303100 D i8259A_lock

c0386628 B jiffies
c0386628 B jiffies_64
  [stuff removed...]

  Any idea?

  Thanks again,

andy winton


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-06 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06 13:39 Multiple symbols same address in vmlinux map file? huh? Andy Winton
2003-08-06 13:51 ` Kai Germaschewski
2003-08-06 14:32 ` Richard B. Johnson
2003-08-06 21:09   ` Michael Driscoll

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox