public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Joerg Beyer" <j.beyer@web.de>
To: gcc@gcc.gnu.org
Subject: in-charge/not-in-charge
Date: Tue, 09 Dec 2003 14:04:00 -0000	[thread overview]
Message-ID: <200312091205.hB9C5nQ01483@mailgate5.cinetic.de> (raw)

Dear Listreader,

I am looking for the place where I can read about the in-charge/not-in-charge
attributes of gcc-compiled object files and binaries. Pleas excuse if this is
off-topic here and point me to whereever it may fit better.

I have a simple program:
----------------------------
class foo {
public:
    foo();
    ~foo() {}
};

foo::foo() {
}

int main(int argc, char *argv[]) {
    foo f;
}
----------------------------

after compilation, nm tells me this:
----------------------------
joerg@host> nm -C ./prg | grep foo
080483e2 T foo::foo[in-charge]()
080483dc T foo::foo[not-in-charge]()
0804841e W foo::~foo [in-charge]()
----------------------------

what does that "in-charge" / "not-in-charge" mean? Is
"in-charge" for inlined?

    thanks
    Joerg

             reply	other threads:[~2003-12-09 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-09 14:04 Joerg Beyer [this message]
2003-12-09 16:29 ` in-charge/not-in-charge Ian Lance Taylor

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=200312091205.hB9C5nQ01483@mailgate5.cinetic.de \
    --to=j.beyer@web.de \
    --cc=gcc@gcc.gnu.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).