From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1771 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: dladdr patch status Date: Sun, 26 Aug 2012 19:23:20 -0400 Message-ID: <20120826232320.GP27715@brightrain.aerifal.cx> References: <20120826214645.GO27715@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1346023296 16166 80.91.229.3 (26 Aug 2012 23:21:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2012 23:21:36 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1772-gllmg-musl=m.gmane.org@lists.openwall.com Mon Aug 27 01:21:37 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1T5m9A-0008NI-HG for gllmg-musl@plane.gmane.org; Mon, 27 Aug 2012 01:21:36 +0200 Original-Received: (qmail 15385 invoked by uid 550); 26 Aug 2012 23:21:34 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 15374 invoked from network); 26 Aug 2012 23:21:34 -0000 Content-Disposition: inline In-Reply-To: <20120826214645.GO27715@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1771 Archived-At: On Sun, Aug 26, 2012 at 05:46:45PM -0400, Rich Felker wrote: > The only alternative I see so far is using the _section_ header > information to determine the symbol table size. This should work for Except that there may not be a reliable way to even FIND the section headers, or ensure that they're mapped into memory, just because they're in the file. Thus, this seems like it might be a dead-end.. Rich