From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 13 Sep 2005 15:31:58 +0400 From: Alexey Tourbin To: devel@altlinux.ru Message-ID: <20050913113158.GS3290@solemn.turbinal.org> Mail-Followup-To: devel@altlinux.ru Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O0IT7rLmWuveAsNR" Content-Disposition: inline Subject: [devel] rpmelfsym X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2005 11:33:13 -0000 Archived-At: List-Archive: List-Post: --O0IT7rLmWuveAsNR Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =E8=CF=DE=C5=D4=D3=D1 =D3=C4=C5=CC=C1=D4=D8 =D0=CF=CC=CE=D9=CA =C4=C1=CD=D0= =D3=C9=CD=D7=CF=CC=CF=D7 =D7=D3=C5=C8 ELF'=CF=D7 =D7 =D3=C9=DA=C9=C6=C5. ELF'=D9 =CF=D4=D3=C5=C9=D7=C1=C0=D4=D3=D1 =D4=C1=CB: rpmfile "$rpm" >files awk -F'\t' '$3~/ELF.*(dynamic|shared)/{print$1}' files >elfs =EE=C5 =D1=D3=CE=CF, =CB=C1=CB=CF=CA =C6=CF=D2=CD=C1=D4 =C4=CC=D1 =C4=C1=CD= =D0=C1 =D3=C9=CD=D7=CF=CC=CF=D7 =D7=D9=C2=D2=C1=D4=D8. =F3=C4=C5=CC=C1=CC =CE=C1 =CF=D3=CE=CF=D7=C5 nm -D: while read elf; do nm -D d/"$elf" >d/.nm awk -v f=3D"$elf" '{OFS=3D"\t"}NF=3D=3D2{print f,0,$1,$2}NF=3D=3D3{print = f,1,$2,$3}' d/.nm done