From owner-freebsd-current@FreeBSD.ORG Wed Feb 21 20:20:48 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 8938716A619 for ; Wed, 21 Feb 2007 20:20:48 +0000 (UTC) (envelope-from mayank@microsoft.com) Received: from smtp-sin.microsoft.com (smtp-sin.microsoft.com [207.46.52.79]) by mx1.freebsd.org (Postfix) with ESMTP id 0FFEB13C461 for ; Wed, 21 Feb 2007 20:20:47 +0000 (UTC) (envelope-from mayank@microsoft.com) Received: from sin-exhub-c403.southpacific.corp.microsoft.com (157.60.222.33) by SIN-EXGWY-E802.partners.extranet.microsoft.com (10.251.168.130) with Microsoft SMTP Server (TLS) id 8.0.685.24; Thu, 22 Feb 2007 04:20:46 +0800 Received: from AA-EXMSG-C412.southpacific.corp.microsoft.com ([157.60.226.51]) by sin-exhub-c403.southpacific.corp.microsoft.com ([157.60.222.33]) with mapi; Thu, 22 Feb 2007 04:20:46 +0800 From: Mayank Kumar To: "freebsd-current@freebsd.org" Date: Thu, 22 Feb 2007 04:20:32 +0800 Thread-Topic: what does _eprol mean and how is it compututed Thread-Index: AcdV9by+Z5XJRypUT0GbGnxFIGMk+w== Message-ID: <76EBE649FB0E0E4DA883B5840459059F143A182705@AA-EXMSG-C412.southpacific.corp.microsoft.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Wed, 21 Feb 2007 20:20:48 -0000 While calling monstartup in crt0.c, _eprol and _etext are passed to monstar= tup. _etext means end of segment, what does _eprol mean and how is it computed Thanks Mayank