From owner-freebsd-current@FreeBSD.ORG Fri Feb 23 01:04:45 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 85B9D16A402 for ; Fri, 23 Feb 2007 01:04:45 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id DAE1A13C471 for ; Fri, 23 Feb 2007 01:04:44 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l1N14L1l028629 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 23 Feb 2007 03:04:27 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l1N141rC005154; Fri, 23 Feb 2007 03:04:14 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l1N140x1005153; Fri, 23 Feb 2007 03:04:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 23 Feb 2007 03:03:59 +0200 From: Giorgos Keramidas To: Mayank Kumar Message-ID: <20070223010358.GA4946@kobe.laptop> References: <76EBE649FB0E0E4DA883B5840459059F143A182705@AA-EXMSG-C412.southpacific.corp.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <76EBE649FB0E0E4DA883B5840459059F143A182705@AA-EXMSG-C412.southpacific.corp.microsoft.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.498, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.70, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current@freebsd.org Subject: Re: what does _eprol mean and how is it compututed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Feb 2007 01:04:45 -0000 On 2007-02-22 04:20, Mayank Kumar wrote: > While calling monstartup in crt0.c, _eprol and _etext are passed to > monstartup. _etext means end of segment, what does _eprol mean and > how is it computed Are you sure you are talking about FreeBSD? build@kobe:/home/build/src$ egrep -r -e '_eprol|_etext' * build@kobe:/home/build/src$ I don't see any reference to '_eprol' or '_etext' in our source tree, and 'monstartup' doesn't really ring any bells.