From: Andy Winton <andreww@bemac.com>
To: linux-kernel@vger.kernel.org
Subject: Multiple symbols same address in vmlinux map file? huh?
Date: 06 Aug 2003 14:39:52 +0100 [thread overview]
Message-ID: <1060177192.2866.11.camel@pussy.bemac.com> (raw)
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
next reply other threads:[~2003-08-06 13:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-06 13:39 Andy Winton [this message]
2003-08-06 13:51 ` Multiple symbols same address in vmlinux map file? huh? Kai Germaschewski
2003-08-06 14:32 ` Richard B. Johnson
2003-08-06 21:09 ` Michael Driscoll
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1060177192.2866.11.camel@pussy.bemac.com \
--to=andreww@bemac.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox