From owner-freebsd-hackers@FreeBSD.ORG Sun Apr 20 09:27:23 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 240AF1065707 for ; Sun, 20 Apr 2008 09:27:23 +0000 (UTC) (envelope-from emily.bckr@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id D38128FC0A for ; Sun, 20 Apr 2008 09:27:22 +0000 (UTC) (envelope-from emily.bckr@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so1850959pyb.10 for ; Sun, 20 Apr 2008 02:27:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=7/jH6ub6y8KFmHiAZ1/HP+L7Ks+F/1CDrzq+WOrXyZ4=; b=yB4h/nZIl9dL58yp3x9G3ev+PkzE14PQdKwHHVa0oxaqoJtBSR5txnlpd/dwDwmUVYftMMDXQ+chQSY6UtZGxMkxzsr23Wf3EgSBqh+D16PnMsYzejGC8USWNVNxK1/YtCIpTf8k55+z6M87RNBbycXoS4cr/3co2DrhMccBh5s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=GzNbN2MBPaXnqDOOtjToVQQs4Fr/WlTfgT61bDxfUeKMmMXmH7H8YoFxycduJd2Ur82o3SqTHQAXkrPOHFydo80PQgpec6mVPyN+IRRRJWvehFjOIFsQgExTMnx3n9EgHgL+sEvUtOZeYSrCWugYRxQMPxpbhYqROYuixO5T4HQ= Received: by 10.142.141.21 with SMTP id o21mr1267124wfd.199.1208682129528; Sun, 20 Apr 2008 02:02:09 -0700 (PDT) Received: by 10.142.238.14 with HTTP; Sun, 20 Apr 2008 02:02:09 -0700 (PDT) Message-ID: <5124a9390804200202h535112dcx4005e9df6e5e0f5e@mail.gmail.com> Date: Sun, 20 Apr 2008 12:02:09 +0300 From: "emily becker" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: symbol table X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2008 09:27:23 -0000 Hi, I have a question about symbol table. One of the section In symbol table is memory adress which symbol is located. I wonder if this memory adress is bound at run-time or compile-time? if it is compile-time, I don't understand how do we know whether the symbol is located this adress. Maybe this adress is already bound by other process or like this. I look forward to answers thank you