]> err.no Git - dpkg/commitdiff
t/200_Dpkg_Shlibs.t: Add some tests from Dpkg::Shlibs::SymbolFile
authorFrank Lichtenheld <djpig@debian.org>
Sat, 14 Jul 2007 16:12:51 +0000 (16:12 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Sat, 14 Jul 2007 16:12:51 +0000 (16:12 +0000)
scripts/Dpkg/Shlibs/SymbolFile.pm
scripts/t/200_Dpkg_Shlibs.t
scripts/t/200_Dpkg_Shlibs/objdump.libc6-2.3 [new file with mode: 0644]
scripts/t/200_Dpkg_Shlibs/objdump.libc6-2.6 [moved from scripts/t/200_Dpkg_Shlibs/objdump.libc6 with 100% similarity]

index 521dc71a9218ccd99738f31d2ee2101e07c5814b..38c5fcf57cfa4b56d0e60a38b948c6c0bbc0adb7 100644 (file)
@@ -125,6 +125,9 @@ sub merge_symbols {
     my %dynsyms = map { $_ => $object->{dynsyms}{$_} }
        grep { local $a = $object->{dynsyms}{$_}; $a->{dynamic} && $a->{defined} }
        keys %{$object->{dynsyms}};
+    unless ($self->{objects}{$soname}) {
+       $self->create_object($soname, '');
+    }
     # Scan all symbols provided by the objects
     foreach my $sym (keys %dynsyms) {
        if (exists $self->{objects}{$soname}{syms}{$sym}) {
index 1767a3bc760d05289ccc30287b04a8273bb056d7..9db3a4ef39932c5d4224168f0c6e42ea3f9e9293 100644 (file)
@@ -1,6 +1,6 @@
 # -*- mode: cperl;-*-
 
-use Test::More tests => 14;
+use Test::More tests => 18;
 
 use strict;
 use warnings;
@@ -21,8 +21,8 @@ use_ok('Dpkg::Shlibs::Objdump');
 
 my $obj = Dpkg::Shlibs::Objdump::Object->new;
 
-open my $objdump, '<', "t/200_Dpkg_Shlibs/objdump.libc6"
-  or die "t/200_Dpkg_Shlibs/objdump.libc6: $!";
+open my $objdump, '<', "t/200_Dpkg_Shlibs/objdump.libc6-2.6"
+  or die "t/200_Dpkg_Shlibs/objdump.libc6-2.6: $!";
 $obj->_parse($objdump);
 close $objdump;
 
@@ -50,4 +50,37 @@ is( scalar @syms, 2231, 'defined && dynamic' );
 is( scalar @syms, 9, 'undefined && dynamic' );
 
 
+my $obj_old = Dpkg::Shlibs::Objdump::Object->new;
+
+open $objdump, '<', "t/200_Dpkg_Shlibs/objdump.libc6-2.3"
+  or die "t/200_Dpkg_Shlibs/objdump.libc6-2.3: $!";
+$obj_old->_parse($objdump);
+close $objdump;
+
+
 use_ok('Dpkg::Shlibs::SymbolFile');
+
+my $sym_file = Dpkg::Shlibs::SymbolFile->new("t/200_Dpkg_Shlibs/symbol_file.tmp");
+my $sym_file_dup = Dpkg::Shlibs::SymbolFile->new("t/200_Dpkg_Shlibs/symbol_file.tmp");
+my $sym_file_old = Dpkg::Shlibs::SymbolFile->new("t/200_Dpkg_Shlibs/symbol_file.tmp");
+
+$sym_file->merge_symbols($obj_old, "2.3.6.ds1-13");
+$sym_file_old->merge_symbols($obj_old, "2.3.6.ds1-13");
+
+ok( $sym_file->has_object('libc.so.6'), 'SONAME in sym file' );
+
+$sym_file->merge_symbols($obj, "2.6-1");
+
+ok( $sym_file->has_new_symbols($sym_file_old), 'has new symbols' );
+ok( $sym_file_old->has_lost_symbols($sym_file), 'has lost symbols' );
+
+use File::Temp;
+
+my $save_file = new File::Temp;
+
+$sym_file->save($save_file);
+
+$sym_file_dup->load($save_file);
+$sym_file_dup->{file} = "t/200_Dpkg_Shlibs/symbol_file.tmp";
+
+is_deeply($sym_file_dup, $sym_file, 'save -> load' );
diff --git a/scripts/t/200_Dpkg_Shlibs/objdump.libc6-2.3 b/scripts/t/200_Dpkg_Shlibs/objdump.libc6-2.3
new file mode 100644 (file)
index 0000000..c7aa0ee
--- /dev/null
@@ -0,0 +1,2272 @@
+
+/lib/libc.so.6:     file format elf32-i386
+
+Program Header:
+    PHDR off    0x00000034 vaddr 0x00000034 paddr 0x00000034 align 2**2
+         filesz 0x00000120 memsz 0x00000120 flags r-x
+  INTERP off    0x0010f4a0 vaddr 0x0010f4a0 paddr 0x0010f4a0 align 2**0
+         filesz 0x00000013 memsz 0x00000013 flags r--
+    LOAD off    0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12
+         filesz 0x00110208 memsz 0x00110208 flags r-x
+    LOAD off    0x00110c0c vaddr 0x00111c0c paddr 0x00111c0c align 2**12
+         filesz 0x00006300 memsz 0x00008d28 flags rw-
+ DYNAMIC off    0x00115d3c vaddr 0x00116d3c paddr 0x00116d3c align 2**2
+         filesz 0x000000e0 memsz 0x000000e0 flags rw-
+    NOTE off    0x00000154 vaddr 0x00000154 paddr 0x00000154 align 2**2
+         filesz 0x00000020 memsz 0x00000020 flags r--
+EH_FRAME off    0x0010f4b4 vaddr 0x0010f4b4 paddr 0x0010f4b4 align 2**2
+         filesz 0x00000d54 memsz 0x00000d54 flags r--
+   STACK off    0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**2
+         filesz 0x00000000 memsz 0x00000000 flags rw-
+   RELRO off    0x00110c0c vaddr 0x00111c0c paddr 0x00111c0c align 2**5
+         filesz 0x00005200 memsz 0x00005200 flags r--
+
+Dynamic Section:
+  NEEDED      ld-linux.so.2
+  SONAME      libc.so.6
+  INIT        0x15280
+  FINI_ARRAY  0x1152d4
+  FINI_ARRAYSZ 0x4
+  HASH        0x174
+  STRTAB      0xbbc8
+  SYMTAB      0x3388
+  STRSZ       0x530f
+  SYMENT      0x10
+  PLTGOT      0x116ff4
+  PLTRELSZ    0xa8
+  PLTREL      0x11
+  JMPREL      0x14fe8
+  REL         0x122a0
+  RELSZ       0x2d48
+  RELENT      0x8
+  VERDEF      0x11fe0
+  VERDEFNUM   0x12
+  VERNEED     0x12250
+  VERNEEDNUM  0x1
+  VERSYM      0x10ed8
+  RELCOUNT    0x548
+
+Version definitions:
+1 0x01 0x0865f4e6 libc.so.6
+2 0x00 0x0d696910 GLIBC_2.0
+3 0x00 0x0d696911 GLIBC_2.1
+       GLIBC_2.0 
+4 0x00 0x09691f71 GLIBC_2.1.1
+       GLIBC_2.1 
+5 0x00 0x09691f72 GLIBC_2.1.2
+       GLIBC_2.1.1 
+6 0x00 0x09691f73 GLIBC_2.1.3
+       GLIBC_2.1.2 
+7 0x00 0x0d696912 GLIBC_2.2
+       GLIBC_2.1.3 
+8 0x00 0x09691a71 GLIBC_2.2.1
+       GLIBC_2.2 
+9 0x00 0x09691a72 GLIBC_2.2.2
+       GLIBC_2.2.1 
+10 0x00 0x09691a73 GLIBC_2.2.3
+       GLIBC_2.2.2 
+11 0x00 0x09691a74 GLIBC_2.2.4
+       GLIBC_2.2.3 
+12 0x00 0x09691a76 GLIBC_2.2.6
+       GLIBC_2.2.4 
+13 0x00 0x0d696913 GLIBC_2.3
+       GLIBC_2.2.6 
+14 0x00 0x09691972 GLIBC_2.3.2
+       GLIBC_2.3 
+15 0x00 0x09691973 GLIBC_2.3.3
+       GLIBC_2.3.2 
+16 0x00 0x09691974 GLIBC_2.3.4
+       GLIBC_2.3.3 
+17 0x00 0x0963cf85 GLIBC_PRIVATE
+       GLIBC_2.3.4 
+18 0x00 0x0b792650 GCC_3.0
+
+Version References:
+  required from ld-linux.so.2:
+    0x0d696911 0x00 22 GLIBC_2.1
+    0x0d696913 0x00 21 GLIBC_2.3
+    0x0963cf85 0x00 20 GLIBC_PRIVATE
+    0x0d696910 0x00 19 GLIBC_2.0
+
+DYNAMIC SYMBOL TABLE:
+000151f0 l    d  .text 00000000              .text
+000f47a0 l    d  __libc_freeres_fn     00000000              __libc_freeres_fn
+000f5480 l    d  __libc_thread_freeres_fn      00000000              __libc_thread_freeres_fn
+000f5620 l    d  .rodata       00000000              .rodata
+0010f4a0 l    d  .interp       00000000              .interp
+0010f4b4 l    d  .eh_frame_hdr 00000000              .eh_frame_hdr
+00111c0c l    d  .eh_frame     00000000              .eh_frame
+001152d8 l    d  .ctors        00000000              .ctors
+001152e8 l    d  .dtors        00000000              .dtors
+001152f0 l    d  __libc_subfreeres     00000000              __libc_subfreeres
+00115344 l    d  __libc_atexit 00000000              __libc_atexit
+00115348 l    d  __libc_thread_subfreeres      00000000              __libc_thread_subfreeres
+00115360 l    d  .data.rel.ro  00000000              .data.rel.ro
+00117060 l    d  .data 00000000              .data
+00117f20 l    d  .bss  00000000              .bss
+00056ef0 g    DF .text 000000db  GLIBC_2.2   getwchar
+0002c1e0  w   DF .text 00000049  GLIBC_2.0   seed48_r
+000e3fc0 g    DF .text 00000068  GLIBC_2.0   xdr_cryptkeyres
+000286a0  w   DF .text 00000063  GLIBC_2.0   longjmp
+000579f0 g    DF .text 000000fa  GLIBC_2.0   putchar
+00069c20  w   DF .text 00000041  GLIBC_2.0   stpcpy
+000b89f0  w   DF .text 00000129  GLIBC_2.0   tsearch
+00117a10 g    DO .data 00000004  GLIBC_2.0   __morecore
+001078f8 g    DO .rodata       00000010  GLIBC_2.1   in6addr_any
+00085440 g    DF .text 00000054  GLIBC_2.1   ntp_gettime
+000874d0 g    DF .text 000000a8  GLIBC_2.0   setgrent
+0005fee0 g    DF .text 00000028  GLIBC_2.0   _IO_remove_marker
+000be0a0  w   DF .text 0000007d  GLIBC_2.3   iswalpha_l
+00028900 g    DF .text 0000013c  GLIBC_PRIVATE __libc_sigaction
+000281d0 g    DF .text 00000048  GLIBC_2.0   __isnanl
+000c60d0 g    DF .text 00000033  GLIBC_2.3.2 pthread_cond_wait
+00015700 g    DF .text 00000038 (GLIBC_2.0)  __cmpdi2
+000ba670 g    DF .text 00000036 (GLIBC_2.0)  vm86
+000379e0 g    DF .text 00000027  GLIBC_2.1   wcstoimax
+00053110 g    DF .text 00000041  GLIBC_2.0   putw
+0006f110  w   DF .text 00000048  GLIBC_2.0   mbrlen
+00068500 g    DF .text 00000020  GLIBC_2.0   strcpy
+000b3be0 g    DF .text 00000036  GLIBC_2.0   chroot
+000b7910 g    DF .text 0000005e  GLIBC_2.0   qgcvt
+00058900 g    DF .text 000000db  GLIBC_2.2   _IO_wdefault_xsgetn
+0007ad70 g    DF .text 0000002d  GLIBC_2.0   asctime
+000ee2b0 g    DF .text 000000f0  GLIBC_PRIVATE _dl_vsym
+00060a60 g    DF .text 00000115  GLIBC_2.0   _IO_link_in
+000ba2c0 g    DF .text 00000066  GLIBC_2.2   __sysctl
+000c6110 g    DF .text 0000003a  GLIBC_2.3.2 pthread_cond_timedwait
+00118d40 g    DO .bss  00000004  GLIBC_2.0   __daylight
+000b2c00 g    DF .text 0000006a  GLIBC_2.1   setrlimit64
+000d30b0 g    DF .text 00000040  GLIBC_2.0   rcmd
+000efb40 g    DF .text 00000096  GCC_3.0     _Unwind_Find_FDE
+0002a9a0  w   DF .text 00000115  GLIBC_2.0   unsetenv
+00117d78  w   DO .data 00000004  GLIBC_2.0   __malloc_hook
+0011732c g    DO .data 00000004  GLIBC_2.0   h_nerr
+000d8a10 g    DF .text 00000226  GLIBC_2.0   authunix_create
+00028850  w   DF .text 00000046  GLIBC_2.0   gsignal
+000c5cf0 g    DF .text 0000002a  GLIBC_2.1   pthread_attr_init
+0005fd90 g    DF .text 00000049  GLIBC_2.0   _IO_sputbackc
+00060cc0 g    DF .text 000000a5  GLIBC_2.0   _IO_default_finish
+000b4170 g    DF .text 0000002c  GLIBC_2.2   mkstemp64
+00025bc0  w   DF .text 000000f3  GLIBC_2.0   textdomain
+000dfe70 g    DF .text 0000002a  GLIBC_2.1.1 xdr_longlong_t
+000b9020 g    DF .text 0000001d  GLIBC_2.0   warnx
+000a28c0 g    DF .text 000000f2  GLIBC_2.3.4 regexec
+00069960  w   DF .text 0000001e  GLIBC_2.0   bcmp
+000f2a60 g    DF .text 0000005f (GLIBC_2.0)  getgrgid_r
+00028630 g    DF .text 00000038  GLIBC_2.0   setjmp
+00020870 g    DF .text 0000050d (GLIBC_2.0)  localeconv
+00022800 g    DF .text 00000017  GLIBC_2.1   __isxdigit_l
+00118640  w   DO .bss  00000004  GLIBC_2.0   __malloc_initialize_hook
+00066c00 g    DF .text 00000021  GLIBC_2.0   __default_morecore
+000c6000 g    DF .text 0000002a (GLIBC_2.0)  pthread_cond_broadcast
+000891a0  w   DF .text 0000007c  GLIBC_2.0   waitpid
+00000000 g    DO *ABS* 00000000  GCC_3.0     GCC_3.0
+001157a0 g    DO .data.rel.ro  00000100 (GLIBC_2.1)  sys_sigabbrev
+000d76d0 g    DF .text 000000e1  GLIBC_2.3.3 inet6_option_alloc
+000e1210 g    DF .text 00000195  GLIBC_2.0   xdrrec_create
+00000000 g    DO *ABS* 00000000  GLIBC_2.2.6 GLIBC_2.2.6
+000e9700 g    DF .text 00000015  GLIBC_2.1   fdetach
+000dda40 g    DF .text 000000f7  GLIBC_2.0   xprt_register
+000ac030 g    DF .text 00000032 (GLIBC_2.1)  __lxstat64
+00089890  w   DF .text 00000061  GLIBC_2.0   pause
+000b3130  w   DF .text 0000003c  GLIBC_2.0   ioctl
+000dbe00 g    DF .text 00000675  GLIBC_2.0   clnt_broadcast
+000b35c0  w   DF .text 00000072  GLIBC_2.0   writev
+00056450 g    DF .text 0000012f  GLIBC_2.0   _IO_setbuffer
+000ba9e0 g    DF .text 00000036  GLIBC_2.0   get_kernel_syms
+000290b0 g    DF .text 000000b9  GLIBC_2.0   siginterrupt
+00000000      DO *UND* 00000014  GLIBC_2.0   _r_debug
+000ebd40 g    DF .text 00000021  GLIBC_2.1   pututxline
+0005ba90  w   DF .text 0000003a  GLIBC_2.0   vscanf
+000becc0 g    DF .text 000003b8  GLIBC_2.0   putspent
+000cffb0 g    DF .text 000000a2  GLIBC_2.0   getservent
+000d5810 g    DF .text 0000009c  GLIBC_2.1   if_indextoname
+000abfb0 g    DF .text 00000032 (GLIBC_2.1)  __xstat64
+000865f0 g    DF .text 00000071  GLIBC_2.2   getdirentries64
+000280d0  w   DF .text 00000082  GLIBC_2.0   ldexpf
+00069660  w   DF .text 000000fe  GLIBC_2.0   strtok_r
+00058040 g    DF .text 0000007c  GLIBC_2.2   _IO_wdoallocbuf
+000b7260 g    DF .text 0000002e  GLIBC_2.0   munlockall
+000cb740 g    DF .text 0000008a  GLIBC_2.0   __nss_hosts_lookup
+000e9ab0  w   DF .text 00000068  GLIBC_2.0   getutid
+000ad4a0 g    DF .text 00000035  GLIBC_2.1   chown
+0006e900 g    DF .text 00000084  GLIBC_2.0   wcstok
+0008a470  w   DF .text 0000000c  GLIBC_2.0   getgid
+0008a430 g    DF .text 00000008  GLIBC_2.0   __getpid
+000b9cc0 g    DF .text 00000132  GLIBC_2.2   getloadavg
+000cc6f0 g    DF .text 00000072  GLIBC_2.3.4 __strcpy_chk
+00054ca0 g    DF .text 00000113  GLIBC_2.0   _IO_fread
+00060150 g    DF .text 0000002d  GLIBC_2.2   _IO_list_lock
+00087760 g    DF .text 000001de  GLIBC_2.1.2 getgrnam_r
+00043ce0 g    DF .text 00000039  GLIBC_2.0   printf
+0008b0f0  w   DF .text 00000673  GLIBC_2.0   sysconf
+0002dcb0 g    DF .text 00000052  GLIBC_2.0   __strtod_internal
+001178e0 g    DO .data 00000004  GLIBC_2.0   stdout
+000567f0  w   DF .text 000000c4  GLIBC_2.0   vsprintf
+0002b740  w   DF .text 00000062  GLIBC_2.0   random
+000b3970 g    DF .text 00000094  GLIBC_2.0   __select
+000b4460 g    DF .text 00000017  GLIBC_2.0   setfsent
+000abcf0 g    DF .text 0000003a  GLIBC_2.0   utime
+000f29f0 g    DF .text 00000024 (GLIBC_2.1)  versionsort64
+000dee30 g    DF .text 0000027e  GLIBC_2.0   svcudp_enablecache
+00070650  w   DF .text 00000052  GLIBC_2.0   wcstof
+00118d40  w   DO .bss  00000004  GLIBC_2.0   daylight
+00060de0 g    DF .text 00000081  GLIBC_2.0   _IO_default_doallocate
+000f1830 g    DF .text 000001bc (GLIBC_2.0)  _IO_file_xsputn
+0006d3f0 g    DF .text 00000038  GLIBC_2.1.1 __memset_gcn_by2
+0002c080 g    DF .text 0000002e  GLIBC_2.0   lrand48_r
+0005c8d0 g    DF .text 0000003b  GLIBC_2.2   __fsetlocking
+000b3790  w   DF .text 00000039  GLIBC_2.0   getdtablesize
+00067fd0 g    DF .text 00000021  GLIBC_2.0   _obstack_memory_used
+0002dbc0  w   DF .text 0000002e  GLIBC_2.1   __strtoull_l
+000b2390 g    DF .text 00000010  GLIBC_2.0   cfgetospeed
+000e4100 g    DF .text 0000003b  GLIBC_2.1   xdr_netnamestr
+00057d10  w   DF .text 000000f5  GLIBC_2.2   vswprintf
+000ce800 g    DF .text 000000b2  GLIBC_2.0   sethostent
+000be020  w   DF .text 0000007d  GLIBC_2.3   iswalnum_l
+000d0200 g    DF .text 000000ad  GLIBC_2.0   setservent
+000f2640 g    DF .text 0000018f (GLIBC_2.1)  readdir64_r
+000d1ab0 g    DF .text 00000060  GLIBC_2.0   __ivaliduser
+00021520  w   DF .text 00000159  GLIBC_2.3   duplocale
+000e9580 g    DF .text 0000001f  GLIBC_2.1   isastream
+0005d0b0 g    DF .text 0000003b  GLIBC_2.0   putc_unlocked
+0008a810 g    DF .text 000000dd  GLIBC_2.0   getlogin
+00057f60 g    DF .text 00000033  GLIBC_2.2   _IO_least_wmarker
+000c5c90 g    DF .text 0000002a  GLIBC_2.0   pthread_attr_destroy
+000540c0 g    DF .text 00000251  GLIBC_2.1   _IO_fdopen
+000bb060  w   DF .text 00000078  GLIBC_2.0   recv
+000ba030 g    DF .text 0000003c  GLIBC_2.3   llistxattr
+000baee0  w   DF .text 00000078  GLIBC_2.0   connect
+000eede0 g    DF .text 0000004e  GLIBC_2.0   __register_frame
+00055ec0 g    DF .text 0000008b  GLIBC_2.1   _IO_popen
+000acf00 g    DF .text 00000125  GLIBC_2.1   lockf64
+000567f0 g    DF .text 000000c4  GLIBC_2.0   _IO_vsprintf
+00086070 g    DF .text 000000cb  GLIBC_2.2   readdir64
+000be3a0  w   DF .text 0000007d  GLIBC_2.3   iswprint_l
+00056710  w   DF .text 000000d4  GLIBC_2.0   ungetc
+0002c5b0 g    DF .text 00000059  GLIBC_2.0   __strtoull_internal
+000ebd10 g    DF .text 00000021  GLIBC_2.1   getutxline
+000dd320 g    DF .text 00000036  GLIBC_2.0   svcerr_auth
+000b2a30 g    DF .text 000000a9  GLIBC_2.1   tcgetsid
+000d4570 g    DF .text 00000052  GLIBC_2.0   endnetgrent
+00087340 g    DF .text 000000db  GLIBC_2.1.2 getgrent_r
+00000000  w   D  *UND* 00000000              __pthread_once
+00022700 g    DF .text 00000015  GLIBC_2.1   __iscntrl_l
+00055a50 g    DF .text 0000017d  GLIBC_2.1   _IO_proc_close
+0002dbc0  w   DF .text 0000002e  GLIBC_2.3   strtoull_l
+00086560 g    DF .text 00000024  GLIBC_2.2   versionsort64
+000d79a0 g    DF .text 0000014d  GLIBC_2.3.4 setipv4sourcefilter
+000e9b20  w   DF .text 00000068  GLIBC_2.0   getutline
+00054320 g    DF .text 000000eb  GLIBC_2.0   _IO_fflush
+000582d0 g    DF .text 00000082  GLIBC_2.2   _IO_seekwmark
+000cc6a0 g    DF .text 00000047  GLIBC_2.3.4 __strcat_chk
+000d4b30 g    DF .text 00000165  GLIBC_2.1.2 getaliasbyname_r
+000d0980 g    DF .text 00000165  GLIBC_2.1.2 getrpcbynumber_r
+00116840 g    DO .data.rel.ro  00000054  GLIBC_2.2   _IO_wfile_jumps
+00029200 g    DF .text 00000034  GLIBC_2.0   sigemptyset
+000be2a0  w   DF .text 0000007d  GLIBC_2.3   iswlower_l
+00015430  w   DF .text 00000016  GLIBC_2.1   gnu_get_libc_version
+0005c770 g    DF .text 0000002c  GLIBC_2.2   __fbufsize
+000b5190  w   DF .text 000000ce  GLIBC_2.0   utimes
+000ba990 g    DF .text 00000042  GLIBC_2.3.2 epoll_wait
+000291d0 g    DF .text 00000022  GLIBC_2.0   __sigdelset
+000579a0 g    DF .text 0000004f  GLIBC_2.2   putwchar_unlocked
+0005ad00 g    DF .text 00000068  GLIBC_2.0   _IO_ferror
+000687f0 g    DF .text 000000b2  GLIBC_2.0   strerror
+0008b770  w   DF .text 00000201  GLIBC_2.0   fpathconf
+000e9690 g    DF .text 00000048  GLIBC_2.1   putpmsg
+000540c0 g    DF .text 00000251  GLIBC_2.1   fdopen
+000ddfd0 g    DF .text 00000043  GLIBC_2.0   svc_exit
+0006e270  w   DF .text 000000db  GLIBC_2.2   memrchr
+00068780  w   DF .text 00000064  GLIBC_2.0   strndup
+0008a460  w   DF .text 0000000c  GLIBC_2.0   geteuid
+000ba0b0 g    DF .text 00000048  GLIBC_2.3   lsetxattr
+000c6ed0 g    DF .text 000002b4  GLIBC_2.0   inet_pton
+000bb960 g    DF .text 00000055  GLIBC_2.2   msgctl
+000f1520 g    DF .text 00000101 (GLIBC_2.0)  fsetpos
+0006f110 g    DF .text 00000048  GLIBC_2.0   __mbrlen
+00065ed0  w   DF .text 00000199  GLIBC_2.0   malloc_get_state
+0006af40  w   DF .text 000000a4  GLIBC_2.0   argz_add_sep
+0006e120 g    DF .text 00000071  GLIBC_2.1.1 __strncpy_by2
+000a4490 g    DF .text 00000036  GLIBC_2.0   __sched_get_priority_max
+00115480 g    DO .data.rel.ro  000001f8  GLIBC_2.3   sys_errlist
+00055bd0 g    DF .text 000002e9  GLIBC_2.1   _IO_proc_open
+000e3d50 g    DF .text 0000008f  GLIBC_2.1   key_secretkey_is_set
+000d4710 g    DF .text 000000db  GLIBC_2.1.2 getaliasent_r
+00029590 g    DF .text 00000067  GLIBC_PRIVATE __libc_allocate_rtsig_private
+00036f80 g    DF .text 000000a4  GLIBC_2.0   __xpg_basename
+00028ec0  w   DF .text 00000019  GLIBC_2.0   sigpause
+00069980 g    DF .text 0000008d  GLIBC_2.0   memmove
+000b9e30 g    DF .text 00000042  GLIBC_2.3   fgetxattr
+000b8000 g    DF .text 00000045  GLIBC_2.0   hsearch
+0006ddf0 g    DF .text 0000003b  GLIBC_2.1.1 __strpbrk_c2
+0011a820 g    DO .bss  00000004  GLIBC_2.0   __rcmd_errstr
+000c6400 g    DF .text 00000034  GLIBC_2.0   pthread_exit
+000a4310 g    DF .text 00000045  GLIBC_2.0   getopt_long
+000e4a10 g    DF .text 000001c6  GLIBC_2.1   authdes_getucred
+0005c8a0 g    DF .text 0000002c  GLIBC_2.2   __fpending
+00029880 g    DF .text 00000074  GLIBC_2.1   sighold
+000ceed0 g    DF .text 000000a9  GLIBC_2.0   endnetent
+00043d20  w   DF .text 0000003b  GLIBC_2.0   snprintf
+000b6d40 g    DF .text 0000004d  GLIBC_2.0   syscall
+000610f0 g    DF .text 000000be  GLIBC_2.0   _IO_default_xsgetn
+0008acd0  w   DF .text 000001ea  GLIBC_2.0   pathconf
+00069660 g    DF .text 000000fe  GLIBC_2.0   __strtok_r
+000b4d70 g    DF .text 0000002a  GLIBC_2.2   __endmntent
+000d1f40 g    DF .text 0000009f  GLIBC_2.2   ruserok_af
+000db810 g    DF .text 0000013c  GLIBC_2.0   pmap_set
+000b6fd0  w   DF .text 0000003a  GLIBC_2.0   munmap
+00022700  w   DF .text 00000015  GLIBC_2.3   iscntrl_l
+000a43a0 g    DF .text 0000003a  GLIBC_2.0   __sched_getparam
+0005ad70  w   DF .text 00000027  GLIBC_2.0   fileno_unlocked
+000bfab0  w   DF .text 0000007a  GLIBC_2.0   ulckpwdf
+000a43a0  w   DF .text 0000003a  GLIBC_2.0   sched_getparam
+000afea0 g    DF .text 00000032  GLIBC_2.0   fts_set
+0007db40  w   DF .text 0000056c  GLIBC_2.1   getdate_r
+000286a0  w   DF .text 00000063  GLIBC_2.0   _longjmp
+000b57a0 g    DF .text 000004b7  GLIBC_2.0   getttyent
+000703b0 g    DF .text 00000058  GLIBC_2.1   wcstoull
+0011a824 g    DO .bss  00000004  GLIBC_2.0   rexecoptions
+0005c5f0 g    DF .text 0000017a  GLIBC_2.1   ftello64
+000caf70 g    DF .text 000006a4  GLIBC_2.2.2 __nss_hostname_digits_dots
+000e7010 g    DF .text 00000068  GLIBC_2.1   xdr_uint8_t
+000e08f0 g    DF .text 00000032  GLIBC_2.0   xdrmem_create
+00069ba0 g    DF .text 00000010  GLIBC_2.0   __ffs
+00029bb0 g    DF .text 00000028  GLIBC_2.0   atol
+000bdfb0 g    DF .text 0000006d  GLIBC_2.1   __towupper_l
+00027bb0 g    DF .text 00000027  GLIBC_2.0   __isnan
+000dcab0 g    DF .text 00000033  GLIBC_2.0   xdr_des_block
+000f23c0 g    DF .text 0000006f (GLIBC_2.0)  _IO_file_init
+000d44a0 g    DF .text 00000034  GLIBC_PRIVATE __internal_setnetgrent
+000e2660 g    DF .text 0000002a  GLIBC_2.1   ecb_crypt
+000acaa0  w   DF .text 0000007c  GLIBC_2.0   __write
+000dcaf0 g    DF .text 00000062  GLIBC_2.0   xdr_opaque_auth
+000f1100 g    DF .text 00000088 (GLIBC_2.0)  popen
+000661b0  w   DF .text 00000225  GLIBC_2.0   malloc_stats
+0005fa90 g    DF .text 0000002a  GLIBC_2.0   _IO_sgetn
+00070530 g    DF .text 00000052  GLIBC_2.0   __wcstold_internal
+000b4390 g    DF .text 00000030  GLIBC_2.0   endfsent
+000d38f0 g    DF .text 00000445  GLIBC_2.0   ruserpass
+0005d000  w   DF .text 00000028  GLIBC_2.0   getc_unlocked
+0011a5a0 g    DO .bss  00000004  GLIBC_2.0   _nl_domain_bindings
+00086f30 g    DF .text 00000125  GLIBC_2.0   getgrgid
+000890b0  w   DF .text 00000036  GLIBC_2.0   times
+000d9240 g    DF .text 000000dd  GLIBC_2.0   clnt_spcreateerror
+000ac0f0  w   DF .text 0000012f  GLIBC_2.1   statfs64
+00027fb0  w   DF .text 0000009a  GLIBC_2.0   modff
+0011a6b8 g    DO .bss  00000004  GLIBC_2.0   re_syntax_options
+000afe70 g    DF .text 00000024  GLIBC_2.1   ftw64
+0002be50 g    DF .text 00000037  GLIBC_2.0   nrand48
+000f3b50 g    DF .text 00000031 (GLIBC_2.0)  chown
+00037980 g    DF .text 00000027  GLIBC_2.1   strtoimax
+0011a6e0 g    DO .bss  00000004  GLIBC_2.1   argp_program_bug_address
+000cf210 g    DF .text 00000125  GLIBC_2.0   getprotobynumber
+000d85d0 g    DF .text 0000016c  GLIBC_2.0   authunix_create_default
+000d3ed0 g    DF .text 000001d2  GLIBC_PRIVATE __internal_getnetgrent_r
+000d93b0 g    DF .text 00000090  GLIBC_2.0   clnt_perrno
+0002a780 g    DF .text 000000ef  GLIBC_2.0   getenv
+0005d470 g    DF .text 0000003b  GLIBC_2.0   _IO_file_seek
+0006e580  w   DF .text 00000064  GLIBC_2.0   wcslen
+000bd4c0  w   DF .text 000000d5  GLIBC_2.0   iswcntrl
+000be5a0  w   DF .text 0000006d  GLIBC_2.3   towlower_l
+000cc440 g    DF .text 00000005  GLIBC_2.2   __cyg_profile_func_exit
+000ab0a0  w   DF .text 00000094  GLIBC_2.1   pwrite64
+000ac7a0  w   DF .text 0000003a  GLIBC_2.0   fchmod
+000f21e0 g    DF .text 00000063 (GLIBC_2.0)  _IO_file_setbuf
+00087190 g    DF .text 000001ac  GLIBC_2.1   putgrent
+00104d78 g    DO .rodata       00000004 (GLIBC_2.1)  _sys_nerr
+000bd920  w   DF .text 000000d5  GLIBC_2.0   iswpunct
+000674f0 g    DF .text 000001e5  GLIBC_2.0   mtrace
+000b4e30 g    DF .text 0000035f  GLIBC_2.2   __getmntent_r
+000ba530 g    DF .text 00000013  GLIBC_2.0   setfsuid
+0002ddd0  w   DF .text 00000052  GLIBC_2.0   strtold
+0008a480  w   DF .text 0000000c  GLIBC_2.0   getegid
+00022640 g    DF .text 0000007b  GLIBC_2.0   isblank
+00115680 g    DO .data.rel.ro  00000104  GLIBC_2.3.3 sys_siglist
+000ebc80 g    DF .text 00000017  GLIBC_2.1   setutxent
+0005b7e0 g    DF .text 00000038  GLIBC_2.0   setlinebuf
+0006a7d0 g    DF .text 000000c6  GLIBC_2.1   __rawmemchr
+000b2f80 g    DF .text 0000003c  GLIBC_2.0   setpriority
+0002b2b0 g    DF .text 0000000d  GLIBC_2.0   labs
+000702f0 g    DF .text 00000058  GLIBC_2.1   wcstoll
+00054a80 g    DF .text 000000cc  GLIBC_2.2   fopencookie
+000ab140 g    DF .text 00000034  GLIBC_2.2   posix_spawn_file_actions_init
+000b2f30 g    DF .text 00000042  GLIBC_2.0   getpriority
+000bd300  w   DF .text 000000d5  GLIBC_2.0   iswalpha
+000557d0  w   DF .text 0000016f  GLIBC_2.0   gets
+000f2570 g    DF .text 000000cb (GLIBC_2.1)  readdir64
+000c85f0 g    DF .text 00000029  GLIBC_2.2   __res_ninit
+000babe0  w   DF .text 00000036  GLIBC_2.0   personality
+00000000  w   D  *UND* 00000000              __pthread_key_create
+000bd3e0  w   DF .text 000000d5  GLIBC_2.1   iswblank
+0005fe70 g    DF .text 0000006a  GLIBC_2.0   _IO_init_marker
+0006a740 g    DF .text 00000082  GLIBC_2.0   memmem
+0002c370 g    DF .text 00000059  GLIBC_2.0   __strtol_internal
+0005f670 g    DF .text 0000008f  GLIBC_2.1   _IO_file_finish
+00000000 g    DO *ABS* 00000000  GLIBC_2.3.4 GLIBC_2.3.4
+0008a710  w   DF .text 00000035  GLIBC_2.0   getresuid
+00029e20 g    DF .text 0000006c  GLIBC_2.0   bsearch
+00029900 g    DF .text 00000074  GLIBC_2.1   sigrelse
+000bc350 g    DF .text 000001c1  GLIBC_2.0   __monstartup
+000b4250 g    DF .text 0000003c  GLIBC_2.0   usleep
+000f3b90 g    DF .text 0000002b (GLIBC_2.1)  nftw
+000f2490 g    DF .text 000000d5 (GLIBC_2.0)  _IO_file_close_it
+000ce670 g    DF .text 000000da  GLIBC_2.1.2 gethostent_r
+0006edd0  w   DF .text 00000034  GLIBC_2.2   wmempcpy
+000cbf50  w   DF .text 000002bd  GLIBC_2.1   backtrace_symbols
+00117d88 g    DO .data 00000008  GLIBC_2.0   __tzname
+00058490 g    DF .text 00000054  GLIBC_2.2   __woverflow
+00117960 g    DO .data 00000050  GLIBC_2.0   _IO_stdout_
+000e4610 g    DF .text 0000005d  GLIBC_2.1   getnetname
+00089a40  w   DF .text 00000068  GLIBC_2.0   execve
+00117560 g    DO .data 00000098  GLIBC_2.1   _IO_2_1_stdout_
+000cf7b0 g    DF .text 00000125  GLIBC_2.0   getprotobyname
+00029560 g    DF .text 00000027  GLIBC_2.1   __libc_current_sigrtmax
+00070410 g    DF .text 00000059  GLIBC_2.0   __wcstoull_internal
+000568c0  w   DF .text 00000093  GLIBC_2.0   vsscanf
+000bba10 g    DF .text 0000004f  GLIBC_2.0   semget
+000c5fd0 g    DF .text 0000002a  GLIBC_2.0   pthread_condattr_init
+000e6ec0 g    DF .text 00000069  GLIBC_2.1   xdr_int16_t
+0006adb0  w   DF .text 00000122  GLIBC_2.0   argz_insert
+0008a430  w   DF .text 00000008  GLIBC_2.0   getpid
+000b3760  w   DF .text 00000026  GLIBC_2.0   getpagesize
+00000000  w   D  *UND* 00000000              __pthread_rwlock_wrlock
+000d74b0 g    DF .text 00000033  GLIBC_2.3.3 inet6_option_init
+0002bfe0  w   DF .text 00000099  GLIBC_2.0   erand48_r
+000ba070 g    DF .text 0000003a  GLIBC_2.3   lremovexattr
+000ebda0 g    DF .text 0000002a  GLIBC_2.1   updwtmpx
+00035000  w   DF .text 00000027  GLIBC_2.1   __strtold_l
+000dfdb0 g    DF .text 000000bd  GLIBC_2.1.1 xdr_u_hyper
+00054410 g    DF .text 000001b8  GLIBC_2.2   _IO_fgetpos
+0006b410 g    DF .text 00000042  GLIBC_2.0   envz_get
+000b8050 g    DF .text 000001e0  GLIBC_2.0   hsearch_r
+000ad070 g    DF .text 0000003a  GLIBC_2.0   __dup2
+0002a630 g    DF .text 00000147  GLIBC_2.0   qsort
+000d44e0  w   DF .text 00000086  GLIBC_2.0   getnetgrent_r
+000d47f0 g    DF .text 000000a6  GLIBC_2.0   endaliasent
+0006e870 g    DF .text 00000035  GLIBC_2.0   wcsrchr
+000ad4e0  w   DF .text 00000035  GLIBC_2.0   fchown
+000b5430  w   DF .text 0000003a  GLIBC_2.0   truncate
+0002bae0  w   DF .text 00000103  GLIBC_2.0   setstate_r
+00052290 g    DF .text 00000024  GLIBC_2.0   fscanf
+000e3ae0 g    DF .text 00000073  GLIBC_2.1   key_decryptsession
+000545d0  w   DF .text 00000151  GLIBC_2.0   fgets
+00060640 g    DF .text 00000177  GLIBC_2.0   _IO_flush_all_linebuffered
+000b9af0 g    DF .text 000000cb  GLIBC_2.0   dirname
+000f2c20 g    DF .text 00000e58 (GLIBC_2.1)  glob64
+00073ea0  w   DF .text 00000037  GLIBC_2.1   __wcstod_l
+00057bd0 g    DF .text 00000036  GLIBC_2.2   vwprintf
+000bf2c0 g    DF .text 00000165  GLIBC_2.1.2 getspnam_r
+000ced40 g    DF .text 000000a4  GLIBC_2.0   getnetent
+0002c4f0 g    DF .text 00000059  GLIBC_2.0   __strtoll_internal
+000f2a20 g    DF .text 00000037 (GLIBC_2.0)  getgrent_r
+000ba280 g    DF .text 0000003a  GLIBC_2.3.4 vm86
+000bd140  w   DF .text 000000d5  GLIBC_2.0   iswxdigit
+0005a4f0 g    DF .text 0000014c  GLIBC_2.2   _IO_wdo_write
+000b3af0 g    DF .text 000000a2  GLIBC_PRIVATE __libc_pselect
+0006e350 g    DF .text 000000ac  GLIBC_2.3.4 __xpg_strerror_r
+000d7590 g    DF .text 000000c1  GLIBC_2.3.3 inet6_option_find
+00055380  w   DF .text 0000024e  GLIBC_2.0   __getdelim
+0006d650 g    DF .text 0000003f  GLIBC_2.1.1 __strcmp_gg
+000aca20  w   DF .text 0000007c  GLIBC_2.0   __read
+000b9380  w   DF .text 00000185  GLIBC_2.0   error_at_line
+0006b620 g    DF .text 000000fb  GLIBC_2.0   envz_add
+000beb20 g    DF .text 00000195  GLIBC_2.0   fgetspent
+000cea20 g    DF .text 000001d0  GLIBC_2.1.2 getnetbyaddr_r
+000b7fd0 g    DF .text 0000002d  GLIBC_2.0   hcreate
+00087fe0  w   DF .text 000000d2  GLIBC_2.0   getpw
+000e3be0 g    DF .text 0000005a  GLIBC_2.1   key_setsecret
+000abff0 g    DF .text 00000032 (GLIBC_2.1)  __fxstat64
+000b1610 g    DF .text 0000005f  GLIBC_2.3.3 posix_fadvise64
+000ccca0 g    DF .text 000000ff  GLIBC_2.3.4 __fprintf_chk
+00053270 g    DF .text 0000002d  GLIBC_2.0   _IO_funlockfile
+000f3e40 g    DF .text 0000005f (GLIBC_2.0)  getspnam_r
+000e3900 g    DF .text 0000005f  GLIBC_2.1   key_get_conv
+000c7280 g    DF .text 00000287  GLIBC_2.0   inet_nsap_addr
+000ba100 g    DF .text 0000003a  GLIBC_2.3   removexattr
+0005b220  w   DF .text 000000cc  GLIBC_2.0   getc
+000227e0  w   DF .text 00000017  GLIBC_2.3   isupper_l
+00057170 g    DF .text 000000a2  GLIBC_2.2   fgetws_unlocked
+000bac60  w   DF .text 00000048  GLIBC_2.0   prctl
+000f3bc0 g    DF .text 0000002b (GLIBC_2.1)  nftw64
+000be4a0 g    DF .text 0000007d  GLIBC_2.1   __iswspace_l
+000ad1e0  w   DF .text 00000036  GLIBC_2.0   fchdir
+000580c0 g    DF .text 00000075  GLIBC_2.2   _IO_switch_to_wget_mode
+000bb840  w   DF .text 000000c4  GLIBC_2.0   msgrcv
+000bbb20 g    DF .text 00000066  GLIBC_2.0   shmat
+00117d7c  w   DO .data 00000004  GLIBC_2.0   __realloc_hook
+000ba570 g    DF .text 00000028  GLIBC_2.3.3 gnu_dev_major
+000a27a0  w   DF .text 00000048  GLIBC_2.0   re_search_2
+00069ef0 g    DF .text 00000046  GLIBC_2.0   memcpy
+00052700 g    DF .text 0000009d  GLIBC_2.1   tmpfile
+0007d9a0  w   DF .text 0000003c  GLIBC_2.0   setitimer
+0006e990  w   DF .text 0000012c  GLIBC_2.1   wcswcs
+000601e0 g    DF .text 000000ee  GLIBC_2.0   _IO_default_xsputn
+00104d78 g    DO .rodata       00000004 (GLIBC_2.1)  sys_nerr
+001179c0 g    DO .data 00000050  GLIBC_2.0   _IO_stderr_
+000f2bc0 g    DF .text 0000005f (GLIBC_2.0)  getpwuid_r
+00029560 g    DF .text 00000027  GLIBC_PRIVATE __libc_current_sigrtmax_private
+000dbb10 g    DF .text 000001ae  GLIBC_2.0   pmap_getport
+00056580  w   DF .text 0000018f  GLIBC_2.0   setvbuf
+0006aad0  w   DF .text 0000003e  GLIBC_2.0   argz_count
+00089da0 g    DF .text 00000195  GLIBC_2.0   execl
+0006d500 g    DF .text 00000031  GLIBC_2.1.1 __mempcpy_byn
+00085950 g    DF .text 0000007a  GLIBC_2.0   seekdir
+00055210 g    DF .text 00000167  GLIBC_2.0   _IO_fwrite
+000a4510  w   DF .text 0000003a  GLIBC_2.0   sched_rr_get_interval
+0005b5a0 g    DF .text 00000021  GLIBC_2.1   pclose
+0005fde0 g    DF .text 0000004c  GLIBC_2.0   _IO_sungetc
+000bb460 g    DF .text 00000050  GLIBC_2.0   isfdtype
+00022820 g    DF .text 00000011  GLIBC_2.1   __tolower_l
+0008c350 g    DF .text 00000e58  GLIBC_2.0   glob
+000dd1e0 g    DF .text 0000004e  GLIBC_2.0   svc_sendreply
+000ebce0 g    DF .text 00000021  GLIBC_2.1   getutxid
+00052410 g    DF .text 000000c8  GLIBC_2.0   perror
+0001dc90 g    DF .text 00000016  GLIBC_PRIVATE __gconv_get_cache
+000db460 g    DF .text 0000002d  GLIBC_2.0   _rpc_dtablesize
+000e3b60 g    DF .text 00000073  GLIBC_2.1   key_encryptsession
+00000000 g    DO *ABS* 00000000  GLIBC_2.1.1 GLIBC_2.1.1
+000c60a0 g    DF .text 0000002a (GLIBC_2.0)  pthread_cond_signal
+0006a600 g    DF .text 0000003e  GLIBC_2.0   swab
+00022580 g    DF .text 00000015  GLIBC_2.1   __isblank_l
+0002d5c0  w   DF .text 0000002e  GLIBC_2.3   strtoll_l
+000ad0f0  w   DF .text 00000078  GLIBC_2.0   creat
+00088970 g    DF .text 000001de  GLIBC_2.1.2 getpwuid_r
+000adf50  w   DF .text 0000003c  GLIBC_2.0   readlink
+00067440 g    DF .text 00000005  GLIBC_2.0   tr_break
+000b2b20 g    DF .text 00000032  GLIBC_2.2   setrlimit
+0006dbb0 g    DF .text 000000b2  GLIBC_2.1.1 __stpcpy_small
+00027f20  w   DF .text 00000024  GLIBC_2.0   isinff
+000b3970  w   DF .text 00000094  GLIBC_PRIVATE __libc_select
+00059e40 g    DF .text 00000233  GLIBC_2.2   _IO_wfile_overflow
+00065960 g    DF .text 00000225  GLIBC_2.0   __libc_memalign
+000c6150 g    DF .text 00000036  GLIBC_2.0   pthread_equal
+0005c7f0 g    DF .text 00000013  GLIBC_2.2   __fwritable
+00055f50  w   DF .text 0000017f  GLIBC_2.0   puts
+000d4670 g    DF .text 00000098  GLIBC_2.0   getnetgrent
+0002b1e0 g    DF .text 000000b6  GLIBC_2.1.3 __cxa_finalize
+000611b0 g    DF .text 00000067  GLIBC_2.0   __overflow
+0006d480 g    DF .text 00000033  GLIBC_2.1.1 __mempcpy_by4
+000b8ff0 g    DF .text 00000022  GLIBC_2.0   errx
+000ad070  w   DF .text 0000003a  GLIBC_2.0   dup2
+000f09a0 g    DF .text 00000095 (GLIBC_2.0)  _IO_fopen
+00029530 g    DF .text 00000027  GLIBC_2.1   __libc_current_sigrtmin
+00022250 g    DF .text 0000007d  GLIBC_2.0   islower
+00070350 g    DF .text 00000059  GLIBC_2.0   __wcstoll_internal
+000b95d0 g    DF .text 00000068  GLIBC_2.0   ustat
+0006f160  w   DF .text 0000024b  GLIBC_2.0   mbrtowc
+000bb660 g    DF .text 0000002c  GLIBC_2.2.4 sockatmark
+00023d90  w   DF .text 00000041  GLIBC_2.2   dngettext
+000b2940 g    DF .text 00000033  GLIBC_2.0   tcflush
+00089bf0 g    DF .text 000001ad  GLIBC_2.0   execle
+00056960 g    DF .text 000001a3  GLIBC_2.2   fgetpos64
+00053200 g    DF .text 0000002d  GLIBC_2.0   _IO_flockfile
+0005c820 g    DF .text 00000076  GLIBC_2.2   __fpurge
+00021f60 g    DF .text 00000068  GLIBC_2.0   tolower
+0008a450  w   DF .text 0000000c  GLIBC_2.0   getuid
+000b6010 g    DF .text 000002f6  GLIBC_2.0   getpass
+0006aa80  w   DF .text 00000047  GLIBC_2.0   argz_add
+00022ec0  w   DF .text 00000023  GLIBC_2.0   dgettext
+00027b80 g    DF .text 0000002d  GLIBC_2.0   __isinf
+000858d0 g    DF .text 00000077  GLIBC_2.0   rewinddir
+000b2980 g    DF .text 00000077  GLIBC_2.0   tcsendbreak
+000bd680  w   DF .text 000000d5  GLIBC_2.0   iswlower
+0006dee0 g    DF .text 00000063  GLIBC_2.1.1 __strsep_2c
+0002bfb0 g    DF .text 0000002e  GLIBC_2.0   drand48_r
+00035550  w   DF .text 0000007d  GLIBC_2.0   system
+0005ac90  w   DF .text 00000068  GLIBC_2.0   feof
+00057010 g    DF .text 00000151  GLIBC_2.2   fgetws
+000b4870  w   DF .text 00000083  GLIBC_2.0   hasmntopt
+000dd0f0 g    DF .text 00000039  GLIBC_2.2.3 __rpc_thread_svc_max_pollfd
+0005e190 g    DF .text 00000032  GLIBC_2.0   _IO_file_close
+0006e820 g    DF .text 00000041  GLIBC_2.0   wcspbrk
+0006aee0  w   DF .text 00000054  GLIBC_2.0   argz_stringify
+000701d0 g    DF .text 00000058  GLIBC_2.0   wcstol
+00022820  w   DF .text 00000011  GLIBC_2.3   tolower_l
+00067d40 g    DF .text 000000ba  GLIBC_2.0   _obstack_begin_1
+000dde40 g    DF .text 0000009d  GLIBC_2.0   svcraw_create
+00065780 g    DF .text 000001d4  GLIBC_2.0   malloc
+0011a5a4 g    DO .bss  00000004  GLIBC_2.0   _nl_msg_cat_cntr
+00053160 g    DF .text 00000057  GLIBC_2.0   remove
+000ac840  w   DF .text 0000007c  GLIBC_2.0   __open
+0005fff0 g    DF .text 00000036  GLIBC_2.0   _IO_unsave_markers
+000155f0 g    DF .text 0000002a (GLIBC_2.0)  __floatdidf
+000ade90  w   DF .text 00000032  GLIBC_2.0   isatty
+000ab520 g    DF .text 0000004e  GLIBC_2.2   posix_spawn
+000b23a0 g    DF .text 00000018  GLIBC_2.0   cfgetispeed
+000bdf30  w   DF .text 0000007d  GLIBC_2.3   iswxdigit_l
+00022ec0 g    DF .text 00000023  GLIBC_2.0   __dgettext
+000a2a10 g    DF .text 000003af  GLIBC_2.0   confstr
+0006e010 g    DF .text 00000045  GLIBC_2.1.1 __strcat_c
+000bda00  w   DF .text 000000d5  GLIBC_2.0   iswspace
+00000000 g    DO *ABS* 00000000  GLIBC_2.1   GLIBC_2.1
+00088630 g    DF .text 000000a6  GLIBC_2.0   endpwent
+000286a0  w   DF .text 00000063  GLIBC_2.0   siglongjmp
+00054dc0 g    DF .text 00000131  GLIBC_2.2   fsetpos
+000c5f20 g    DF .text 00000033  GLIBC_2.0   pthread_attr_getscope
+000dea50 g    DF .text 000002a5  GLIBC_2.0   svctcp_create
+001174c0 g    DO .data 00000098  GLIBC_2.1   _IO_2_1_stdin_
+00089640  w   DF .text 0000024e  GLIBC_2.0   sleep
+000f0a40 g    DF .text 000001c7 (GLIBC_2.0)  fdopen
+0011a6bc g    DO .bss  00000004  GLIBC_2.0   optarg
+00022780 g    DF .text 00000017  GLIBC_2.1   __isprint_l
+000a43e0  w   DF .text 0000003c  GLIBC_2.0   sched_setscheduler
+00043da0 g    DF .text 00000034  GLIBC_2.1   __asprintf
+000688b0 g    DF .text 00000154  GLIBC_2.0   __strerror_r
+00069b60 g    DF .text 00000032  GLIBC_2.0   __bzero
+0006ee10  w   DF .text 0000017c  GLIBC_2.0   btowc
+000bada0 g    DF .text 00000036  GLIBC_2.0   sysinfo
+00027e80  w   DF .text 00000083  GLIBC_2.0   ldexp
+0011a6d0 g    DO .bss  00000004  GLIBC_2.0   loc2
+0002c550 g    DF .text 00000058  GLIBC_2.0   strtoll
+0005bb50  w   DF .text 000000f5  GLIBC_2.0   vsnprintf
+00080aa0 g    DF .text 00001e8b  GLIBC_2.3   __strftime_l
+000e3f30 g    DF .text 0000008f  GLIBC_2.1   xdr_unixcred
+00015be0 g    DF .text 00000113  GLIBC_2.1   iconv_open
+00115480 g    DO .data.rel.ro  000001ec (GLIBC_2.0)  sys_errlist
+0002c5b0 g    DF .text 00000059 (GLIBC_2.0)  __strtouq_internal
+000e2410 g    DF .text 0000006b  GLIBC_2.1   authdes_create
+0007a030  w   DF .text 00000063  GLIBC_2.3   wcscasecmp_l
+000ce0c0 g    DF .text 0000027e  GLIBC_2.1.2 gethostbyname2_r
+0006d580 g    DF .text 0000003c  GLIBC_2.1.1 __strncpy_gg
+0005b3d0 g    DF .text 000000c2  GLIBC_2.0   open_memstream
+000e4180 g    DF .text 00000032  GLIBC_2.0   xdr_keystatus
+0011a4cc g    DO .bss  00000004  GLIBC_PRIVATE _dl_open_hook
+000bb0e0  w   DF .text 00000078  GLIBC_2.0   recvfrom
+00117dd4 g    DO .data 00000014  GLIBC_2.0   h_errlist
+000b2850  w   DF .text 000000a8  GLIBC_2.0   tcdrain
+000dd280 g    DF .text 00000042  GLIBC_2.0   svcerr_decode
+000e0480 g    DF .text 00000166  GLIBC_2.0   xdr_bytes
+000ede60 g    DF .text 00000033  GLIBC_2.1   _dl_mcount_wrapper
+000379b0 g    DF .text 00000027  GLIBC_2.1   strtoumax
+000f0a40 g    DF .text 000001c7 (GLIBC_2.0)  _IO_fdopen
+000ac070  w   DF .text 0000003a  GLIBC_2.0   statfs
+000e6ca0 g    DF .text 000000d3  GLIBC_2.1.1 xdr_int64_t
+0006e6b0 g    DF .text 000000bf  GLIBC_2.0   wcsncmp
+00089ab0 g    DF .text 000000f1  GLIBC_2.0   fexecve
+000c9960 g    DF .text 00000360  GLIBC_PRIVATE __nss_lookup_function
+000bac20 g    DF .text 0000003a  GLIBC_2.2.1 pivot_root
+000ebdd0 g    DF .text 00000033  GLIBC_2.1.1 getutmpx
+0006d9a0 g    DF .text 00000036  GLIBC_2.1.1 __strstr_cg
+00000000  w   D  *UND* 00000000              __pthread_rwlock_rdlock
+000225a0 g    DF .text 00000042  GLIBC_2.0   _toupper
+000e0cf0 g    DF .text 0000005d  GLIBC_2.0   xdrrec_endofrecord
+000286a0 g    DF .text 00000063  GLIBC_PRIVATE __libc_longjmp
+0002b910  w   DF .text 000000b9  GLIBC_2.0   random_r
+0002c490 g    DF .text 00000058  GLIBC_2.0   strtoul
+0006c810  w   DF .text 00000a85  GLIBC_2.3   strxfrm_l
+000bcb80  w   DF .text 000004b8  GLIBC_2.2.3 sprofil
+000e9720  w   DF .text 00000068  GLIBC_2.0   getutent
+00061f40 g    DF .text 000000a5  GLIBC_PRIVATE __libc_malloc_pthread_startup
+00070e50  w   DF .text 0000003e  GLIBC_2.1   __wcstoul_l
+000a4420  w   DF .text 00000036  GLIBC_2.0   sched_getscheduler
+0006e990 g    DF .text 0000012c  GLIBC_2.0   wcsstr
+00057c50 g    DF .text 0000003f  GLIBC_2.2   wscanf
+00085740  w   DF .text 0000018f  GLIBC_2.0   readdir_r
+000ebcc0 g    DF .text 00000017  GLIBC_2.1   endutxent
+000b4100 g    DF .text 0000003e  GLIBC_2.0   mktemp
+00035000  w   DF .text 00000027  GLIBC_2.3   strtold_l
+00057fa0 g    DF .text 0000002b  GLIBC_2.2   _IO_switch_to_main_wget_area
+000ba630  w   DF .text 0000003c  GLIBC_2.1   modify_ldt
+000223d0 g    DF .text 0000007b  GLIBC_2.0   ispunct
+000c6500 g    DF .text 00000048  GLIBC_PRIVATE __libc_pthread_init
+0007b830  w   DF .text 0000003a  GLIBC_2.0   settimeofday
+000cd920 g    DF .text 00000162  GLIBC_2.0   gethostbyaddr
+00022780  w   DF .text 00000017  GLIBC_2.3   isprint_l
+00022e70 g    DF .text 00000043  GLIBC_2.0   __dcgettext
+0002b690 g    DF .text 000000a3  GLIBC_2.0   wctomb
+00027f70  w   DF .text 00000011  GLIBC_2.0   finitef
+0006a720 g    DF .text 0000001b  GLIBC_2.0   memfrob
+00067e00 g    DF .text 00000199  GLIBC_2.0   _obstack_newchunk
+000702f0  w   DF .text 00000058  GLIBC_2.0   wcstoq
+00054f00 g    DF .text 000001d8  GLIBC_2.0   _IO_ftell
+00080aa0  w   DF .text 00001e8b  GLIBC_2.3   strftime_l
+0011728c g    DO .data 00000004  GLIBC_2.0   opterr
+000d8e80 g    DF .text 000002dc  GLIBC_2.0   clnt_create
+00029070  w   DF .text 0000003a  GLIBC_2.0   sigaltstack
+000616c0 g    DF .text 0000004e  GLIBC_2.0   _IO_str_init_readonly
+000adfd0  w   DF .text 00000036  GLIBC_2.0   rmdir
+0007b870  w   DF .text 00000119  GLIBC_2.0   adjtime
+000ba780 g    DF .text 00000036  GLIBC_2.0   __adjtimex
+0002b640 g    DF .text 00000046  GLIBC_2.0   wcstombs
+00027df0  w   DF .text 0000000d  GLIBC_2.1   scalbln
+0006d9e0 g    DF .text 00000046  GLIBC_2.1.1 __strstr_g
+000bf830  w   DF .text 00000082  GLIBC_2.0   sgetspent_r
+000226c0  w   DF .text 00000015  GLIBC_2.3   isalnum_l
+000bb3e0  w   DF .text 00000039  GLIBC_2.0   socket
+000b3970  w   DF .text 00000094  GLIBC_2.0   select
+000baa20 g    DF .text 00000048  GLIBC_2.0   init_module
+000efc80 g    DF .text 0000007c  GLIBC_2.0   __frame_state_for
+00000000  w   D  *UND* 00000000              _pthread_cleanup_pop_restore
+00027f70 g    DF .text 00000011  GLIBC_2.0   __finitef
+00085670  w   DF .text 000000cb  GLIBC_2.0   readdir
+0005c810 g    DF .text 0000000f  GLIBC_2.2   __flbf
+000ac0b0  w   DF .text 0000003a  GLIBC_2.0   fstatfs
+000581e0 g    DF .text 0000003f  GLIBC_2.2   _IO_adjust_wcolumn
+000ad520  w   DF .text 00000035  GLIBC_2.0   lchown
+0006ed00  w   DF .text 000000c8  GLIBC_2.0   wcpncpy
+000e21e0 g    DF .text 00000228  GLIBC_2.1   authdes_pk_create
+000a2880  w   DF .text 00000039  GLIBC_2.0   re_match
+00086e40 g    DF .text 00000032  GLIBC_2.0   setgroups
+000dc610 g    DF .text 00000100  GLIBC_2.0   pmap_rmtcall
+0002b070 g    DF .text 00000036  GLIBC_PRIVATE __on_exit
+0002c430 g    DF .text 00000059  GLIBC_2.0   __strtoul_internal
+00061290 g    DF .text 0000015c  GLIBC_2.0   _IO_str_seekoff
+00065520  w   DF .text 00000147  GLIBC_2.0   pvalloc
+000ba8c0 g    DF .text 0000003c  GLIBC_2.0   delete_module
+0005e560 g    DF .text 0000055b  GLIBC_2.1   _IO_file_seekoff
+000d96f0 g    DF .text 00000094  GLIBC_2.0   clnt_perror
+0005cf90 g    DF .text 0000000b  GLIBC_2.0   clearerr_unlocked
+000d05c0 g    DF .text 000000e2  GLIBC_2.1.2 getrpcent_r
+000d1fe0 g    DF .text 00000031  GLIBC_2.0   ruserok
+0011a6c4 g    DO .bss  00000004  GLIBC_2.0   error_message_count
+00022450 g    DF .text 0000007d  GLIBC_2.0   isspace
+00057cd0 g    DF .text 0000003a  GLIBC_2.2   vwscanf
+000c5da0 g    DF .text 00000033  GLIBC_2.0   pthread_attr_getinheritsched
+00119118  w   DO .bss  00000004  GLIBC_2.0   ___brk_addr
+000f4490 g    DF .text 00000037 (GLIBC_2.0)  getaliasent_r
+00000000  w   D  *UND* 00000000              __pthread_rwlock_unlock
+000b8280 g    DF .text 000000ce  GLIBC_2.0   hcreate_r
+00022840  w   DF .text 00000011  GLIBC_2.3   toupper_l
+000bf8c0  w   DF .text 000001d7  GLIBC_2.0   fgetspent_r
+00069a70 g    DF .text 00000044  GLIBC_2.1   mempcpy
+000b0d70 g    DF .text 00000273  GLIBC_2.0   fts_open
+00043ce0 g    DF .text 00000039  GLIBC_2.0   _IO_printf
+00062aa0 g    DF .text 00000087  GLIBC_2.0   __libc_mallinfo
+000156c0 g    DF .text 00000038 (GLIBC_2.0)  __ucmpdi2
+00054320  w   DF .text 000000eb  GLIBC_2.0   fflush
+001190fc  w   DO .bss  00000004  GLIBC_2.0   _environ
+0011a6b4 g    DO .bss  00000004  GLIBC_2.1   getdate_err
+0008a660 g    DF .text 00000013  GLIBC_2.0   __bsd_getpgrp
+000ad170 g    DF .text 00000023  GLIBC_2.1   creat64
+000dfba0 g    DF .text 0000000a  GLIBC_2.0   xdr_void
+000e4140 g    DF .text 0000003b  GLIBC_2.0   xdr_keybuf
+000e6ca0 g    DF .text 000000d3  GLIBC_2.3.4 xdr_quad_t
+00022e30  w   DF .text 00000015  GLIBC_2.2   bind_textdomain_codeset
+000abc90 g    DF .text 00000018  GLIBC_2.2   posix_madvise
+000c4600  w   DF .text 000001b5  GLIBC_2.1   argp_error
+000aae90 g    DF .text 00000082  GLIBC_PRIVATE __libc_pwrite
+000f4430 g    DF .text 0000005f (GLIBC_2.0)  getrpcbynumber_r
+000d0810 g    DF .text 00000165  GLIBC_2.1.2 getrpcbyname_r
+000f42e0 g    DF .text 00000066 (GLIBC_2.0)  getservbyport_r
+000b5470  w   DF .text 0000003a  GLIBC_2.0   ftruncate
+000d12a0 g    DF .text 00000158  GLIBC_2.0   ether_ntohost
+00027f50  w   DF .text 00000018  GLIBC_2.0   isnanf
+000b42d0 g    DF .text 00000032  GLIBC_2.0   stty
+000dbcc0 g    DF .text 00000077  GLIBC_2.0   xdr_pmap
+0005eac0 g    DF .text 000000da  GLIBC_2.1   _IO_file_sync
+000f43d0 g    DF .text 0000005f (GLIBC_2.0)  getrpcbyname_r
+000baba0 g    DF .text 0000003c  GLIBC_2.0   nfsservctl
+000dd3d0 g    DF .text 0000004e  GLIBC_2.0   svcerr_progvers
+0006d320 g    DF .text 00000031  GLIBC_2.1.1 __memcpy_g
+00028770  w   DF .text 000000da  GLIBC_2.0   ssignal
+000be720 g    DF .text 00000071  GLIBC_2.2   __wctrans_l
+00086670 g    DF .text 0000018a  GLIBC_2.0   fgetgrent
+0008b9f0  w   DF .text 00000082  GLIBC_2.0   glob_pattern_p
+000ba330 g    DF .text 0000008e  GLIBC_2.0   __clone
+000dd230 g    DF .text 00000042  GLIBC_2.0   svcerr_noproc
+00056ec0  w   DF .text 0000002a  GLIBC_2.2   getwc_unlocked
+0006dc70 g    DF .text 00000039  GLIBC_2.1.1 __strcspn_c1
+00057870 g    DF .text 00000038  GLIBC_2.2   putwc_unlocked
+00000000  w   D  *UND* 00000000              __pthread_kill_other_threads_np
+000f1260 g    DF .text 00000124 (GLIBC_2.0)  _IO_fgetpos
+00015aa0 g    DF .text 00000035 (GLIBC_2.0)  __udivdi3
+000f29c0 g    DF .text 00000024 (GLIBC_2.1)  alphasort64
+000d0360 g    DF .text 00000125  GLIBC_2.0   getrpcbyname
+0002b520 g    DF .text 00000046  GLIBC_2.0   mbstowcs
+0002a870 g    DF .text 00000091  GLIBC_2.0   putenv
+0006ab10  w   DF .text 000000a3  GLIBC_2.0   argz_create
+000acb20  w   DF .text 0000003c  GLIBC_2.0   lseek
+00065c60 g    DF .text 0000021c  GLIBC_2.0   __libc_realloc
+00020e00 g    DF .text 00000049  GLIBC_2.2   __nl_langinfo_l
+0006ebd0  w   DF .text 00000058  GLIBC_2.0   wmemcpy
+00029270 g    DF .text 00000040  GLIBC_2.0   sigaddset
+000ba5a0 g    DF .text 0000001d  GLIBC_2.3.3 gnu_dev_minor
+000159e0 g    DF .text 000000ba (GLIBC_2.0)  __moddi3
+00028c20 g    DF .text 00000066  GLIBC_PRIVATE __libc_sigwait
+0002a910  w   DF .text 00000082  GLIBC_2.0   clearenv
+001190fc g    DO .bss  00000004  GLIBC_2.0   __environ
+0005f700 g    DF .text 0000019b  GLIBC_2.1   _IO_file_close_it
+00020870 g    DF .text 0000050d  GLIBC_2.2   localeconv
+000890f0  w   DF .text 000000a9  GLIBC_2.0   __wait
+000ab4f0 g    DF .text 00000012  GLIBC_2.2   posix_spawnattr_getpgroup
+000b6f00  w   DF .text 0000005e  GLIBC_2.0   mmap
+00057e90 g    DF .text 000000a0  GLIBC_2.2   vswscanf
+000e1970 g    DF .text 000000ef  GLIBC_2.0   getsecretkey
+00069d80  w   DF .text 00000085  GLIBC_2.0   strncasecmp
+00089a28  w   DF .text 00000013  GLIBC_2.1.1 _Exit
+00117280 g    DO .data 00000004  GLIBC_2.0   obstack_exit_failure
+000e05f0 g    DF .text 00000050  GLIBC_2.0   xdr_vector
+000dd4d0 g    DF .text 000001f7  GLIBC_2.2   svc_getreq_common
+0002caf0  w   DF .text 0000002e  GLIBC_2.3   strtol_l
+0006fd70  w   DF .text 0000034d  GLIBC_2.0   wcsnrtombs
+000dc480 g    DF .text 000000fe  GLIBC_2.0   xdr_rmtcall_args
+000cf560 g    DF .text 000000e2  GLIBC_2.1.2 getprotoent_r
+000d30f0 g    DF .text 000005d3  GLIBC_2.2   rexec_af
+00069b60  w   DF .text 00000032  GLIBC_2.0   bzero
+0006da30 g    DF .text 000000df  GLIBC_2.1.1 __mempcpy_small
+0005c7d0 g    DF .text 00000013  GLIBC_2.2   __freadable
+0008a610  w   DF .text 0000003a  GLIBC_2.0   setpgid
+000eb230  w   DF .text 000000f3  GLIBC_2.2.1 posix_openpt
+000bb1e0  w   DF .text 00000078  GLIBC_2.0   send
+000b38b0 g    DF .text 00000074  GLIBC_2.0   getdomainname
+00104d74 g    DO .rodata       00000004 (GLIBC_2.0)  _sys_nerr
+000dd420 g    DF .text 00000036  GLIBC_2.0   svc_getreq
+00056450  w   DF .text 0000012f  GLIBC_2.0   setbuffer
+000a4710 g    DF .text 00000042  GLIBC_2.0   freeaddrinfo
+000e6400 g    DF .text 00000012  GLIBC_2.1   svcunixfd_create
+00029c10 g    DF .text 00000210  GLIBC_2.0   abort
+00071940  w   DF .text 0000003e  GLIBC_2.1   __wcstoull_l
+000cf650 g    DF .text 000000a6  GLIBC_2.0   endprotoent
+000eb330  w   DF .text 00000031  GLIBC_2.1   getpt
+00022800  w   DF .text 00000017  GLIBC_2.3   isxdigit_l
+000e9c70  w   DF .text 00000072  GLIBC_2.0   getutline_r
+0002c0b0  w   DF .text 00000054  GLIBC_2.0   nrand48_r
+000dd8e0 g    DF .text 000000b5  GLIBC_2.0   xprt_unregister
+0006b380 g    DF .text 00000081  GLIBC_2.0   envz_entry
+000ba940 g    DF .text 00000042  GLIBC_2.3.2 epoll_ctl
+000c5ea0 g    DF .text 00000033  GLIBC_2.0   pthread_attr_getschedpolicy
+00115680 g    DO .data.rel.ro  00000100 (GLIBC_2.1)  sys_siglist
+00000000      DO *UND* 00000438  GLIBC_PRIVATE _rtld_global
+00069ba0  w   DF .text 00000010  GLIBC_2.1   ffsl
+00078520  w   DF .text 0000004b  GLIBC_2.0   wcscoll
+000be610  w   DF .text 0000008c  GLIBC_2.3   wctype_l
+000ecf50 g    DF .text 00000a90  GLIBC_PRIVATE _dl_close
+00020e90 g    DF .text 0000068a  GLIBC_2.1   __newlocale
+000ebd70 g    DF .text 00000021  GLIBC_2.1   utmpxname
+00056ec0  w   DF .text 0000002a  GLIBC_2.2   fgetwc_unlocked
+0003f2d0 g    DF .text 000024e5  GLIBC_2.0   __printf_fp
+00117d88  w   DO .data 00000008  GLIBC_2.0   tzname
+0007aee0  w   DF .text 00000030  GLIBC_2.0   gmtime_r
+0002bf40 g    DF .text 00000039  GLIBC_2.0   seed48
+000ac760  w   DF .text 0000003a  GLIBC_2.0   chmod
+000d4fb0 g    DF .text 0000085d  GLIBC_2.1   getnameinfo
+00079660  w   DF .text 000008f6  GLIBC_2.3   wcsxfrm_l
+00053230  w   DF .text 00000032  GLIBC_2.0   ftrylockfile
+0002b9d0  w   DF .text 0000010e  GLIBC_2.0   srandom_r
+00021fd0 g    DF .text 0000007d  GLIBC_2.0   isxdigit
+000b8600  w   DF .text 000003eb  GLIBC_2.0   tdelete
+000d77c0 g    DF .text 00000075  GLIBC_2.3.3 inet6_option_append
+00054b50 g    DF .text 00000146  GLIBC_2.0   _IO_fputs
+0008a5d0 g    DF .text 00000036  GLIBC_2.0   __getpgid
+000abbd0 g    DF .text 0000003a  GLIBC_2.2   posix_spawnattr_getschedparam
+0011a6c8 g    DO .bss  00000004  GLIBC_2.0   error_print_progname
+000dffb0 g    DF .text 0000004e  GLIBC_2.0   xdr_char
+0006d7f0 g    DF .text 00000035  GLIBC_2.1.1 __strcspn_cg
+0005f620 g    DF .text 00000047  GLIBC_2.1   _IO_file_init
+00089600 g    DF .text 00000036  GLIBC_2.0   alarm
+0005c7a0 g    DF .text 0000001a  GLIBC_2.2   __freading
+00061440 g    DF .text 00000042  GLIBC_2.0   _IO_str_pbackfail
+000d9320 g    DF .text 00000090  GLIBC_2.0   clnt_pcreateerror
+00055ec0 g    DF .text 0000008b  GLIBC_2.1   popen
+000f5480 g    DF __libc_thread_freeres_fn      00000041  GLIBC_PRIVATE __libc_thread_freeres
+00059430 g    DF .text 000001c6  GLIBC_2.2   _IO_wfile_xsputn
+000b71a0 g    DF .text 0000003a  GLIBC_2.0   mlock
+000b3ba0 g    DF .text 00000036  GLIBC_2.0   acct
+000f3f80 g    DF .text 00000066 (GLIBC_2.0)  gethostbyname_r
+0005eba0 g    DF .text 000001eb  GLIBC_2.1   _IO_file_overflow
+000ca560 g    DF .text 000000b0  GLIBC_2.0   __nss_next
+000e5590 g    DF .text 000000bb  GLIBC_2.1   xdecrypt
+000808f0  w   DF .text 00000045  GLIBC_2.3.2 strptime_l
+00089570 g    DF .text 00000082  GLIBC_PRIVATE __libc_waitid
+000b3110 g    DF .text 00000015  GLIBC_2.0   sstk
+0007a030 g    DF .text 00000063  GLIBC_2.1   __wcscasecmp_l
+00021680 g    DF .text 00000084  GLIBC_2.1   __freelocale
+0002c550  w   DF .text 00000058  GLIBC_2.0   strtoq
+0002c3d0 g    DF .text 00000058  GLIBC_2.0   strtol
+000285a0 g    DF .text 0000002f  GLIBC_2.0   __sigsetjmp
+000afe20 g    DF .text 00000041  GLIBC_2.3.3 nftw64
+000ad0b0  w   DF .text 00000036  GLIBC_2.0   pipe
+000cc670 g    DF .text 0000002d  GLIBC_2.3.4 __stpcpy_chk
+000dc580 g    DF .text 00000087  GLIBC_2.0   xdr_rmtcallres
+000d0d60 g    DF .text 00000157  GLIBC_2.0   ether_hostton
+000cc210 g    DF .text 0000022e  GLIBC_2.1   __backtrace_symbols_fd
+000b2d90 g    DF .text 00000072  GLIBC_2.0   vlimit
+0008a650 g    DF .text 00000008  GLIBC_2.0   getpgrp
+00068ac0 g    DF .text 000000b7  GLIBC_2.0   strnlen
+000ba6b0 g    DF .text 0000003a (GLIBC_2.0)  getrlimit
+0006a7d0  w   DF .text 000000c6  GLIBC_2.1   rawmemchr
+000704d0  w   DF .text 00000052  GLIBC_2.0   wcstod
+000ce8c0 g    DF .text 00000157  GLIBC_2.0   getnetbyaddr
+000e0850 g    DF .text 000000a0  GLIBC_2.0   xdr_double
+00027f10 g    DF .text 0000000f  GLIBC_2.1   __signbit
+0002b440 g    DF .text 000000d2  GLIBC_2.0   mblen
+00022740  w   DF .text 00000017  GLIBC_2.3   islower_l
+000ba800 g    DF .text 0000003a  GLIBC_2.1   capget
+000ab3e0 g    DF .text 00000034  GLIBC_2.2   posix_spawnattr_init
+000abe90 g    DF .text 0000008d  GLIBC_2.0   __lxstat
+00089070  w   DF .text 00000036  GLIBC_2.0   uname
+000bd840  w   DF .text 000000d5  GLIBC_2.0   iswprint
+00020e90  w   DF .text 0000068a  GLIBC_2.3   newlocale
+00079660 g    DF .text 000008f6  GLIBC_2.1   __wcsxfrm_l
+000bae20  w   DF .text 00000078  GLIBC_2.0   accept
+00029590 g    DF .text 00000067  GLIBC_2.1   __libc_allocate_rtsig
+000b8fc0 g    DF .text 00000023  GLIBC_2.0   verrx
+00035ae0 g    DF .text 00000066  GLIBC_2.0   a64l
+000c6190 g    DF .text 0000003a  GLIBC_2.0   pthread_getschedparam
+000eeda0 g    DF .text 0000003f  GLIBC_2.0   __register_frame_table
+000b23c0 g    DF .text 0000005c  GLIBC_2.0   cfsetispeed
+000f1390 g    DF .text 00000181 (GLIBC_2.1)  _IO_fgetpos64
+000e6e40 g    DF .text 0000003f  GLIBC_2.1   xdr_int32_t
+000eaf60  w   DF .text 00000103  GLIBC_2.0   utmpname
+00056b40 g    DF .text 00000137  GLIBC_2.2   _IO_fsetpos64
+0006a480 g    DF .text 00000179  GLIBC_2.1   __strcasestr
+000b8230 g    DF .text 00000049  GLIBC_2.0   hdestroy_r
+000531c0 g    DF .text 0000003a  GLIBC_2.0   rename
+00022860 g    DF .text 00000048  GLIBC_2.3   __isctype
+000f4350 g    DF .text 00000037 (GLIBC_2.0)  getservent_r
+000be6a0 g    DF .text 00000072  GLIBC_2.1   __iswctype_l
+000291a0 g    DF .text 00000022  GLIBC_2.0   __sigaddset
+000f3ad0 g    DF .text 00000033 (GLIBC_2.3.3) sched_getaffinity
+000dcb60 g    DF .text 00000406  GLIBC_2.0   xdr_callmsg
+00060090 g    DF .text 00000016  GLIBC_2.2   _IO_iter_begin
+000cc770 g    DF .text 000000eb  GLIBC_2.3.4 __strncat_chk
+000c6300 g    DF .text 00000033  GLIBC_2.0   pthread_setcancelstate
+000e0210 g    DF .text 000000a3  GLIBC_2.0   xdr_union
+00070230 g    DF .text 00000059  GLIBC_2.0   __wcstoul_internal
+000b5720 g    DF .text 00000072  GLIBC_2.0   setttyent
+00029390 g    DF .text 000000a7  GLIBC_2.0   __sysv_signal
+00068df0 g    DF .text 000001b9  GLIBC_2.0   strrchr
+0006fa40  w   DF .text 00000330  GLIBC_2.0   mbsnrtowcs
+0006b720 g    DF .text 0000002c  GLIBC_2.0   basename
+000228b0 g    DF .text 00000071  GLIBC_2.3   __ctype_tolower_loc
+00066dd0 g    DF .text 0000002b  GLIBC_2.0   mprobe
+00089570  w   DF .text 00000082  GLIBC_2.1   waitid
+00118648  w   DO .bss  00000004  GLIBC_2.0   __after_morecore_hook
+00089900  w   DF .text 00000078  GLIBC_2.0   nanosleep
+0006e4a0 g    DF .text 00000032  GLIBC_2.0   wcscpy
+000e00d0 g    DF .text 0000002a  GLIBC_2.0   xdr_enum
+00067c80 g    DF .text 000000ba  GLIBC_2.0   _obstack_begin
+000be5a0 g    DF .text 0000006d  GLIBC_2.1   __towlower_l
+00066840  w   DF .text 000003b7  GLIBC_2.0   calloc
+00039c80 g    DF .text 0000009b  GLIBC_2.0   cuserid
+00028250  w   DF .text 00000187  GLIBC_2.0   modfl
+00069e10  w   DF .text 00000041  GLIBC_2.3   strcasecmp_l
+00015ae0 g    DF .text 0000003b (GLIBC_2.0)  __umoddi3
+000e0050 g    DF .text 00000079  GLIBC_2.0   xdr_bool
+0005e4d0 g    DF .text 00000025  GLIBC_2.0   _IO_file_stat
+00093ca0  w   DF .text 0000004b  GLIBC_2.0   re_set_registers
+000bc270  w   DF .text 0000008b  GLIBC_2.2   moncontrol
+000e4360 g    DF .text 000001a2  GLIBC_2.1   host2netname
+0002b2c0  w   DF .text 00000031  GLIBC_2.1.1 imaxabs
+000619b0  w   DF .text 00000034  GLIBC_2.0   malloc_usable_size
+0002dd70 g    DF .text 00000052  GLIBC_2.0   __strtold_internal
+000ba630 g    DF .text 0000003c  GLIBC_PRIVATE __modify_ldt
+000b85e0  w   DF .text 00000012  GLIBC_2.1   tdestroy
+00089250  w   DF .text 00000042  GLIBC_2.0   wait4
+0007a0a0  w   DF .text 0000007c  GLIBC_2.3   wcsncasecmp_l
+000eed00 g    DF .text 00000095  GCC_3.0     __register_frame_info_bases
+00059cd0 g    DF .text 0000016a  GLIBC_2.2   _IO_wfile_sync
+00065520 g    DF .text 00000147  GLIBC_2.0   __libc_pvalloc
+0002d5c0  w   DF .text 0000002e  GLIBC_2.1   __strtoll_l
+000f2250 g    DF .text 0000016b (GLIBC_2.0)  _IO_file_fopen
+000cd3b0 g    DF .text 0000002d  GLIBC_2.0   inet_lnaof
+000f1260 g    DF .text 00000124 (GLIBC_2.0)  fgetpos
+0002dd10  w   DF .text 00000052  GLIBC_2.0   strtod
+00000000 g    DO *ABS* 00000000  GLIBC_2.1.2 GLIBC_2.1.2
+000e02c0 g    DF .text 0000003b  GLIBC_2.0   xdr_wrapstring
+00027b80  w   DF .text 0000002d  GLIBC_2.0   isinf
+000a4420 g    DF .text 00000036  GLIBC_2.0   __sched_getscheduler
+000dc8f0 g    DF .text 00000085  GLIBC_2.0   xdr_rejected_reply
+00068df0  w   DF .text 000001b9  GLIBC_2.0   rindex
+0006de80 g    DF .text 0000005f  GLIBC_2.1.1 __strtok_r_1c
+000a6d20 g    DF .text 0000007e  GLIBC_2.1   gai_strerror
+000cd3e0 g    DF .text 0000005c  GLIBC_2.0   inet_makeaddr
+0011a6d4 g    DO .bss  00000004  GLIBC_2.0   locs
+000cf700 g    DF .text 000000ad  GLIBC_2.0   setprotoent
+000ac490  w   DF .text 00000153  GLIBC_2.1   statvfs64
+000b1b00 g    DF .text 00000042  GLIBC_2.1   sendfile
+0005e160 g    DF .text 0000002a  GLIBC_2.1   _IO_do_write
+000bfb30  w   DF .text 000002b5  GLIBC_2.0   lckpwdf
+00000000  w   D  *UND* 00000000              __pthread_getspecific
+000f4210 g    DF .text 0000005f (GLIBC_2.0)  getprotobyname_r
+000c5fa0 g    DF .text 0000002a  GLIBC_2.0   pthread_condattr_destroy
+000acaa0  w   DF .text 0000007c  GLIBC_2.0   write
+000c5f60 g    DF .text 00000033  GLIBC_2.0   pthread_attr_setscope
+000b2b60 g    DF .text 00000099  GLIBC_2.2   getrlimit64
+0011748c g    DO .data 00000004 (GLIBC_2.2)  __ctype32_toupper
+000d2210 g    DF .text 00000e93  GLIBC_2.2   rcmd_af
+00065670 g    DF .text 00000107  GLIBC_2.0   __libc_valloc
+0006eac0 g    DF .text 00000069  GLIBC_2.0   wmemchr
+000cd440 g    DF .text 0000002f  GLIBC_2.0   inet_netof
+000ba200 g    DF .text 0000003c  GLIBC_2.0   ioperm
+000b2cb0  w   DF .text 000000d2  GLIBC_2.0   ulimit
+000328c0  w   DF .text 00000027  GLIBC_2.1   __strtod_l
+00115480 g    DO .data.rel.ro  000001f4 (GLIBC_2.1)  _sys_errlist
+000cbe30  w   DF .text 0000011e  GLIBC_2.1   backtrace
+00020e50  w   DF .text 00000038  GLIBC_2.0   __ctype_get_mb_cur_max
+00029b60 g    DF .text 0000001f  GLIBC_2.0   atof
+000cbe30 g    DF .text 0000011e  GLIBC_2.1   __backtrace
+001190fc  w   DO .bss  00000004  GLIBC_2.0   environ
+000cbf50 g    DF .text 000002bd  GLIBC_2.1   __backtrace_symbols
+000ba2c0  w   DF .text 00000066  GLIBC_2.0   sysctl
+000dfb80 g    DF .text 0000001f  GLIBC_2.0   xdr_free
+00000000      DO *UND* 000001cc  GLIBC_PRIVATE _rtld_global_ro
+000e01d0 g    DF .text 0000003a  GLIBC_2.0   xdr_netobj
+000b3cd0 g    DF .text 00000036  GLIBC_2.0   fdatasync
+00043cb0 g    DF .text 00000024  GLIBC_2.0   fprintf
+000f19f0 g    DF .text 0000002a (GLIBC_2.0)  _IO_do_write
+000b7410 g    DF .text 000002d5  GLIBC_2.0   fcvt_r
+00117900 g    DO .data 00000050  GLIBC_2.0   _IO_stdin_
+0002c140  w   DF .text 00000052  GLIBC_2.0   jrand48_r
+00029000 g    DF .text 0000006e  GLIBC_2.0   sigstack
+0011a8e8 g    DO .bss  00000004  GLIBC_2.1   __key_encryptsession_pk_LOCAL
+00028af0  w   DF .text 0000003a  GLIBC_2.0   kill
+0005d380 g    DF .text 00000098  GLIBC_2.1   fputs_unlocked
+000bd760  w   DF .text 000000d5  GLIBC_2.0   iswgraph
+000886e0 g    DF .text 000000a8  GLIBC_2.0   setpwent
+000c4550  w   DF .text 000000af  GLIBC_2.1   argp_state_help
+000e3a50 g    DF .text 00000081  GLIBC_2.1   key_encryptsession_pk
+0007ae30 g    DF .text 0000001b  GLIBC_2.0   ctime
+00069ba0 g    DF .text 00000010  GLIBC_2.0   ffs
+00021710 g    DF .text 0000010e  GLIBC_2.3   __uselocale
+000eda10  w   DF .text 00000189  GLIBC_2.2.4 dl_iterate_phdr
+000cb860 g    DF .text 0000008a  GLIBC_2.0   __nss_group_lookup
+000dd830 g    DF .text 000000af  GLIBC_2.0   svc_register
+000e6fa0 g    DF .text 00000068  GLIBC_2.1   xdr_int8_t
+000dfbb0 g    DF .text 00000041  GLIBC_2.0   xdr_long
+00068140 g    DF .text 000001aa  GLIBC_2.0   strcat
+0009f5d0  w   DF .text 00000081  GLIBC_2.0   re_compile_pattern
+0011a6e4 g    DO .bss  00000004  GLIBC_2.1   argp_program_version
+000d7b90 g    DF .text 000001c1  GLIBC_2.3.4 getsourcefilter
+00057780 g    DF .text 000000e3  GLIBC_2.2   putwc
+000ab470 g    DF .text 00000038  GLIBC_2.2   posix_spawnattr_setsigdefault
+00022e70  w   DF .text 00000043  GLIBC_2.0   dcgettext
+000baea0 g    DF .text 00000039  GLIBC_2.0   bind
+00030150  w   DF .text 00000027  GLIBC_2.3   strtof_l
+000be1a0 g    DF .text 0000007d  GLIBC_2.1   __iswcntrl_l
+0002bd30 g    DF .text 00000052  GLIBC_2.0   rand_r
+0008a610 g    DF .text 0000003a  GLIBC_2.0   __setpgid
+00117484 g    DO .data 00000004 (GLIBC_2.0)  __ctype_toupper
+000b4e30  w   DF .text 0000035f  GLIBC_2.0   getmntent_r
+000cf4b0 g    DF .text 000000a2  GLIBC_2.0   getprotoent
+000d7d60 g    DF .text 0000017a  GLIBC_2.3.4 setsourcefilter
+000dd2d0 g    DF .text 00000042  GLIBC_2.0   svcerr_systemerr
+00028ee0  w   DF .text 00000114  GLIBC_2.0   sigvec
+000d5be0 g    DF .text 00000326  GLIBC_2.1   if_nameindex
+000c6b00 g    DF .text 00000028  GLIBC_2.0   inet_addr
+000b3350  w   DF .text 00000072  GLIBC_2.0   readv
+000b79e0 g    DF .text 000000c3  GLIBC_2.0   qfcvt
+000cd390  w   DF .text 00000007  GLIBC_2.0   ntohl
+000b54b0 g    DF .text 00000050  GLIBC_2.1   truncate64
+000bd040 g    DF .text 00000019  GLIBC_2.0   __profile_frequency
+0003ee90 g    DF .text 00000036  GLIBC_2.0   vprintf
+0006d710 g    DF .text 00000023  GLIBC_2.1.1 __strchr_g
+000ba4d0  w   DF .text 00000057  GLIBC_2.3   readahead
+000c5cc0 g    DF .text 0000002a (GLIBC_2.0)  pthread_attr_init
+000ba490  w   DF .text 0000003a  GLIBC_2.1   umount2
+00069c20 g    DF .text 00000041  GLIBC_2.0   __stpcpy
+000e4030 g    DF .text 00000057  GLIBC_2.0   xdr_cryptkeyarg
+000b5550 g    DF .text 00000032  GLIBC_2.0   chflags
+000b7970 g    DF .text 00000064  GLIBC_2.0   qecvt
+000abd30 g    DF .text 0000003c  GLIBC_2.0   mkfifo
+000227c0  w   DF .text 00000017  GLIBC_2.3   isspace_l
+0007b7f0 g    DF .text 0000003a  GLIBC_2.0   __gettimeofday
+000283e0  w   DF .text 0000000d  GLIBC_2.0   scalbnl
+000d58b0 g    DF .text 000000ae  GLIBC_2.1   if_nametoindex
+00061490 g    DF .text 00000172  GLIBC_2.0   _IO_str_overflow
+000ee430 g    DF .text 00000021  GLIBC_2.0   __deregister_frame_info
+0006d790 g    DF .text 00000024  GLIBC_2.1.1 __strrchr_c
+000b70d0 g    DF .text 0000003c  GLIBC_2.0   madvise
+00115480 g    DO .data.rel.ro  000001f4 (GLIBC_2.1)  sys_errlist
+0005bd00  w   DF .text 000001c8  GLIBC_2.0   obstack_vprintf
+000713d0  w   DF .text 0000003e  GLIBC_2.3   wcstoll_l
+000b3d10 g    DF .text 00000039  GLIBC_2.0   reboot
+000bb1e0  w   DF .text 00000078  GLIBC_2.0   __send
+000ad1a0  w   DF .text 00000036  GLIBC_2.0   chdir
+00029770  w   DF .text 00000069  GLIBC_2.1   sigwaitinfo
+00057b90 g    DF .text 0000003b  GLIBC_2.2   swprintf
+000c5de0 g    DF .text 00000033  GLIBC_2.0   pthread_attr_setinheritsched
+00027be0 g    DF .text 00000011  GLIBC_2.0   __finite
+00086c90 g    DF .text 000000bf  GLIBC_2.0   initgroups
+0006e090 g    DF .text 00000022  GLIBC_2.1.1 __memset_cg
+00070e50  w   DF .text 0000003e  GLIBC_2.3   wcstoul_l
+000ac070 g    DF .text 0000003a  GLIBC_2.2   __statfs
+00117fe0 g    DO .bss  00000004 (GLIBC_2.0)  _errno
+000db700 g    DF .text 00000105  GLIBC_2.0   pmap_unset
+0005bff0 g    DF .text 000000e1  GLIBC_2.1   fseeko
+000b3680  w   DF .text 00000032  GLIBC_2.0   setregid
+000b15c0 g    DF .text 00000043  GLIBC_2.2   posix_fadvise
+000b9fa0 g    DF .text 0000003c  GLIBC_2.3   listxattr
+00029980 g    DF .text 0000006e  GLIBC_2.1   sigignore
+000bbb90 g    DF .text 0000004d  GLIBC_2.0   shmdt
+00027c20  w   DF .text 000001cf  GLIBC_2.0   modf
+000ac3f0 g    DF .text 00000094  GLIBC_2.1   fstatvfs
+00087420 g    DF .text 000000a6  GLIBC_2.0   endgrent
+000bb360 g    DF .text 00000039  GLIBC_2.0   setsockopt
+001170f8 g    DO .data 00000002  GLIBC_2.0   __fpu_control
+000be420 g    DF .text 0000007d  GLIBC_2.1   __iswpunct_l
+00028770  w   DF .text 000000da  GLIBC_2.0   bsd_signal
+000dfed0 g    DF .text 00000068  GLIBC_2.0   xdr_short
+000be220  w   DF .text 0000007d  GLIBC_2.3   iswdigit_l
+000ccb80 g    DF .text 00000113  GLIBC_2.3.4 __printf_chk
+0005b130 g    DF .text 000000e1  GLIBC_2.0   fseek
+0006ad60  w   DF .text 00000049  GLIBC_2.0   argz_extract
+00056580 g    DF .text 0000018f  GLIBC_2.0   _IO_setvbuf
+000bab50  w   DF .text 00000042  GLIBC_2.0   mremap
+000c61d0 g    DF .text 0000003a  GLIBC_2.0   pthread_setschedparam
+00039c50 g    DF .text 00000030  GLIBC_2.0   ctermid
+000f0870 g    DF .text 0000003b (GLIBC_2.0)  atexit
+00089220  w   DF .text 00000029  GLIBC_2.0   wait3
+000bb6d0 g    DF .text 00000051  GLIBC_2.1   __libc_sa_len
+00023de0  w   DF .text 00000042  GLIBC_2.2   ngettext
+00052900 g    DF .text 0000007c  GLIBC_2.0   tmpnam_r
+000dd6d0 g    DF .text 00000082  GLIBC_2.0   svc_getreqset
+00020d80 g    DF .text 0000007a  GLIBC_2.0   nl_langinfo
+000bbbe0 g    DF .text 0000004f  GLIBC_2.0   shmget
+000225f0 g    DF .text 00000042  GLIBC_2.0   _tolower
+00055380  w   DF .text 0000024e  GLIBC_2.0   getdelim
+000d4a00 g    DF .text 00000125  GLIBC_2.0   getaliasbyname
+000433d0 g    DF .text 0000002d  GLIBC_2.1   printf_size_info
+000b7ab0 g    DF .text 0000031e  GLIBC_2.0   qfcvt_r
+0002b7b0  w   DF .text 0000007b  GLIBC_2.0   setstate
+000b2420 g    DF .text 00000042  GLIBC_2.0   cfsetospeed
+00069eb0  w   DF .text 0000003e  GLIBC_2.0   memccpy
+000b5590 g    DF .text 00000032  GLIBC_2.0   fchflags
+000bade0 g    DF .text 00000036  GLIBC_2.0   uselib
+0006d360 g    DF .text 0000001d  GLIBC_2.1.1 __memset_ccn_by4
+00070590  w   DF .text 00000052  GLIBC_2.0   wcstold
+00117288 g    DO .data 00000004  GLIBC_2.0   optind
+00015410  w   DF .text 00000016  GLIBC_2.1   gnu_get_libc_release
+000abc70 g    DF .text 00000015  GLIBC_2.2   posix_spawnattr_setschedparam
+00055940 g    DF .text 000000d3  GLIBC_2.0   _IO_padn
+00089900  w   DF .text 00000078  GLIBC_2.2.6 __nanosleep
+000be320 g    DF .text 0000007d  GLIBC_2.1   __iswgraph_l
+000697c0  w   DF .text 0000019b  GLIBC_2.0   memchr
+00055620 g    DF .text 000001a4  GLIBC_2.1   _IO_getline_info
+000e96e0 g    DF .text 00000015  GLIBC_2.1   fattach
+000dd9a0 g    DF .text 00000098  GLIBC_2.2   svc_getreq_poll
+00088b50 g    DF .text 00000332  GLIBC_PRIVATE _nss_files_parse_pwent
+000b40c0  w   DF .text 00000036  GLIBC_2.0   swapoff
+000cd150 g    DF .text 00000046  GLIBC_2.3.4 __chk_fail
+00000000 g    DO *ABS* 00000000  GLIBC_2.3.2 GLIBC_2.3.2
+0011a7c0 g    DO .bss  00000030  GLIBC_2.2   _res_hconf
+00027310 g    DF .text 00000866  GLIBC_PRIVATE __open_catalog
+001178dc g    DO .data 00000004  GLIBC_2.0   stdin
+000b8450  w   DF .text 0000005b  GLIBC_2.0   tfind
+000890f0  w   DF .text 000000a9  GLIBC_2.0   wait
+000cc210  w   DF .text 0000022e  GLIBC_2.1   backtrace_symbols_fd
+00028ea0 g    DF .text 0000001c  GLIBC_PRIVATE __libc___xpg_sigpause
+00092ee0 g    DF .text 000002ec  GLIBC_2.2.3 fnmatch
+000b7110 g    DF .text 0000003c  GLIBC_2.2   mincore
+000a27f0  w   DF .text 0000004a  GLIBC_2.0   re_match_2
+000dc980 g    DF .text 0000009e  GLIBC_2.0   xdr_accepted_reply
+00104d70 g    DO .rodata       00000004  GLIBC_2.3   sys_nerr
+00061710 g    DF .text 00000047  GLIBC_2.0   _IO_str_init_static
+000859e0 g    DF .text 000001ed  GLIBC_2.0   scandir
+000ac750  w   DF .text 00000010  GLIBC_2.0   umask
+001198e0 g    DO .bss  00000200 (GLIBC_2.0)  _res
+0006b750 g    DF .text 0000103c  GLIBC_2.1   __strcoll_l
+000b8b20 g    DF .text 00000048  GLIBC_2.0   lfind
+000be6a0  w   DF .text 00000072  GLIBC_2.3   iswctype_l
+00055f50 g    DF .text 0000017f  GLIBC_2.0   _IO_puts
+00069bb0 g    DF .text 00000062  GLIBC_2.1   ffsll
+00036df0  w   DF .text 00000042  GLIBC_2.3   strfmon_l
+00043de0 g    DF .text 00000034  GLIBC_2.0   dprintf
+000b9ec0 g    DF .text 0000003a  GLIBC_2.3   fremovexattr
+000dd360 g    DF .text 0000001c  GLIBC_2.0   svcerr_weakauth
+000d8c40 g    DF .text 000000c1  GLIBC_2.0   xdr_authunix_parms
+000f0c10 g    DF .text 0000016c (GLIBC_2.0)  fclose
+0005ed90 g    DF .text 0000020b  GLIBC_2.1   _IO_file_underflow
+000d4110 g    DF .text 000002e8  GLIBC_2.0   innetgr
+000de7a0 g    DF .text 00000012  GLIBC_2.0   svcfd_create
+00000000 g    DO *ABS* 00000000  GLIBC_2.2.1 GLIBC_2.2.1
+0007b7a0 g    DF .text 0000003c  GLIBC_2.0   mktime
+00088e90  w   DF .text 000001d7  GLIBC_2.0   fgetpwent_r
+00117db8 g    DO .data 00000004  GLIBC_2.0   __progname
+00118d44  w   DO .bss  00000004  GLIBC_2.0   timezone
+00028ec0 g    DF .text 00000019  GLIBC_PRIVATE __libc_sigpause
+0006a480  w   DF .text 00000179  GLIBC_2.1   strcasestr
+00000000 g    DO *ABS* 00000000  GLIBC_2.0   GLIBC_2.0
+000f3ff0 g    DF .text 00000041 (GLIBC_2.0)  gethostent_r
+000eee60 g    DF .text 000000f4  GCC_3.0     __deregister_frame_info_bases
+00027080 g    DF .text 00000086  GLIBC_2.0   catgets
+00066ce0 g    DF .text 0000004d  GLIBC_2.2   mcheck_check_all
+00060a30 g    DF .text 00000022  GLIBC_2.0   _IO_flush_all
+0005ad00  w   DF .text 00000068  GLIBC_2.0   ferror
+000693c0 g    DF .text 00000186  GLIBC_2.0   strstr
+0007a0a0 g    DF .text 0000007c  GLIBC_2.1   __wcsncasecmp_l
+000eb810 g    DF .text 0000006a  GLIBC_2.1   unlockpt
+00056fd0 g    DF .text 0000003b  GLIBC_2.2   getwchar_unlocked
+000dfea0 g    DF .text 0000002a  GLIBC_2.1.1 xdr_u_longlong_t
+000600d0 g    DF .text 00000008  GLIBC_2.2   _IO_iter_file
+000e4830 g    DF .text 000001d9  GLIBC_2.1   rtime
+0005fe30 g    DF .text 0000003b  GLIBC_2.0   _IO_adjust_column
+0002bd10 g    DF .text 00000017  GLIBC_2.0   rand
+000ebca0 g    DF .text 00000017  GLIBC_2.1   getutxent
+0011a6d8 g    DO .bss  00000004  GLIBC_2.0   loc1
+00028230  w   DF .text 0000001e  GLIBC_2.0   copysignl
+000e6d80 g    DF .text 000000bb  GLIBC_2.1.1 xdr_uint64_t
+0005c0e0 g    DF .text 000001c8  GLIBC_2.1   ftello
+000acdc0  w   DF .text 0000003a  GLIBC_2.0   flock
+00028220  w   DF .text 0000000e  GLIBC_2.0   finitel
+00062bd0  w   DF .text 000003db  GLIBC_2.0   malloc_set_state
+0008a500  w   DF .text 0000002f  GLIBC_2.0   setgid
+00015260 g    DF .text 00000005  GLIBC_2.0   __libc_init_first
+0006d740 g    DF .text 00000020  GLIBC_2.1.1 __strchrnul_c
+00028770  w   DF .text 000000da  GLIBC_2.0   signal
+000524e0 g    DF .text 0000021b  GLIBC_2.0   psignal
+000c2b90  w   DF .text 00000327  GLIBC_2.1   argp_failure
+000aca20  w   DF .text 0000007c  GLIBC_2.0   read
+00117fe0 g    DO .bss  00000004 (GLIBC_2.0)  errno
+00086060 g    DF .text 0000000a  GLIBC_2.0   dirfd
+000e9920  w   DF .text 00000059  GLIBC_2.0   endutent
+0006e060 g    DF .text 00000022  GLIBC_2.1.1 __memset_gg
+000bf210 g    DF .text 000000a8  GLIBC_2.0   setspent
+0006e090 g    DF .text 00000022  GLIBC_2.1.1 __memset_cc
+000ad3e0 g    DF .text 000000bd  GLIBC_2.0   get_current_dir_name
+000be8b0 g    DF .text 00000125  GLIBC_2.0   getspnam
+0006d540 g    DF .text 00000031  GLIBC_2.1.1 __stpcpy_g
+000b66c0 g    DF .text 00000080  GLIBC_2.0   openlog
+000aaf90  w   DF .text 00000094  GLIBC_2.1   pread64
+00029530 g    DF .text 00000027  GLIBC_PRIVATE __libc_current_sigrtmin_private
+000e0000 g    DF .text 0000004e  GLIBC_2.0   xdr_u_char
+000bb260  w   DF .text 00000078  GLIBC_2.0   sendmsg
+000be520 g    DF .text 0000007d  GLIBC_2.1   __iswupper_l
+00107908 g    DO .rodata       00000010  GLIBC_2.1   in6addr_loopback
+000bdd70  w   DF .text 00000072  GLIBC_2.0   iswctype
+000684b0 g    DF .text 0000004b  GLIBC_2.0   strcoll
+000b6490 g    DF .text 0000008a  GLIBC_2.0   closelog
+000da7c0 g    DF .text 00000048  GLIBC_2.0   clntudp_create
+000224d0 g    DF .text 0000007d  GLIBC_2.0   isupper
+000e39c0 g    DF .text 00000081  GLIBC_2.1   key_decryptsession_pk
+0006aad0 g    DF .text 0000003e  GLIBC_2.0   __argz_count
+00022840 g    DF .text 00000011  GLIBC_2.1   __toupper_l
+00068c40 g    DF .text 000000f3  GLIBC_2.0   strncmp
+000ab570 g    DF .text 00000051  GLIBC_2.2   posix_spawnp
+00043cb0  w   DF .text 00000024  GLIBC_2.0   _IO_fprintf
+0011a668 g    DO .bss  00000004 (GLIBC_2.0)  _obstack
+000bacb0 g    DF .text 00000048  GLIBC_2.0   query_module
+0002af50 g    DF .text 00000033  GLIBC_2.0   __secure_getenv
+00035b50 g    DF .text 0000004b  GLIBC_2.0   l64a
+00104d70 g    DO .rodata       00000004  GLIBC_2.3   _sys_nerr
+000685d0 g    DF .text 00000146  GLIBC_2.1.1 __strverscmp
+00058400 g    DF .text 00000081  GLIBC_2.2   _IO_wdefault_doallocate
+000226e0 g    DF .text 00000017  GLIBC_2.1   __isalpha_l
+000294b0 g    DF .text 00000035  GLIBC_2.0   sigorset
+0006f6e0  w   DF .text 00000360  GLIBC_2.0   wcsrtombs
+000e1a60 g    DF .text 000000e8  GLIBC_2.0   getpublickey
+000557d0 g    DF .text 0000016f  GLIBC_2.0   _IO_gets
+00065780 g    DF .text 000001d4  GLIBC_2.0   __libc_malloc
+00085c40 g    DF .text 00000024  GLIBC_2.0   alphasort
+000aaf90  w   DF .text 00000094  GLIBC_2.1   __pread64
+000b5fa0 g    DF .text 00000040  GLIBC_2.0   getusershell
+000b3870 g    DF .text 0000003a  GLIBC_2.0   sethostname
+000bb690 g    DF .text 00000040  GLIBC_2.0   __cmsg_nxthdr
+00053230 g    DF .text 00000032  GLIBC_2.0   _IO_ftrylockfile
+000bd060  w   DF .text 00000013  GLIBC_2.0   mcount
+00022720 g    DF .text 00000017  GLIBC_2.1   __isdigit_l
+00085c70 g    DF .text 00000024  GLIBC_2.1   versionsort
+0006ec60 g    DF .text 00000051  GLIBC_2.0   wmemset
+000b98a0  w   DF .text 0000001a  GLIBC_2.0   get_avphys_pages
+00000000 g    DO *ABS* 00000000  GLIBC_PRIVATE GLIBC_PRIVATE
+0008a680 g    DF .text 0000001a  GLIBC_2.0   setpgrp
+000a9f60 g    DF .text 00000df2  GLIBC_2.1   wordexp
+0005ff30 g    DF .text 0000003a  GLIBC_2.0   _IO_marker_delta
+000d4400 g    DF .text 00000097  GLIBC_PRIVATE __internal_endnetgrent
+000635b0 g    DF .text 000000b8  GLIBC_2.0   __libc_free
+00068d40 g    DF .text 000000a3  GLIBC_2.0   strncpy
+000adf90  w   DF .text 00000036  GLIBC_2.0   unlink
+0002aed0  w   DF .text 00000073  GLIBC_2.0   setenv
+000b2c70  w   DF .text 0000003a  GLIBC_2.0   getrusage
+000b3ca0 g    DF .text 0000002e  GLIBC_2.0   sync
+0005c2b0 g    DF .text 0000024c  GLIBC_2.1   freopen64
+0006de30 g    DF .text 00000047  GLIBC_2.1.1 __strpbrk_c3
+00058190 g    DF .text 0000004c  GLIBC_2.2   _IO_sungetwc
+00117db8  w   DO .data 00000004  GLIBC_2.0   program_invocation_short_name
+00069d10  w   DF .text 00000068  GLIBC_2.0   strcasecmp
+000cd390 g    DF .text 00000007  GLIBC_2.0   htonl
+000bb2e0  w   DF .text 00000078  GLIBC_2.0   sendto
+000ac7e0 g    DF .text 00000015  GLIBC_2.3.2 lchmod
+000dfc30 g    DF .text 00000065  GLIBC_2.0   xdr_u_long
+000226e0  w   DF .text 00000017  GLIBC_2.3   isalpha_l
+000a4490  w   DF .text 00000036  GLIBC_2.0   sched_get_priority_max
+000b4020 g    DF .text 00000015  GLIBC_2.0   revoke
+0005efa0 g    DF .text 00000063  GLIBC_2.1   _IO_file_setbuf
+000abb70 g    DF .text 0000003a  GLIBC_2.2   posix_spawnattr_getsigmask
+000d45d0 g    DF .text 00000068  GLIBC_2.0   setnetgrent
+00053270  w   DF .text 0000002d  GLIBC_2.0   funlockfile
+000ebe10 g    DF .text 00000248  GLIBC_PRIVATE _dl_open
+000785d0 g    DF .text 00000096  GLIBC_2.0   wcwidth
+00022560 g    DF .text 00000011  GLIBC_2.0   isascii
+000f4100 g    DF .text 00000066 (GLIBC_2.0)  getnetbyname_r
+000dca20 g    DF .text 00000081  GLIBC_2.0   xdr_replymsg
+00065c60 g    DF .text 0000021c  GLIBC_2.0   realloc
+000b4900  w   DF .text 0000046f  GLIBC_2.0   addmntent
+0002b070  w   DF .text 00000036  GLIBC_2.0   on_exit
+000c6550 g    DF .text 00000158  GLIBC_2.3.2 __register_atfork
+000286a0 g    DF .text 00000063  GLIBC_PRIVATE __libc_siglongjmp
+0005bfd0  w   DF .text 00000017  GLIBC_2.0   fcloseall
+000bd080 g    DF .text 000000bd  GLIBC_2.0   towupper
+000be220 g    DF .text 0000007d  GLIBC_2.1   __iswdigit_l
+000e3c40 g    DF .text 00000103  GLIBC_2.1   key_gendes
+000be2a0 g    DF .text 0000007d  GLIBC_2.1   __iswlower_l
+000d02b0 g    DF .text 000000a2  GLIBC_2.0   getrpcent
+00068720 g    DF .text 00000057  GLIBC_2.0   __strdup
+0002b1a0 g    DF .text 0000003c  GLIBC_2.1.3 __cxa_atexit
+000be120  w   DF .text 0000007d  GLIBC_2.3   iswblank_l
+00117328 g    DO .data 00000004  GLIBC_2.1   argp_err_exit_status
+000ebdd0 g    DF .text 00000033  GLIBC_2.1.1 getutmp
+000527a0 g    DF .text 000000a2  GLIBC_2.1   tmpfile64
+00037b30  w   DF .text 00000065  GLIBC_2.1   makecontext
+00027f50 g    DF .text 00000018  GLIBC_2.0   __isnanf
+00000000 g    DO *ABS* 00000000  GLIBC_2.3.3 GLIBC_2.3.3
+0006d5c0 g    DF .text 00000033  GLIBC_2.1.1 __strcat_g
+00104d74 g    DO .rodata       00000004 (GLIBC_2.0)  sys_nerr
+00115680 g    DO .data.rel.ro  00000100 (GLIBC_2.1)  _sys_siglist
+00058290 g    DF .text 0000003d  GLIBC_2.2   _IO_wmarker_delta
+000ba900 g    DF .text 00000036  GLIBC_2.3.2 epoll_create
+000f3f10 g    DF .text 00000063 (GLIBC_2.0)  gethostbyname2_r
+000f09a0 g    DF .text 00000095 (GLIBC_2.0)  fopen
+00069ac0 g    DF .text 0000009d  GLIBC_2.0   bcopy
+000700c0  w   DF .text 00000075  GLIBC_2.1   wcsnlen
+000c9730  w   DF .text 0000010e (GLIBC_2.0)  res_init
+0005b220 g    DF .text 000000cc  GLIBC_2.0   _IO_getc
+00062a90 g    DF .text 0000000f  GLIBC_2.0   __libc_mallopt
+000b55f0 g    DF .text 0000001a  GLIBC_2.0   remque
+00069550 g    DF .text 0000010c  GLIBC_2.0   strtok
+000bded0  w   DF .text 0000005d  GLIBC_2.0   towctrans
+00056710 g    DF .text 000000d4  GLIBC_2.0   _IO_ungetc
+00029240 g    DF .text 00000027  GLIBC_2.0   sigfillset
+000e6f30 g    DF .text 00000069  GLIBC_2.1   xdr_uint16_t
+00069960 g    DF .text 0000001e  GLIBC_2.0   memcmp
+000a43e0 g    DF .text 0000003c  GLIBC_2.0   __sched_setscheduler
+000bb020 g    DF .text 00000039  GLIBC_2.0   listen
+000dd380 g    DF .text 00000042  GLIBC_2.0   svcerr_noprog
+000f4f20 g    DF __libc_freeres_fn     00000087  GLIBC_2.1   __libc_freeres
+0007aee0 g    DF .text 00000030  GLIBC_2.0   __gmtime_r
+000a44d0  w   DF .text 00000036  GLIBC_2.0   sched_get_priority_min
+000b1670 g    DF .text 000001d5  GLIBC_2.2   posix_fallocate
+000df0b0 g    DF .text 00000344  GLIBC_2.0   svcudp_bufcreate
+000e0100 g    DF .text 000000cd  GLIBC_2.0   xdr_opaque
+000a6da0 g    DF .text 00000059  GLIBC_2.1   wordfree
+00062b30  w   DF .text 00000092  GLIBC_2.0   malloc_trim
+000d7840 g    DF .text 00000152  GLIBC_2.3.4 getipv4sourcefilter
+00117480 g    DO .data 00000004 (GLIBC_2.0)  __ctype_tolower
+000ab430 g    DF .text 00000038  GLIBC_2.2   posix_spawnattr_getsigdefault
+00037ba0  w   DF .text 000000a6  GLIBC_2.1   swapcontext
+00089980  w   DF .text 00000059  GLIBC_2.0   fork
+000299f0 g    DF .text 0000016d  GLIBC_2.1   sigset
+00052300 g    DF .text 00000034  GLIBC_2.0   sscanf
+000713d0  w   DF .text 0000003e  GLIBC_2.1   __wcstoll_l
+00022740 g    DF .text 00000017  GLIBC_2.1   __islower_l
+0006d8c0 g    DF .text 00000047  GLIBC_2.1.1 __strspn_g
+000c60a0 g    DF .text 0000002a  GLIBC_2.3.2 pthread_cond_signal
+00089bb0 g    DF .text 00000034  GLIBC_2.0   execv
+000b4da0  w   DF .text 00000084  GLIBC_2.0   setmntent
+000a4460 g    DF .text 0000002e  GLIBC_2.0   __sched_yield
+000220d0 g    DF .text 0000007d  GLIBC_2.0   isalpha
+000ac350 g    DF .text 00000094  GLIBC_2.1   statvfs
+00086e80 g    DF .text 000000a2  GLIBC_2.0   getgrent
+00069e10 g    DF .text 00000041  GLIBC_2.1   __strcasecmp_l
+0006e4e0 g    DF .text 0000003c  GLIBC_2.0   wcscspn
+00000000 g    DO *ABS* 00000000  GLIBC_2.2.3 GLIBC_2.2.3
+00070290 g    DF .text 00000058  GLIBC_2.0   wcstoul
+000f1a20 g    DF .text 0000006d (GLIBC_2.0)  _IO_file_write
+0005ff10 g    DF .text 00000013  GLIBC_2.0   _IO_marker_difference
+00068b80 g    DF .text 000000b8  GLIBC_2.0   strncat
+0008a790  w   DF .text 00000035  GLIBC_2.0   setresuid
+000b2ef0 g    DF .text 00000031  GLIBC_2.0   vtimes
+0008a2b0 g    DF .text 0000017a  GLIBC_2.0   execlp
+000ab340 g    DF .text 00000097  GLIBC_2.2   posix_spawn_file_actions_adddup2
+00057330 g    DF .text 0000007b  GLIBC_2.2   fputws_unlocked
+000bb780  w   DF .text 000000b5  GLIBC_2.0   msgsnd
+00028a40  w   DF .text 00000053  GLIBC_2.0   sigaction
+0002bf80 g    DF .text 0000002d  GLIBC_2.0   lcong48
+000e57f0 g    DF .text 000002da  GLIBC_2.1   clntunix_create
+0006e440 g    DF .text 00000021  GLIBC_2.0   wcschr
+000583a0 g    DF .text 00000058  GLIBC_2.2   _IO_free_wbackup_area
+000dc850 g    DF .text 0000009d  GLIBC_2.0   xdr_callhdr
+000b3930 g    DF .text 0000003a  GLIBC_2.0   setdomainname
+0009f490  w   DF .text 0000013f  GLIBC_2.0   re_comp
+000b4d70  w   DF .text 0000002a  GLIBC_2.0   endmntent
+0002bf10 g    DF .text 0000002d  GLIBC_2.0   srand48
+000c9730 g    DF .text 0000010e  GLIBC_2.2   __res_init
+000db540 g    DF .text 000000e7  GLIBC_2.0   getrpcport
+000288a0 g    DF .text 00000042  GLIBC_2.0   killpg
+000b1510 g    DF .text 000000a2  GLIBC_2.1   __poll
+000b3760 g    DF .text 00000026  GLIBC_2.0   __getpagesize
+000cf340 g    DF .text 00000165  GLIBC_2.1.2 getprotobynumber_r
+00054ca0  w   DF .text 00000113  GLIBC_2.0   fread
+0011962c g    DO .bss  00000004  GLIBC_PRIVATE __librt_multiple_threads
+000ccfb0 g    DF .text 00000195  GLIBC_2.3.4 __gets_chk
+0006f160 g    DF .text 0000024b  GLIBC_2.0   __mbrtowc
+0008a530  w   DF .text 00000097  GLIBC_2.0   group_member
+000cda90 g    DF .text 000002d2  GLIBC_2.1.2 gethostbyaddr_r
+000abc10 g    DF .text 0000003b  GLIBC_2.2   posix_spawnattr_setsigmask
+000b41f0 g    DF .text 00000053  GLIBC_2.0   ualarm
+000ccda0 g    DF .text 00000110  GLIBC_2.3.4 __vprintf_chk
+00060180 g    DF .text 00000052  GLIBC_2.0   _IO_free_backup_area
+000adbd0  w   DF .text 000002b3  GLIBC_2.0   ttyname_r
+00029340  w   DF .text 00000015  GLIBC_2.0   sigreturn
+000cd620 g    DF .text 000002c6  GLIBC_2.0   inet_network
+000e95f0 g    DF .text 00000048  GLIBC_2.1   getpmsg
+000bc350  w   DF .text 000001c1  GLIBC_2.0   monstartup
+00000000 g    DO *ABS* 00000000  GLIBC_2.2   GLIBC_2.2
+00057c90 g    DF .text 00000034  GLIBC_2.2   fwscanf
+000b3090  w   DF .text 00000073  GLIBC_2.0   sbrk
+0008a8f0 g    DF .text 00000149  GLIBC_2.0   getlogin_r
+00103c60 g    DO .rodata       00000024  GLIBC_PRIVATE _itoa_lower_digits
+00068720  w   DF .text 00000057  GLIBC_2.0   strdup
+00028050  w   DF .text 0000000d  GLIBC_2.0   scalbnf
+00060fb0 g    DF .text 00000138  GLIBC_2.0   __underflow
+000c6950  w   DF .text 000001a9  GLIBC_2.0   inet_aton
+00022760 g    DF .text 00000017  GLIBC_2.1   __isgraph_l
+000a4550 g    DF .text 0000007a  GLIBC_2.3.4 sched_getaffinity
+000b46a0 g    DF .text 0000002b  GLIBC_2.0   getfsent
+0007e0b0 g    DF .text 00000052  GLIBC_2.1   getdate
+0006e1a0 g    DF .text 00000069  GLIBC_2.1.1 __strncpy_by4
+000ba240 g    DF .text 00000036  GLIBC_2.0   iopl
+000d1230 g    DF .text 0000006a  GLIBC_2.0   ether_ntoa_r
+00067fa0 g    DF .text 0000002c  GLIBC_2.0   _obstack_allocated_p
+000abfb0 g    DF .text 00000032  GLIBC_2.2   __xstat64
+0002c610 g    DF .text 00000058  GLIBC_2.0   strtoull
+000ce750 g    DF .text 000000a9  GLIBC_2.0   endhostent
+00000000  w   D  *UND* 00000000              _pthread_cleanup_push_defer
+000682f0  w   DF .text 00000167  GLIBC_2.0   index
+0009ff50  w   DF .text 00000125  GLIBC_2.0   regcomp
+0002c110 g    DF .text 0000002e  GLIBC_2.0   mrand48_r
+00029170 g    DF .text 00000028  GLIBC_2.0   __sigismember
+000adf10  w   DF .text 0000003a  GLIBC_2.0   symlink
+0007b7f0  w   DF .text 0000003a  GLIBC_2.0   gettimeofday
+000b6310 g    DF .text 000000c2  GLIBC_2.0   ttyslot
+00028b70 g    DF .text 000000a2  GLIBC_2.1.3 __sigsuspend
+00037ac0  w   DF .text 00000068  GLIBC_2.0   setcontext
+000f4040 g    DF .text 00000063 (GLIBC_2.0)  getnetbyaddr_r
+000d4950 g    DF .text 000000a2  GLIBC_2.0   getaliasent
+000f4390 g    DF .text 00000037 (GLIBC_2.0)  getrpcent_r
+00021710  w   DF .text 0000010e  GLIBC_2.3   uselocale
+0007ac70  w   DF .text 000000fa  GLIBC_2.0   asctime_r
+0006e5f0 g    DF .text 000000b8  GLIBC_2.0   wcsncat
+000ad0b0 g    DF .text 00000036  GLIBC_2.0   __pipe
+000a41d0 g    DF .text 00000043  GLIBC_2.0   getopt
+000b3640  w   DF .text 00000032  GLIBC_2.0   setreuid
+0006d380 g    DF .text 0000002f  GLIBC_2.1.1 __memset_ccn_by2
+000584f0 g    DF .text 000000fd  GLIBC_2.2   _IO_wdefault_xsputn
+0007af10 g    DF .text 00000036  GLIBC_2.0   localtime
+0005fa50 g    DF .text 00000033  GLIBC_2.0   _IO_default_uflow
+000578b0 g    DF .text 000000ec  GLIBC_2.2   putwchar
+00069a10 g    DF .text 00000056  GLIBC_2.0   memset
+000cc440 g    DF .text 00000005  GLIBC_2.2   __cyg_profile_func_enter
+00037a10 g    DF .text 00000027  GLIBC_2.1   wcstoumax
+000e41c0 g    DF .text 00000091  GLIBC_2.1   netname2host
+000b8e80 g    DF .text 00000022  GLIBC_2.0   err
+000f3d50 g    DF .text 0000005c (GLIBC_2.0)  semctl
+00015e80 g    DF .text 00000038  GLIBC_2.1   iconv_close
+0002caf0  w   DF .text 0000002e  GLIBC_2.1   __strtol_l
+000f1e80 g    DF .text 0000009a (GLIBC_2.0)  _IO_file_sync
+000b7340 g    DF .text 000000c3  GLIBC_2.0   fcvt
+000b2a00 g    DF .text 00000030  GLIBC_2.0   cfmakeraw
+000aef00 g    DF .text 00000024  GLIBC_2.0   ftw
+00029360 g    DF .text 00000022  GLIBC_2.0   siggetmask
+000ace00 g    DF .text 000000f6  GLIBC_2.0   lockf
+000c6060 g    DF .text 00000033  GLIBC_2.3.2 pthread_cond_init
+000c6480 g    DF .text 0000000b  GLIBC_PRIVATE __librt_disable_asynccancel
+000763d0  w   DF .text 00000037  GLIBC_2.3   wcstold_l
+0006e8b0 g    DF .text 0000004d  GLIBC_2.0   wcsspn
+000d1e30 g    DF .text 000000cf  GLIBC_2.2   iruserok_af
+0008a6a0 g    DF .text 00000036  GLIBC_2.0   getsid
+00054f00  w   DF .text 000001d8  GLIBC_2.0   ftell
+000227a0 g    DF .text 00000015  GLIBC_2.1   __ispunct_l
+000cc4a0 g    DF .text 0000009e  GLIBC_2.3.4 __memmove_chk
+0002b8b0  w   DF .text 0000005b  GLIBC_2.0   srand
+000cc970 g    DF .text 000000be  GLIBC_2.3.4 __vsprintf_chk
+000b3f50 g    DF .text 000000ca  GLIBC_2.0   sethostid
+000dd130 g    DF .text 00000039  GLIBC_2.2.3 __rpc_thread_svc_pollfd
+000f3c60 g    DF .text 00000099 (GLIBC_2.1)  getrlimit64
+000be610 g    DF .text 0000008c  GLIBC_2.1   __wctype_l
+00069760 g    DF .text 00000052  GLIBC_2.0   strxfrm
+000be0a0 g    DF .text 0000007d  GLIBC_2.1   __iswalpha_l
+00035ce0 g    DF .text 00000067  GLIBC_2.0   strfmon
+000f3b10 g    DF .text 00000033 (GLIBC_2.3.3) sched_setaffinity
+000b98c0  w   DF .text 0000001a  GLIBC_2.0   get_phys_pages
+000445f0  w   DF .text 00003c1e  GLIBC_2.2   vfwprintf
+0006f670  w   DF .text 00000067  GLIBC_2.0   mbsrtowcs
+000cca30 g    DF .text 00000039  GLIBC_2.3.4 __snprintf_chk
+00115680 g    DO .data.rel.ro  00000080 (GLIBC_2.0)  sys_siglist
+000be1a0  w   DF .text 0000007d  GLIBC_2.3   iswcntrl_l
+000f2b60 g    DF .text 0000005f (GLIBC_2.0)  getpwnam_r
+000bdc70  w   DF .text 000000fd  GLIBC_2.0   wctype
+0005ac30 g    DF .text 0000005c  GLIBC_2.0   clearerr
+000b9fe0 g    DF .text 00000042  GLIBC_2.3   lgetxattr
+000c6000 g    DF .text 0000002a  GLIBC_2.3.2 pthread_cond_broadcast
+000ab2a0 g    DF .text 00000094  GLIBC_2.2   posix_spawn_file_actions_addopen
+0002b830  w   DF .text 0000007b  GLIBC_2.0   initstate
+00062a90  w   DF .text 0000000f  GLIBC_2.0   mallopt
+000cceb0 g    DF .text 000000fc  GLIBC_2.3.4 __vfprintf_chk
+000eb730 g    DF .text 000000d7  GLIBC_2.1   grantpt
+000ac8c0  w   DF .text 000000d4  GLIBC_2.1   open64
+0005b2f0 g    DF .text 000000d9  GLIBC_2.0   getchar
+000ab4b0 g    DF .text 00000012  GLIBC_2.2   posix_spawnattr_getflags
+000e0300 g    DF .text 0000017a  GLIBC_2.0   xdr_string
+000cd3a0  w   DF .text 0000000e  GLIBC_2.0   ntohs
+00087e40 g    DF .text 00000195  GLIBC_2.0   fgetpwent
+000cd4c0 g    DF .text 00000105  GLIBC_2.0   inet_ntoa
+0008a440  w   DF .text 00000008  GLIBC_2.0   getppid
+000b2700  w   DF .text 000000be  GLIBC_2.0   tcgetattr
+000e4510 g    DF .text 000000fc  GLIBC_2.1   user2netname
+000cfd00 g    DF .text 00000135  GLIBC_2.0   getservbyport
+000b4310 g    DF .text 0000007a  GLIBC_2.0   ptrace
+000ca4b0 g    DF .text 000000ae  GLIBC_2.0   __nss_configure_lookup
+0007b7e0 g    DF .text 00000010  GLIBC_2.0   time
+000f3c20 g    DF .text 0000003e (GLIBC_2.2)  posix_fallocate64
+000b5cb0 g    DF .text 00000052  GLIBC_2.0   endusershell
+0006d690 g    DF .text 00000042  GLIBC_2.1.1 __strncmp_g
+000854a0  w   DF .text 00000134  GLIBC_2.0   opendir
+00058810 g    DF .text 000000e7  GLIBC_2.2   __wunderflow
+0006d2a0 g    DF .text 00000033  GLIBC_2.1.1 __memcpy_by4
+000cc450 g    DF .text 00000050  GLIBC_2.3.4 __memcpy_chk
+000cedf0 g    DF .text 000000da  GLIBC_2.1.2 getnetent_r
+00060e70 g    DF .text 00000138  GLIBC_2.0   __uflow
+0008a490  w   DF .text 00000032  GLIBC_2.0   getgroups
+000e1690 g    DF .text 00000035  GLIBC_2.0   xdrstdio_create
+0006d880 g    DF .text 00000035  GLIBC_2.1.1 __strspn_cg
+000f3ea0 g    DF .text 0000006c (GLIBC_2.0)  gethostbyaddr_r
+000eec70 g    DF .text 00000087  GCC_3.0     __register_frame_info_table_bases
+00035550 g    DF .text 0000007d  GLIBC_PRIVATE __libc_system
+000d2020 g    DF .text 000001c9  GLIBC_2.2   rresvport_af
+000222d0 g    DF .text 0000007d  GLIBC_2.0   isgraph
+0006e770 g    DF .text 000000ab  GLIBC_2.0   wcsncpy
+00021bb0 g    DF .text 00000162  GLIBC_2.0   __assert_fail
+00052300 g    DF .text 00000034  GLIBC_2.0   _IO_sscanf
+0006d760 g    DF .text 00000022  GLIBC_2.1.1 __strchrnul_g
+000b1510  w   DF .text 000000a2  GLIBC_2.0   poll
+00029680  w   DF .text 00000072  GLIBC_2.1   sigtimedwait
+000ba7c0 g    DF .text 0000003a  GLIBC_2.0   bdflush
+000c60d0 g    DF .text 00000033 (GLIBC_2.0)  pthread_cond_wait
+000d0490 g    DF .text 00000125  GLIBC_2.0   getrpcbynumber
+000bb730 g    DF .text 00000047  GLIBC_2.0   ftok
+000f2ac0 g    DF .text 0000005f (GLIBC_2.0)  getgrnam_r
+000f0c10 g    DF .text 0000016c (GLIBC_2.0)  _IO_fclose
+000bdf30 g    DF .text 0000007d  GLIBC_2.1   __iswxdigit_l
+000c6110 g    DF .text 0000003a (GLIBC_2.0)  pthread_cond_timedwait
+00086d50 g    DF .text 000000ee  GLIBC_2.2.4 getgrouplist
+00057fd0 g    DF .text 0000002d  GLIBC_2.2   _IO_switch_to_wbackup_area
+000b6740 g    DF .text 00000024  GLIBC_2.0   syslog
+00022050 g    DF .text 0000007b  GLIBC_2.0   isalnum
+000784e0  w   DF .text 00000037  GLIBC_2.1   __wcstof_l
+000ebc20 g    DF .text 00000055  GLIBC_2.1   ptsname
+00028500 g    DF .text 00000023  GLIBC_2.1   __signbitl
+000600e0 g    DF .text 0000003b  GLIBC_2.2   _IO_list_resetlock
+00070140  w   DF .text 00000024  GLIBC_2.2   wcschrnul
+000829f0  w   DF .text 000021b8  GLIBC_2.3   wcsftime_l
+0007d960  w   DF .text 0000003a  GLIBC_2.0   getitimer
+000b7fa0  w   DF .text 00000024  GLIBC_2.0   hdestroy
+00052850 g    DF .text 000000af  GLIBC_2.0   tmpnam
+00057b50  w   DF .text 00000034  GLIBC_2.2   fwprintf
+000abf20 g    DF .text 00000082  GLIBC_2.0   __xmknod
+00022350 g    DF .text 0000007d  GLIBC_2.0   isprint
+000b36c0 g    DF .text 0000004d  GLIBC_2.0   seteuid
+0002be90 g    DF .text 00000034  GLIBC_2.0   mrand48
+000dfca0 g    DF .text 0000002a  GLIBC_2.0   xdr_u_int
+000e0f40 g    DF .text 00000056  GLIBC_2.0   xdrrec_skiprecord
+000568c0  w   DF .text 00000093  GLIBC_2.0   __vsscanf
+0005b5d0  w   DF .text 000000e7  GLIBC_2.0   putc
+0006c810 g    DF .text 00000a85  GLIBC_2.1   __strxfrm_l
+000a42c0 g    DF .text 00000048  GLIBC_2.0   getopt_long_only
+0006b750  w   DF .text 0000103c  GLIBC_2.3   strcoll_l
+000b56e0 g    DF .text 0000003c  GLIBC_2.0   endttyent
+000e6ca0 g    DF .text 000000d3  GLIBC_2.3.4 xdr_u_quad_t
+000be7a0 g    DF .text 0000005d  GLIBC_2.1   __towctrans_l
+000dbd40 g    DF .text 000000b1  GLIBC_2.0   xdr_pmaplist
+000a45d0 g    DF .text 0000013f  GLIBC_2.3.4 sched_setaffinity
+0006b460 g    DF .text 00000088  GLIBC_2.0   envz_strip
+000c5d20 g    DF .text 00000033  GLIBC_2.0   pthread_attr_getdetachstate
+000c6030 g    DF .text 0000002a (GLIBC_2.0)  pthread_cond_destroy
+000ba3c0  w   DF .text 00000087  GLIBC_2.0   llseek
+0006dcb0 g    DF .text 00000048  GLIBC_2.1.1 __strcspn_c2
+000acb20  w   DF .text 0000003c  GLIBC_2.0   __lseek
+00102375 g    DO .rodata       00000012  GLIBC_2.0   _nl_default_dirname
+000bab00  w   DF .text 00000048  GLIBC_2.0   mount
+00028ea0  w   DF .text 0000001c  GLIBC_2.2   __xpg_sigpause
+000d06b0 g    DF .text 000000a6  GLIBC_2.0   endrpcent
+000c71b0 g    DF .text 000000c9  GLIBC_2.0   inet_nsap_ntoa
+00027be0  w   DF .text 00000011  GLIBC_2.0   finite
+000b2fc0 g    DF .text 0000007c  GLIBC_2.0   nice
+000555d0 g    DF .text 00000045  GLIBC_2.0   _IO_getline
+000b4da0 g    DF .text 00000084  GLIBC_2.2   __setmntent
+00087c30  w   DF .text 00000208  GLIBC_2.0   fgetgrent_r
+000b4290 g    DF .text 00000032  GLIBC_2.0   gtty
+000d21f0 g    DF .text 0000001c  GLIBC_2.0   rresvport
+000c6880 g    DF .text 000000d0  GLIBC_2.0   herror
+0005d1c0 g    DF .text 0000005b  GLIBC_2.1   fread_unlocked
+00068460 g    DF .text 00000043  GLIBC_2.0   strcmp
+00058000 g    DF .text 00000035  GLIBC_2.2   _IO_wdefault_uflow
+000b76f0 g    DF .text 00000220  GLIBC_2.0   ecvt_r
+00117334 g    DO .data 00000004  GLIBC_2.0   __check_rhosts_file
+00115680 g    DO .data.rel.ro  00000080 (GLIBC_2.0)  _sys_siglist
+000bb3a0  w   DF .text 00000039  GLIBC_2.0   shutdown
+000c5a10  w   DF .text 00000038  GLIBC_2.1   argp_usage
+000c47c0  w   DF .text 0000001d  GLIBC_2.1   argp_help
+000e4260 g    DF .text 000000f8  GLIBC_2.1   netname2user
+00016910 g    DF .text 00000016  GLIBC_PRIVATE __gconv_get_alias_db
+000c62b0 g    DF .text 0000002a  GLIBC_2.0   pthread_mutex_unlock
+000d9b90 g    DF .text 000002ba  GLIBC_2.0   callrpc
+000dc710 g    DF .text 00000135  GLIBC_2.0   _seterr_reply
+000dd1b0 g    DF .text 00000030  GLIBC_2.2.3 __rpc_thread_svc_fdset
+000db950 g    DF .text 00000119  GLIBC_2.0   pmap_getmaps
+0002be10 g    DF .text 00000034  GLIBC_2.0   lrand48
+00117d84 g    DO .data 00000004  GLIBC_2.0   obstack_alloc_failed_handler
+000be420  w   DF .text 0000007d  GLIBC_2.3   iswpunct_l
+00115480 g    DO .data.rel.ro  000001f8  GLIBC_2.3   _sys_errlist
+000ad770 g    DF .text 00000274  GLIBC_2.0   ttyname
+000417c0  w   DF .text 0000009d  GLIBC_2.0   register_printf_function
+00088420 g    DF .text 00000125  GLIBC_2.0   getpwuid
+000f1630 g    DF .text 00000101 (GLIBC_2.1)  _IO_fsetpos64
+000f0ec0 g    DF .text 00000235 (GLIBC_2.0)  _IO_proc_open
+000ad030  w   DF .text 00000036  GLIBC_2.0   dup
+000cd8f0 g    DF .text 00000028  GLIBC_2.0   __h_errno_location
+000c9920 g    DF .text 00000031  GLIBC_PRIVATE __nss_disable_nscd
+000ab210 g    DF .text 00000084  GLIBC_2.2   posix_spawn_file_actions_addclose
+0002cfa0  w   DF .text 0000002e  GLIBC_2.3   strtoul_l
+000b1850 g    DF .text 000002ad  GLIBC_2.3.3 posix_fallocate64
+000b4080  w   DF .text 0000003a  GLIBC_2.0   swapon
+00028c90  w   DF .text 0000007a  GLIBC_2.0   sigblock
+0006d830 g    DF .text 00000048  GLIBC_2.1.1 __strcspn_g
+00027c00  w   DF .text 0000001e  GLIBC_2.0   copysign
+000297e0  w   DF .text 0000009e  GLIBC_2.1   sigqueue
+00092ee0 g    DF .text 000002ec (GLIBC_2.0)  fnmatch
+000ad220  w   DF .text 00000137  GLIBC_2.0   getcwd
+000acba0  w   DF .text 00000116  GLIBC_2.0   euidaccess
+0006d2e0 g    DF .text 0000003c  GLIBC_2.1.1 __memcpy_by2
+000c9840 g    DF .text 00000028  GLIBC_2.2   __res_state
+000cdd70 g    DF .text 0000019a  GLIBC_2.0   gethostbyname
+000690c0 g    DF .text 000001f2  GLIBC_2.0   strsignal
+00000000  w   D  *UND* 00000000              _dl_starting_up
+000882f0 g    DF .text 00000125  GLIBC_2.0   getpwnam
+00060d70 g    DF .text 00000070  GLIBC_2.0   _IO_setb
+000eee30 g    DF .text 0000002f  GLIBC_2.0   __deregister_frame
+000bf160 g    DF .text 000000a6  GLIBC_2.0   endspent
+000d84c0 g    DF .text 0000005c  GLIBC_2.0   authnone_create
+00022860  w   DF .text 00000048  GLIBC_2.3   isctype
+000899e0 g    DF .text 00000048  GLIBC_2.1.2 __vfork
+00000000 g    DO *ABS* 00000000  GLIBC_2.2.4 GLIBC_2.2.4
+00027f90  w   DF .text 0000001e  GLIBC_2.0   copysignf
+0006dd60 g    DF .text 0000002e  GLIBC_2.1.1 __strspn_c1
+00088790 g    DF .text 000001de  GLIBC_2.1.2 getpwnam_r
+000cfa50 g    DF .text 00000135  GLIBC_2.0   getservbyname
+0005b220  w   DF .text 000000cc  GLIBC_2.0   fgetc
+000b37d0  w   DF .text 00000096  GLIBC_2.0   gethostname
+00065960  w   DF .text 00000225  GLIBC_2.0   memalign
+00043d60 g    DF .text 00000034  GLIBC_2.0   sprintf
+000f20f0 g    DF .text 000000e6 (GLIBC_2.0)  _IO_file_underflow
+000b8d00 g    DF .text 0000014d  GLIBC_2.0   vwarn
+00069a70 g    DF .text 00000044  GLIBC_2.0   __mempcpy
+000d0b20 g    DF .text 00000234  GLIBC_2.0   ether_aton_r
+000da030 g    DF .text 0000033d  GLIBC_2.0   clnttcp_create
+00043da0  w   DF .text 00000034  GLIBC_2.0   asprintf
+000b7050  w   DF .text 0000007c  GLIBC_2.0   msync
+00053ef0 g    DF .text 000001ca  GLIBC_2.1   fclose
+000688b0  w   DF .text 00000154  GLIBC_2.0   strerror_r
+00059600 g    DF .text 000006c2  GLIBC_2.2   _IO_wfile_seekoff
+0007ae90 g    DF .text 0000000d  GLIBC_2.0   difftime
+000be020 g    DF .text 0000007d  GLIBC_2.1   __iswalnum_l
+00037a40  w   DF .text 0000007b  GLIBC_2.1   getcontext
+0002dc50  w   DF .text 00000052  GLIBC_2.0   strtof
+0005a080 g    DF .text 00000469  GLIBC_2.2   _IO_wfile_underflow
+000b55d0 g    DF .text 0000001b  GLIBC_2.0   insque
+000328c0  w   DF .text 00000027  GLIBC_2.3   strtod_l
+00022550  w   DF .text 0000000b  GLIBC_2.1   __toascii_l
+000b3af0  w   DF .text 000000a2  GLIBC_2.0   pselect
+00022550 g    DF .text 0000000b  GLIBC_2.0   toascii
+00053db0 g    DF .text 0000013e  GLIBC_2.0   _IO_file_doallocate
+000545d0 g    DF .text 00000151  GLIBC_2.0   _IO_fgets
+00068520 g    DF .text 000000ae  GLIBC_2.0   strcspn
+001022fc g    DO .rodata       00000005  GLIBC_2.0   _libc_intl_domainname
+00069e60  w   DF .text 0000004e  GLIBC_2.3   strncasecmp_l
+000cf040 g    DF .text 000001c7  GLIBC_2.1.2 getnetbyname_r
+000be4a0  w   DF .text 0000007d  GLIBC_2.3   iswspace_l
+000bdfb0  w   DF .text 0000006d  GLIBC_2.3   towupper_l
+000be3a0 g    DF .text 0000007d  GLIBC_2.1   __iswprint_l
+000b7dd0 g    DF .text 000001cc  GLIBC_2.0   qecvt_r
+000e3ec0 g    DF .text 00000068  GLIBC_2.0   xdr_key_netstres
+00058220 g    DF .text 00000070  GLIBC_2.2   _IO_init_wmarker
+0006d950 g    DF .text 00000045  GLIBC_2.1.1 __strpbrk_g
+00053200  w   DF .text 0000002d  GLIBC_2.0   flockfile
+0001e9e0 g    DF .text 0000065e  GLIBC_2.0   setlocale
+000baf60  w   DF .text 00000039  GLIBC_2.0   getpeername
+00036e40 g    DF .text 00000139  GLIBC_2.0   getsubopt
+000bd5a0  w   DF .text 000000d5  GLIBC_2.0   iswdigit
+000b2470 g    DF .text 00000074  GLIBC_2.0   cfsetspeed
+000522c0 g    DF .text 0000003f  GLIBC_2.0   scanf
+0009c410  w   DF .text 000000a8  GLIBC_2.0   regerror
+000e3960 g    DF .text 0000005a  GLIBC_2.1   key_setnet
+0005e500 g    DF .text 00000057  GLIBC_2.0   _IO_file_read
+000ce340 g    DF .text 00000271  GLIBC_2.1.2 gethostbyname_r
+001178e4 g    DO .data 00000004  GLIBC_2.0   stderr
+0007ae50 g    DF .text 00000039  GLIBC_2.0   ctime_r
+000b5280  w   DF .text 000001a6  GLIBC_2.3   futimes
+000ba450  w   DF .text 00000036  GLIBC_2.0   umount
+000e9980  w   DF .text 00000062  GLIBC_2.0   pututline
+000d48a0 g    DF .text 000000a8  GLIBC_2.0   setaliasent
+000b6f60  w   DF .text 00000070  GLIBC_2.1   mmap64
+000bbc30 g    DF .text 00000055  GLIBC_2.2   shmctl
+000829f0 g    DF .text 000021b8  GLIBC_2.3   __wcsftime_l
+000b4140 g    DF .text 00000029  GLIBC_2.0   mkstemp
+0006dd90 g    DF .text 00000023  GLIBC_2.1.1 __strspn_c2
+000b5c60 g    DF .text 0000004c  GLIBC_2.0   getttynam
+000b9510  w   DF .text 000000b5  GLIBC_2.0   error
+000be120 g    DF .text 0000007d  GLIBC_2.1   __iswblank_l
+0002bdd0 g    DF .text 00000037  GLIBC_2.0   erand48
+00027df0  w   DF .text 0000000d  GLIBC_2.0   scalbn
+000ac5f0  w   DF .text 00000153  GLIBC_2.1   fstatvfs64
+000899e0  w   DF .text 00000048  GLIBC_2.0   vfork
+000d0760 g    DF .text 000000ad  GLIBC_2.0   setrpcent
+00015d00 g    DF .text 0000017e  GLIBC_2.1   iconv
+000b63e0 g    DF .text 00000023  GLIBC_2.0   setlogmask
+00116a80 g    DO .data.rel.ro  00000054  GLIBC_2.0   _IO_file_jumps
+0002b8b0  w   DF .text 0000005b  GLIBC_2.0   srandom
+000680c0 g    DF .text 00000078  GLIBC_2.0   obstack_free
+0006b090  w   DF .text 000002e9  GLIBC_2.0   argz_replace
+000bc6c0  w   DF .text 000001ba  GLIBC_2.0   profil
+0006a3f0  w   DF .text 00000090  GLIBC_2.0   strsep
+000e9640 g    DF .text 00000050  GLIBC_2.1   putmsg
+000635b0  w   DF .text 000000b8  GLIBC_2.0   cfree
+00030150  w   DF .text 00000027  GLIBC_2.1   __strtof_l
+000ba140 g    DF .text 00000048  GLIBC_2.3   setxattr
+000e1be0 g    DF .text 000000b3  GLIBC_2.1   xdr_sizeof
+00022560  w   DF .text 00000011  GLIBC_2.1   __isascii_l
+00067450 g    DF .text 00000094  GLIBC_2.0   muntrace
+00027f20 g    DF .text 00000024  GLIBC_2.0   __isinff
+000ac220  w   DF .text 0000012f  GLIBC_2.1   fstatfs64
+000891a0 g    DF .text 0000007c  GLIBC_2.0   __waitpid
+000f41d0 g    DF .text 00000037 (GLIBC_2.0)  getprotoent_r
+00027bb0  w   DF .text 00000027  GLIBC_2.0   isnan
+000f1520 g    DF .text 00000101 (GLIBC_2.0)  _IO_fsetpos
+000d6890 g    DF .text 00000bae  GLIBC_2.3   getifaddrs
+00089980 g    DF .text 00000059  GLIBC_PRIVATE __libc_fork
+0009feb0  w   DF .text 00000092  GLIBC_2.0   re_compile_fastmap
+000e1540 g    DF .text 00000142  GLIBC_2.0   xdr_reference
+000f4270 g    DF .text 00000066 (GLIBC_2.0)  getservbyname_r
+000b8e50 g    DF .text 00000023  GLIBC_2.0   verr
+000be520  w   DF .text 0000007d  GLIBC_2.3   iswupper_l
+00057af0 g    DF .text 00000059  GLIBC_2.0   putchar_unlocked
+000a4360  w   DF .text 0000003a  GLIBC_2.0   sched_setparam
+0002b350 g    DF .text 00000044  GLIBC_2.0   ldiv
+000de130 g    DF .text 00000222  GLIBC_2.0   registerrpc
+000292f0 g    DF .text 00000046  GLIBC_2.0   sigismember
+000705f0 g    DF .text 00000052  GLIBC_2.0   __wcstof_internal
+0007b7a0  w   DF .text 0000003c  GLIBC_2.0   timelocal
+00015620 g    DF .text 00000031 (GLIBC_2.0)  __fixunsxfdi
+000ab510 g    DF .text 00000010  GLIBC_2.2   posix_spawnattr_setpgroup
+000e2690 g    DF .text 000000a0  GLIBC_2.1   cbc_crypt
+000c9620 g    DF .text 00000106  GLIBC_PRIVATE __res_maybe_init
+00056df0  w   DF .text 000000cd  GLIBC_2.2   getwc
+0011a8ec g    DO .bss  00000004  GLIBC_2.1   __key_gendes_LOCAL
+00043400 g    DF .text 000008a1  GLIBC_2.1   printf_size
+00070a60  w   DF .text 0000003e  GLIBC_2.3   wcstol_l
+000f1100 g    DF .text 00000088 (GLIBC_2.0)  _IO_popen
+000b3c20  w   DF .text 00000071  GLIBC_2.0   fsync
+0006d7c0 g    DF .text 00000028  GLIBC_2.1.1 __strrchr_g
+000ac030 g    DF .text 00000032  GLIBC_2.2   __lxstat64
+00065670  w   DF .text 00000107  GLIBC_2.0   valloc
+0006a3f0 g    DF .text 00000090  GLIBC_2.1.1 __strsep_g
+000f3e00 g    DF .text 00000037 (GLIBC_2.0)  getspent_r
+00028170  w   DF .text 00000055  GLIBC_2.0   isinfl
+0005ada0 g    DF .text 000000e7  GLIBC_2.0   fputc
+00000000      DF *UND* 000003de  GLIBC_2.3   ___tls_get_addr
+000ca610 g    DF .text 000003c4  GLIBC_2.0   __nss_database_lookup
+000d1f00 g    DF .text 00000031  GLIBC_2.0   iruserok
+0006b4f0 g    DF .text 000000df  GLIBC_2.0   envz_merge
+000b72e0 g    DF .text 00000056  GLIBC_2.0   ecvt
+000be800 g    DF .text 000000a2  GLIBC_2.0   getspent
+00078770 g    DF .text 00000ee8  GLIBC_2.1   __wcscoll_l
+000cc860 g    DF .text 000000b8  GLIBC_2.3.4 __strncpy_chk
+000281d0  w   DF .text 00000048  GLIBC_2.0   isnanl
+0005cfa0 g    DF .text 00000010  GLIBC_2.0   feof_unlocked
+000c6490 g    DF .text 00000065  GLIBC_PRIVATE __librt_enable_asynccancel
+000e0ee0 g    DF .text 00000059  GLIBC_2.0   xdrrec_eof
+00058ce0 g    DF .text 000000ab  GLIBC_2.2   _IO_wdefault_finish
+000ede10 g    DF .text 00000043  GLIBC_2.1   _dl_mcount_wrapper_check
+0007da80 g    DF .text 0000003e  GLIBC_2.0   timegm
+000b9c40  w   DF .text 00000073  GLIBC_2.0   step
+0006df50 g    DF .text 00000073  GLIBC_2.1.1 __strsep_3c
+000b0ff0 g    DF .text 00000517  GLIBC_2.0   fts_read
+0005d0f0 g    DF .text 000000d0  GLIBC_2.0   _IO_peekc_locked
+00020e00  w   DF .text 00000049  GLIBC_2.3   nl_langinfo_l
+00062aa0  w   DF .text 00000087  GLIBC_2.0   mallinfo
+000d9440 g    DF .text 000002ac  GLIBC_2.0   clnt_sperror
+000bc300 g    DF .text 00000042  GLIBC_2.0   _mcleanup
+0005ac90 g    DF .text 00000068  GLIBC_2.0   _IO_feof
+000229b0 g    DF .text 00000071  GLIBC_2.3   __ctype_b_loc
+0006a640 g    DF .text 000000dc  GLIBC_2.0   strfry
+00117290 g    DO .data 00000004  GLIBC_2.0   optopt
+0005d030 g    DF .text 00000039  GLIBC_2.0   getchar_unlocked
+000baee0  w   DF .text 00000078  GLIBC_2.0   __connect
+000f3db0 g    DF .text 0000004f (GLIBC_2.0)  shmctl
+0006db10 g    DF .text 00000094  GLIBC_2.1.1 __strcpy_small
+00068780 g    DF .text 00000064  GLIBC_2.2   __strndup
+00119b50 g    DO .bss  00000004 (GLIBC_2.0)  h_errno
+00088550 g    DF .text 000000db  GLIBC_2.1.2 getpwent_r
+000aadb0  w   DF .text 00000082  GLIBC_2.1   pread
+000cfe40 g    DF .text 0000016c  GLIBC_2.1.2 getservbyport_r
+000c62e0 g    DF .text 00000020  GLIBC_2.0   pthread_self
+000f0d80 g    DF .text 0000013d (GLIBC_2.0)  _IO_proc_close
+000c6340 g    DF .text 00000033  GLIBC_2.0   pthread_setcanceltype
+0005ab20 g    DF .text 0000010f  GLIBC_2.2   fwide
+000bdae0  w   DF .text 000000d0  GLIBC_2.0   iswupper
+00115480 g    DO .data.rel.ro  000001ec (GLIBC_2.0)  _sys_errlist
+000bafe0  w   DF .text 00000039  GLIBC_2.0   getsockopt
+00087580 g    DF .text 000001de  GLIBC_2.1.2 getgrgid_r
+000bf080 g    DF .text 000000db  GLIBC_2.1.2 getspent_r
+0008ba80 g    DF .text 0000006a  GLIBC_2.0   globfree
+0007af50  w   DF .text 00000033  GLIBC_2.0   localtime_r
+000c67e0 g    DF .text 0000009e  GLIBC_2.0   hstrerror
+000d60c0 g    DF .text 00000021  GLIBC_2.3   freeifaddrs
+000a4a90 g    DF .text 00000625  GLIBC_2.0   getaddrinfo
+000168f0 g    DF .text 00000016  GLIBC_PRIVATE __gconv_get_modules_db
+00093980  w   DF .text 0000001f  GLIBC_2.0   re_set_syntax
+000bb420  w   DF .text 00000039  GLIBC_2.0   socketpair
+00058140 g    DF .text 00000049  GLIBC_2.2   _IO_sputbackwc
+0008a7d0  w   DF .text 00000035  GLIBC_2.0   setresgid
+0005d070 g    DF .text 0000003e  GLIBC_2.0   fflush_unlocked
+000b7150  w   DF .text 00000048  GLIBC_2.3.3 remap_file_pages
+000edf70 g    DF .text 00000037  GLIBC_PRIVATE __libc_dlclose
+000b8550  w   DF .text 00000022  GLIBC_2.0   twalk
+000b5260  w   DF .text 00000015  GLIBC_2.3   lutimes
+000f1190 g    DF .text 00000021 (GLIBC_2.0)  pclose
+000e24f0 g    DF .text 000000bf  GLIBC_2.1   xdr_authdes_cred
+00080940 g    DF .text 00000059  GLIBC_2.0   strftime
+0006abc0  w   DF .text 000000c7  GLIBC_2.0   argz_create_sep
+00028050  w   DF .text 0000000d  GLIBC_2.1   scalblnf
+00057220 g    DF .text 0000010f  GLIBC_2.2   fputws
+00070a60  w   DF .text 0000003e  GLIBC_2.1   __wcstol_l
+000e9b90  w   DF .text 000000d2  GLIBC_2.0   getutid_r
+0005d220 g    DF .text 000000a6  GLIBC_2.1   fwrite_unlocked
+0005bed0  w   DF .text 00000034  GLIBC_2.0   obstack_printf
+00118d44 g    DO .bss  00000004  GLIBC_2.0   __timezone
+0006eb30 g    DF .text 0000009c  GLIBC_2.0   wmemcmp
+0007dac0 g    DF .text 0000007a  GLIBC_2.0   ftime
+0002b3a0 g    DF .text 00000095  GLIBC_2.0   lldiv
+0006d3b0 g    DF .text 00000035  GLIBC_2.1.1 __memset_gcn_by4
+00058360 g    DF .text 00000036  GLIBC_2.2   _IO_unsave_wmarkers
+0006ec30  w   DF .text 00000024  GLIBC_2.0   wmemmove
+000b1b50 g    DF .text 00000042  GLIBC_2.3   sendfile64
+0005f0a0 g    DF .text 00000147  GLIBC_2.0   _IO_file_open
+000ab4d0 g    DF .text 0000001e  GLIBC_2.2   posix_spawnattr_setflags
+000c7580 g    DF .text 00000034  GLIBC_2.0   __res_randomid
+00086590 g    DF .text 0000005e  GLIBC_2.0   getdirentries
+000221d0 g    DF .text 0000007d  GLIBC_2.0   isdigit
+000f1f20 g    DF .text 00000143 (GLIBC_2.0)  _IO_file_overflow
+00054dc0 g    DF .text 00000131  GLIBC_2.2   _IO_fsetpos
+000f44d0 g    DF .text 0000005f (GLIBC_2.0)  getaliasbyname_r
+00069c70  w   DF .text 00000091  GLIBC_2.0   stpncpy
+000b41a0 g    DF .text 00000043  GLIBC_2.2   mkdtemp
+000b4700 g    DF .text 00000084  GLIBC_2.0   getmntent
+000226c0 g    DF .text 00000015  GLIBC_2.1   __isalnum_l
+00055210  w   DF .text 00000167  GLIBC_2.0   fwrite
+00060120 g    DF .text 0000002d  GLIBC_2.2   _IO_list_unlock
+000ac9a0  w   DF .text 00000071  GLIBC_2.0   __close
+000bad00 g    DF .text 00000042  GLIBC_2.0   quotactl
+0007da20 g    DF .text 00000058  GLIBC_2.0   dysize
+000f11c0 g    DF .text 0000009d (GLIBC_2.0)  tmpfile
+0011a8f4 g    DO .bss  0000000c  GLIBC_2.0   svcauthdes_stats
+00037340 g    DF .text 00000631  GLIBC_2.1   fmtmsg
+000acb60  w   DF .text 0000003a  GLIBC_2.0   access
+0011a664 g    DO .bss  00000004  GLIBC_2.0   mallwatch
+000ba550 g    DF .text 00000013  GLIBC_2.0   setfsgid
+000abd70 g    DF .text 0000008d  GLIBC_2.0   __xstat
+000a44d0 g    DF .text 00000036  GLIBC_2.0   __sched_get_priority_min
+000aeeb0 g    DF .text 00000041  GLIBC_2.3.3 nftw
+0002c4f0 g    DF .text 00000059 (GLIBC_2.0)  __strtoq_internal
+0005f940 g    DF .text 00000077  GLIBC_2.0   _IO_switch_to_get_mode
+0006d600 g    DF .text 00000042  GLIBC_2.1.1 __strncat_g
+000e5530 g    DF .text 0000005a  GLIBC_2.1   passwd2des
+000ab1e0 g    DF .text 00000026  GLIBC_2.2   posix_spawn_file_actions_destroy
+000e95a0 g    DF .text 0000004d  GLIBC_2.1   getmsg
+00048410 g    DF .text 00005615  GLIBC_2.0   _IO_vfscanf
+000d8d10 g    DF .text 0000016c  GLIBC_2.0   bindresvport
+00056960 g    DF .text 000001a3  GLIBC_2.2   _IO_fgetpos64
+000d0af0 g    DF .text 0000002d  GLIBC_2.0   ether_aton
+000cd3a0 g    DF .text 0000000e  GLIBC_2.0   htons
+00035ab0  w   DF .text 00000029  GLIBC_2.0   canonicalize_file_name
+0002dbf0 g    DF .text 00000052  GLIBC_2.0   __strtof_internal
+000c6210 g    DF .text 0000002a  GLIBC_2.0   pthread_mutex_destroy
+0011a840 g    DO .bss  00000080  GLIBC_2.0   svc_fdset
+00021680  w   DF .text 00000084  GLIBC_2.3   freelocale
+00027110 g    DF .text 0000006d  GLIBC_2.0   catclose
+001157a0 g    DO .data.rel.ro  00000080 (GLIBC_2.0)  sys_sigabbrev
+000b8b70 g    DF .text 00000075  GLIBC_2.0   lsearch
+00079f60  w   DF .text 00000053  GLIBC_2.1   wcscasecmp
+000483d0  w   DF .text 00000037  GLIBC_2.0   vfscanf
+000f1630 g    DF .text 00000101 (GLIBC_2.1)  fsetpos64
+0007e110 g    DF .text 00000062  GLIBC_2.0   strptime
+000dd170 g    DF .text 00000039  GLIBC_2.2.3 __rpc_thread_createerr
+0005b6c0 g    DF .text 000000d2  GLIBC_2.0   rewind
+0002c610  w   DF .text 00000058  GLIBC_2.0   strtouq
+00117284 g    DO .data 00000004  GLIBC_2.0   re_max_failures
+0005ae90 g    DF .text 00000296  GLIBC_2.0   freopen
+00066e00 g    DF .text 000000f8  GLIBC_2.0   mcheck
+000589e0 g    DF .text 000000e7  GLIBC_2.2   __wuflow
+000a2840  w   DF .text 00000037  GLIBC_2.0   re_search
+0005d000  w   DF .text 00000028  GLIBC_2.1   fgetc_unlocked
+0008b0f0 g    DF .text 00000673  GLIBC_2.2   __sysconf
+000bb840 g    DF .text 000000c4  GLIBC_PRIVATE __libc_msgrcv
+0002bbf0  w   DF .text 00000117  GLIBC_2.0   initstate_r
+000c6280 g    DF .text 0000002a  GLIBC_2.0   pthread_mutex_lock
+000f4170 g    DF .text 0000005f (GLIBC_2.0)  getprotobynumber_r
+0002bd90 g    DF .text 00000034  GLIBC_2.0   drand48
+000b27c0 g    DF .text 00000041  GLIBC_2.0   tcgetpgrp
+000d5b90 g    DF .text 00000046  GLIBC_2.1   if_freenameindex
+00028a40  w   DF .text 00000053  GLIBC_2.0   __sigaction
+000cc920 g    DF .text 00000032  GLIBC_2.3.4 __sprintf_chk
+00029470 g    DF .text 00000035  GLIBC_2.0   sigandset
+00022ef0  w   DF .text 00000024  GLIBC_2.0   gettext
+00066840 g    DF .text 000003b7  GLIBC_2.0   __libc_calloc
+0006aee0 g    DF .text 00000054  GLIBC_2.0   __argz_stringify
+00028170 g    DF .text 00000055  GLIBC_2.0   __isinfl
+0002c230  w   DF .text 0000006a  GLIBC_2.0   lcong48_r
+00119118 g    DO .bss  00000004  GLIBC_2.0   __curbrk
+00057690 g    DF .text 000000e1  GLIBC_2.2   ungetwc
+00070170 g    DF .text 00000059  GLIBC_2.0   __wcstol_internal
+00015690 g    DF .text 00000023 (GLIBC_2.0)  __fixunsdfdi
+00000000      DO *UND* 00000004  GLIBC_PRIVATE __libc_enable_secure
+0006d450 g    DF .text 00000030  GLIBC_2.1.1 __strcpy_g
+000b1510 g    DF .text 000000a2  GLIBC_PRIVATE __libc_poll
+000e0810 g    DF .text 0000003e  GLIBC_2.0   xdr_float
+0005f9c0 g    DF .text 00000076  GLIBC_2.0   _IO_doallocbuf
+00069e60 g    DF .text 0000004e  GLIBC_2.1   __strncasecmp_l
+00000000 g    DO *ABS* 00000000  GLIBC_2.2.2 GLIBC_2.2.2
+00060640  w   DF .text 00000177  GLIBC_2.2   _flushlbf
+000ce5c0 g    DF .text 000000a4  GLIBC_2.0   gethostent
+000809a0 g    DF .text 00000059  GLIBC_2.2   wcsftime
+000cebf0 g    DF .text 0000014c  GLIBC_2.0   getnetbyname
+000dd760 g    DF .text 00000074  GLIBC_2.0   svc_unregister
+000155c0 g    DF .text 00000028  GLIBC_2.0   __errno_location
+00015960 g    DF .text 0000007c (GLIBC_2.0)  __divdi3
+00036df0 g    DF .text 00000042  GLIBC_2.1   __strfmon_l
+000aded0  w   DF .text 0000003a  GLIBC_2.0   link
+000bba60 g    DF .text 00000062  GLIBC_2.2   semctl
+000b98e0  w   DF .text 00000210  GLIBC_2.0   get_nprocs
+0006ac90 g    DF .text 00000044  GLIBC_2.0   __argz_next
+00087940 g    DF .text 000002e5  GLIBC_PRIVATE _nss_files_parse_grent
+00117488 g    DO .data 00000004 (GLIBC_2.2)  __ctype32_tolower
+0005bb50  w   DF .text 000000f5  GLIBC_2.0   __vsnprintf
+0006e520 g    DF .text 0000005b  GLIBC_2.0   wcsdup
+000be7a0  w   DF .text 0000005d  GLIBC_2.3   towctrans_l
+000680c0 g    DF .text 00000078  GLIBC_2.0   _obstack_free
+000bb9c0 g    DF .text 0000004f  GLIBC_2.0   semop
+0002af90 g    DF .text 000000db  GLIBC_2.0   exit
+000c6060 g    DF .text 00000033 (GLIBC_2.0)  pthread_cond_init
+00118644  w   DO .bss  00000004  GLIBC_2.0   __free_hook
+000c6030 g    DF .text 0000002a  GLIBC_2.3.2 pthread_cond_destroy
+0006d430 g    DF .text 00000016  GLIBC_2.1.1 __strlen_g
+000bdbb0 g    DF .text 000000be  GLIBC_2.0   towlower
+00000000  w   D  *UND* 00000000              __pthread_setspecific
+00069d10 g    DF .text 00000068  GLIBC_2.0   __strcasecmp
+000bb780 g    DF .text 000000b5  GLIBC_PRIVATE __libc_msgsnd
+000abe00 g    DF .text 0000008d  GLIBC_2.0   __fxstat
+000d1200 g    DF .text 0000002d  GLIBC_2.0   ether_ntoa
+0002cfa0  w   DF .text 0000002e  GLIBC_2.1   __strtoul_l
+0002b2c0 g    DF .text 00000031  GLIBC_2.0   llabs
+00043d60 g    DF .text 00000034  GLIBC_2.0   _IO_sprintf
+000d74f0 g    DF .text 0000009d  GLIBC_2.3.3 inet6_option_next
+000be320  w   DF .text 0000007d  GLIBC_2.3   iswgraph_l
+00022e50  w   DF .text 00000015  GLIBC_2.0   bindtextdomain
+0007d9e0 g    DF .text 00000036  GLIBC_2.0   stime
+000b9e80 g    DF .text 0000003c  GLIBC_2.3   flistxattr
+000baac0 g    DF .text 0000003c  GLIBC_2.0   klogctl
+00058c50 g    DF .text 00000083  GLIBC_2.2   _IO_wsetb
+000292b0 g    DF .text 00000040  GLIBC_2.0   sigdelset
+00035c60 g    DF .text 0000007c  GLIBC_2.0   rpmatch
+0005b7a0 g    DF .text 00000033  GLIBC_2.0   setbuf
+00028060  w   DF .text 0000006b  GLIBC_2.0   frexpf
+000e5650 g    DF .text 000000bb  GLIBC_2.0   xencrypt
+00029390  w   DF .text 000000a7  GLIBC_2.1   sysv_signal
+000c6bc0 g    DF .text 00000255  GLIBC_2.0   inet_ntop
+000283f0  w   DF .text 00000072  GLIBC_2.0   frexpl
+00022720  w   DF .text 00000017  GLIBC_2.3   isdigit_l
+000b3040  w   DF .text 00000042  GLIBC_2.0   brk
+000bd220  w   DF .text 000000d5  GLIBC_2.0   iswalnum
+000db490 g    DF .text 000000ac  GLIBC_2.0   get_myaddress
+00057f30 g    DF .text 00000024  GLIBC_2.2   swscanf
+0008a750  w   DF .text 00000035  GLIBC_2.0   getresgid
+00021d20 g    DF .text 00000195  GLIBC_2.0   __assert_perror_fail
+0003ad40 g    DF .text 0000414a  GLIBC_2.0   _IO_vfprintf
+00087060 g    DF .text 00000125  GLIBC_2.0   getgrnam
+0011a8c0 g    DO .bss  0000000c  GLIBC_2.0   _null_auth
+0006e470 g    DF .text 0000002e  GLIBC_2.0   wcscmp
+000e14c0 g    DF .text 0000007f  GLIBC_2.0   xdr_pointer
+000cdf10 g    DF .text 000001a2  GLIBC_2.0   gethostbyname2
+000ab0a0  w   DF .text 00000094  GLIBC_2.1   __pwrite64
+000561e0 g    DF .text 000000ea  GLIBC_2.0   _IO_seekoff
+000ba5c0 g    DF .text 0000006b  GLIBC_2.3.3 gnu_dev_makedev
+00056b40 g    DF .text 00000137  GLIBC_2.2   fsetpos64
+0011a6cc g    DO .bss  00000004  GLIBC_2.0   error_one_per_line
+000ddb40 g    DF .text 00000062  GLIBC_2.1   _authenticate
+00000000      DO *UND* 00000004  GLIBC_PRIVATE _dl_argv
+000227a0  w   DF .text 00000015  GLIBC_2.3   ispunct_l
+000b7290 g    DF .text 00000050  GLIBC_2.0   gcvt
+000ba780  w   DF .text 00000036  GLIBC_2.1   ntp_adjtime
+00054840 g    DF .text 00000033  GLIBC_2.1   fopen
+00029b80 g    DF .text 00000028  GLIBC_2.0   atoi
+0008d450 g    DF .text 0000006a  GLIBC_2.1   globfree64
+0006d910 g    DF .text 00000032  GLIBC_2.1.1 __strpbrk_cg
+00022150 g    DF .text 0000007b  GLIBC_2.0   iscntrl
+000aff20 g    DF .text 000000ef  GLIBC_2.0   fts_close
+0005cfb0 g    DF .text 00000010  GLIBC_2.0   ferror_unlocked
+00027180 g    DF .text 00000182  GLIBC_2.0   catopen
+0005b5d0 g    DF .text 000000e7  GLIBC_2.0   _IO_putc
+000f3d00 g    DF .text 0000004f (GLIBC_2.0)  msgctl
+000ba6f0 g    DF .text 0000003a (GLIBC_2.0)  setrlimit
+000cca70 g    DF .text 00000102  GLIBC_2.3.4 __vsnprintf_chk
+000e99f0  w   DF .text 00000069  GLIBC_2.0   getutent_r
+000f27d0 g    DF .text 000001ed (GLIBC_2.1)  scandir64
+0005ad70 g    DF .text 00000027  GLIBC_2.0   fileno
+000c4de0  w   DF .text 00000b50  GLIBC_2.1   argp_parse
+000b6770 g    DF .text 000005c7  GLIBC_2.0   vsyslog
+000370e0 g    DF .text 00000072  GLIBC_2.1   addseverity
+000c5ee0 g    DF .text 00000033  GLIBC_2.0   pthread_attr_setschedpolicy
+00061220 g    DF .text 00000042  GLIBC_2.0   _IO_str_underflow
+000d36d0 g    DF .text 0000003f  GLIBC_2.0   rexec
+00028670 g    DF .text 00000022  GLIBC_2.0   _setjmp
+0005d2d0 g    DF .text 000000a2  GLIBC_2.1   fgets_unlocked
+00022930 g    DF .text 00000071  GLIBC_2.3   __ctype_toupper_loc
+00071940  w   DF .text 0000003e  GLIBC_2.3   wcstoull_l
+00028160 g    DF .text 0000000d  GLIBC_2.1   __signbitf
+00053080  w   DF .text 0000003a  GLIBC_2.0   getline
+00073ea0  w   DF .text 00000037  GLIBC_2.3   wcstod_l
+0006ecc0  w   DF .text 00000038  GLIBC_2.0   wcpcpy
+000d0150 g    DF .text 000000a6  GLIBC_2.0   endservent
+00000000  w   D  *UND* 00000000              _IO_stdin_used
+00089a28 g    DF .text 00000013  GLIBC_2.0   _exit
+000e6840 g    DF .text 000002c8  GLIBC_2.1   svcunix_create
+0006e400  w   DF .text 00000034  GLIBC_2.0   wcscat
+00056360 g    DF .text 000000e3  GLIBC_2.0   _IO_seekpos
+000f1a90 g    DF .text 000003f0 (GLIBC_2.0)  _IO_file_seekoff
+00054410 g    DF .text 000001b8  GLIBC_2.2   fgetpos
+00078770  w   DF .text 00000ee8  GLIBC_2.3   wcscoll_l
+000685d0  w   DF .text 00000146  GLIBC_2.1   strverscmp
+00088240 g    DF .text 000000a2  GLIBC_2.0   getpwent
+0007aea0 g    DF .text 00000033  GLIBC_2.0   gmtime
+00069310 g    DF .text 000000ae  GLIBC_2.0   strspn
+0006ef90 g    DF .text 00000155  GLIBC_2.0   wctob
+0005df90 g    DF .text 000001cc  GLIBC_2.1   _IO_file_xsputn
+00053ef0 g    DF .text 000001ca  GLIBC_2.1   _IO_fclose
+000b71e0 g    DF .text 0000003a  GLIBC_2.0   munlock
+00052980 g    DF .text 00000077  GLIBC_2.0   tempnam
+000b6d90 g    DF .text 00000168  GLIBC_2.0   daemon
+000b8ed0 g    DF .text 000000ef  GLIBC_2.0   vwarnx
+000c6240 g    DF .text 00000033  GLIBC_2.0   pthread_mutex_init
+00015320 g    DF .text 000000e7  GLIBC_2.0   __libc_start_main
+000283e0  w   DF .text 0000000d  GLIBC_2.1   scalblnl
+000ad0f0 g    DF .text 00000078  GLIBC_PRIVATE __libc_creat
+000d0060 g    DF .text 000000e2  GLIBC_2.1.2 getservent_r
+00068a10 g    DF .text 000000af  GLIBC_2.0   strlen
+000ba3c0  w   DF .text 00000087  GLIBC_2.1   lseek64
+0006aa00  w   DF .text 00000078  GLIBC_2.0   argz_append
+00028b30 g    DF .text 00000034  GLIBC_2.0   sigpending
+000ac840  w   DF .text 0000007c  GLIBC_2.0   open
+000b4040 g    DF .text 00000036  GLIBC_2.0   vhangup
+00086140 g    DF .text 0000018f  GLIBC_2.2   readdir64_r
+000f2b20 g    DF .text 00000037 (GLIBC_2.0)  getpwent_r
+00117db4  w   DO .data 00000004  GLIBC_2.0   program_invocation_name
+000e6e80 g    DF .text 0000003f  GLIBC_2.1   xdr_uint32_t
+000abbb0 g    DF .text 00000015  GLIBC_2.2   posix_spawnattr_getschedpolicy
+000ba330  w   DF .text 0000008e  GLIBC_2.0   clone
+000edfb0 g    DF .text 00000063  GLIBC_PRIVATE __libc_dlsym
+00021ef0 g    DF .text 00000068  GLIBC_2.0   toupper
+000e0640 g    DF .text 000001c7  GLIBC_2.0   xdr_array
+00057c10 g    DF .text 00000039  GLIBC_2.2   wprintf
+000483d0 g    DF .text 00000037  GLIBC_2.0   __vfscanf
+000e4090 g    DF .text 0000006c  GLIBC_2.0   xdr_cryptkeyarg2
+000acd00  w   DF .text 000000b3  GLIBC_2.0   __fcntl
+000b2ae0 g    DF .text 00000032  GLIBC_2.2   getrlimit
+000b9f00 g    DF .text 00000048  GLIBC_2.3   fsetxattr
+00029be0 g    DF .text 00000028  GLIBC_2.0   atoll
+000e3410 g    DF .text 00000037  GLIBC_2.1   des_setparity
+000f1390 g    DF .text 00000181 (GLIBC_2.1)  fgetpos64
+0007ada0 g    DF .text 00000088  GLIBC_2.0   clock
+000530c0 g    DF .text 00000049  GLIBC_2.0   getw
+000e3de0 g    DF .text 00000068  GLIBC_2.1   xdr_getcredres
+0006d6e0 g    DF .text 00000021  GLIBC_2.1.1 __strchr_c
+00078570 g    DF .text 00000052  GLIBC_2.0   wcsxfrm
+0005b9b0  w   DF .text 000000da  GLIBC_2.0   vdprintf
+00021ec0 g    DF .text 00000025  GLIBC_2.2   __assert
+0005fd30 g    DF .text 0000003f  GLIBC_2.0   _IO_init
+00022760  w   DF .text 00000017  GLIBC_2.3   isgraph_l
+000763d0  w   DF .text 00000037  GLIBC_2.1   __wcstold_l
+00117478 g    DO .data 00000004 (GLIBC_2.0)  __ctype_b
+000eb880  w   DF .text 00000398  GLIBC_2.1   ptsname_r
+00021520 g    DF .text 00000159  GLIBC_2.1   __duplocale
+00094c00  w   DF .text 00000060  GLIBC_2.0   regfree
+0006ac90  w   DF .text 00000044  GLIBC_2.0   argz_next
+0006e210 g    DF .text 00000051  GLIBC_2.1.1 __strsep_1c
+00089980 g    DF .text 00000059  GLIBC_2.0   __fork
+0002b300 g    DF .text 00000044  GLIBC_2.0   div
+000eb070  w   DF .text 0000010d  GLIBC_2.0   updwtmp
+00022580  w   DF .text 00000015  GLIBC_2.3   isblank_l
+000f3a80 g    DF .text 00000042 (GLIBC_2.0)  regexec
+0002b2a0 g    DF .text 0000000d  GLIBC_2.0   abs
+00070470 g    DF .text 00000052  GLIBC_2.0   __wcstod_internal
+000682f0 g    DF .text 00000167  GLIBC_2.0   strchr
+000e9a60  w   DF .text 0000004c  GLIBC_2.0   setutent
+000f2070 g    DF .text 00000072 (GLIBC_2.0)  _IO_file_attach
+000600b0 g    DF .text 00000007  GLIBC_2.2   _IO_iter_end
+00078670 g    DF .text 000000f5  GLIBC_2.0   wcswidth
+000cc540 g    DF .text 0000004e  GLIBC_2.3.4 __mempcpy_chk
+000e2480 g    DF .text 00000069  GLIBC_2.1   xdr_authdes_verf
+00054b50  w   DF .text 00000146  GLIBC_2.0   fputs
+0006ace0 g    DF .text 00000080  GLIBC_2.0   argz_delete
+0011a8cc g    DO .bss  00000004  GLIBC_2.2   svc_max_pollfd
+000ba780  w   DF .text 00000036  GLIBC_2.0   adjtimex
+00089fd0 g    DF .text 000002de  GLIBC_2.0   execvp
+000d0ec0 g    DF .text 00000334  GLIBC_2.0   ether_line
+000c5e60 g    DF .text 00000033  GLIBC_2.0   pthread_attr_setschedparam
+00079fc0  w   DF .text 0000006c  GLIBC_2.1   wcsncasecmp
+001157a0 g    DO .data.rel.ro  00000104  GLIBC_2.3.3 sys_sigabbrev
+0008a6e0  w   DF .text 0000002e  GLIBC_2.0   setsid
+000ee290 g    DF .text 0000001f  GLIBC_PRIVATE _dl_sym
+0005cb10 g    DF .text 00000036  GLIBC_PRIVATE __libc_fatal
+000355d0 g    DF .text 000004d7  GLIBC_2.3   realpath
+000880c0 g    DF .text 00000175  GLIBC_2.0   putpwent
+000b3090 g    DF .text 00000073  GLIBC_2.0   __sbrk
+000b3710 g    DF .text 0000004d  GLIBC_2.0   setegid
+000b7010  w   DF .text 0000003c  GLIBC_2.0   mprotect
+0005e390 g    DF .text 00000082  GLIBC_2.1   _IO_file_attach
+000ba840 g    DF .text 0000003a  GLIBC_2.1   capset
+000b0c40 g    DF .text 00000124  GLIBC_2.0   fts_children
+0011a8d0 g    DO .bss  00000010  GLIBC_2.0   rpc_createerr
+000abc50 g    DF .text 0000001d  GLIBC_2.2   posix_spawnattr_setschedpolicy
+000f0940 g    DF .text 0000005a (GLIBC_2.0)  fopencookie
+0011a6e8 g    DO .bss  00000004  GLIBC_2.1   argp_program_version_hook
+00028e30 g    DF .text 00000069  GLIBC_2.0   __sigpause
+000855e0  w   DF .text 00000085  GLIBC_2.0   closedir
+00058ad0 g    DF .text 00000175  GLIBC_2.2   _IO_wdefault_pbackfail
+00029770 g    DF .text 00000069  GLIBC_PRIVATE __libc_sigwaitinfo
+000b8eb0 g    DF .text 0000001d  GLIBC_2.0   warn
+000bf430 g    DF .text 000003f5  GLIBC_PRIVATE _nss_files_parse_spent
+00056df0  w   DF .text 000000cd  GLIBC_2.2   fgetwc
+000cef80 g    DF .text 000000b2  GLIBC_2.0   setnetent
+00052250  w   DF .text 00000037  GLIBC_2.2   vfwscanf
+000be720  w   DF .text 00000071  GLIBC_2.3   wctrans_l
+0006e0c0 g    DF .text 0000005f  GLIBC_2.1.1 __strncpy_byn
+0002b3a0  w   DF .text 00000095  GLIBC_2.1.1 imaxdiv
+00117698 g    DO .data 00000004  GLIBC_2.0   _IO_list_all
+000b9bc0  w   DF .text 0000007c  GLIBC_2.0   advance
+000ba880 g    DF .text 0000003c  GLIBC_2.0   create_module
+000703b0  w   DF .text 00000058  GLIBC_2.0   wcstouq
+000ee020 g    DF .text 00000054  GLIBC_PRIVATE __libc_dlopen_mode
+0006dfd0 g    DF .text 00000031  GLIBC_2.1.1 __memcpy_c
+000b5f80 g    DF .text 0000001d  GLIBC_2.0   setusershell
+0006b5d0 g    DF .text 00000047  GLIBC_2.0   envz_remove
+0005b820  w   DF .text 00000181  GLIBC_2.0   vasprintf
+000b9f50 g    DF .text 00000042  GLIBC_2.3   getxattr
+000deda0 g    DF .text 00000025  GLIBC_2.0   svcudp_create
+000c5d60 g    DF .text 00000033  GLIBC_2.0   pthread_attr_setdetachstate
+000bb160  w   DF .text 00000078  GLIBC_2.0   recvmsg
+0005cfc0 g    DF .text 0000003b  GLIBC_2.0   fputc_unlocked
+0006a8a0  w   DF .text 0000015f  GLIBC_2.1.1 strchrnul
+0011a8e0 g    DO .bss  00000004  GLIBC_2.2   svc_pollfd
+000de020 g    DF .text 00000105  GLIBC_2.0   svc_run
+00000000      DO *UND* 0000000e  GLIBC_PRIVATE _dl_out_of_memory
+00086530 g    DF .text 00000024  GLIBC_2.2   alphasort64
+0005c7c0 g    DF .text 0000000f  GLIBC_2.2   __fwriting
+000227e0 g    DF .text 00000017  GLIBC_2.1   __isupper_l
+00028b70 g    DF .text 000000a2  GLIBC_PRIVATE __libc_sigsuspend
+000f3bf0 g    DF .text 00000024 (GLIBC_2.2)  posix_fadvise64
+0011a8f0 g    DO .bss  00000004  GLIBC_2.1   __key_decryptsession_pk_LOCAL
+000acd00  w   DF .text 000000b3  GLIBC_2.0   fcntl
+00000000 g    DO *ABS* 00000000  GLIBC_2.1.3 GLIBC_2.1.3
+0007c870  w   DF .text 00000074  GLIBC_2.0   tzset
+000cf8e0 g    DF .text 00000165  GLIBC_2.1.2 getprotobyname_r
+000a4460  w   DF .text 0000002e  GLIBC_2.0   sched_yield
+000cfb90 g    DF .text 0000016c  GLIBC_2.1.2 getservbyname_r
+000bdd70 g    DF .text 00000072  GLIBC_2.0   __iswctype
+0006ddc0 g    DF .text 00000028  GLIBC_2.1.1 __strspn_c3
+000edba0 g    DF .text 00000269  GLIBC_PRIVATE _dl_addr
+00066f00 g    DF .text 00000030  GLIBC_2.2   mcheck_pedantic
+000bd060 g    DF .text 00000013  GLIBC_2.0   _mcount
+00028470  w   DF .text 00000084  GLIBC_2.0   ldexpl
+00056d80 g    DF .text 0000006e  GLIBC_2.2   fputwc_unlocked
+0008a4d0  w   DF .text 0000002f  GLIBC_2.0   setuid
+0008a5d0  w   DF .text 00000036  GLIBC_2.0   getpgid
+000ac8c0  w   DF .text 000000d4  GLIBC_2.2   __open64
+0005f1f0 g    DF .text 0000042b  GLIBC_2.1   _IO_file_fopen
+0002bed0 g    DF .text 00000037  GLIBC_2.0   jrand48
+00060b80 g    DF .text 00000135  GLIBC_2.0   _IO_un_link
+000ee3f0 g    DF .text 00000036  GLIBC_2.0   __register_frame_info_table
+00086340 g    DF .text 000001ed  GLIBC_2.2   scandir64
+0005e420 g    DF .text 000000a4  GLIBC_2.1   _IO_file_write
+000b3d50 g    DF .text 000001fa  GLIBC_2.0   gethostid
+000f40b0 g    DF .text 00000041 (GLIBC_2.0)  getnetent_r
+0005c500 g    DF .text 000000e3  GLIBC_2.1   fseeko64
+000b98e0  w   DF .text 00000210  GLIBC_2.0   get_nprocs_conf
+000ad360 g    DF .text 00000074  GLIBC_2.0   getwd
+000a29c0  w   DF .text 00000047  GLIBC_2.0   re_exec
+000d7490 g    DF .text 00000011  GLIBC_2.3.3 inet6_option_space
+000da9c0 g    DF .text 00000340  GLIBC_2.0   clntudp_bufcreate
+00060490 g    DF .text 00000142  GLIBC_2.0   _IO_default_pbackfail
+000b24f0 g    DF .text 0000020c  GLIBC_2.0   tcsetattr
+00119b50  w   DO .bss  00000004 (GLIBC_2.0)  _h_errno
+0006d4c0 g    DF .text 00000040  GLIBC_2.1.1 __mempcpy_by2
+00029440 g    DF .text 0000002c  GLIBC_2.0   sigisemptyset
+000ac800  w   DF .text 0000003a  GLIBC_2.0   mkdir
+00028d10  w   DF .text 0000007a  GLIBC_2.0   sigsetmask
+00065b90  w   DF .text 0000008c  GLIBC_2.2   posix_memalign
+000ee3b0 g    DF .text 00000036  GLIBC_2.0   __register_frame_info
+000bb910 g    DF .text 0000004e  GLIBC_2.0   msgget
+000d9820 g    DF .text 00000129  GLIBC_2.0   clntraw_create
+000be9e0 g    DF .text 0000013a  GLIBC_2.0   sgetspent
+00028c20  w   DF .text 00000066  GLIBC_2.0   sigwait
+0006f3b0  w   DF .text 000002bc  GLIBC_2.0   wcrtomb
+0006dd00 g    DF .text 00000058  GLIBC_2.1.1 __strcspn_c3
+000aae90  w   DF .text 00000082  GLIBC_2.1   pwrite
+00027e00  w   DF .text 00000073  GLIBC_2.0   frexp
+000ac9a0  w   DF .text 00000071  GLIBC_2.0   close
+00041860 g    DF .text 00000108  GLIBC_2.0   parse_printf_format
+000b7220 g    DF .text 00000036  GLIBC_2.0   mlockall
+000784e0  w   DF .text 00000037  GLIBC_2.3   wcstof_l
+0008aa40 g    DF .text 00000015  GLIBC_2.0   setlogin
+0011747c g    DO .data 00000004 (GLIBC_2.0)  __ctype32_b
+000c5e20 g    DF .text 00000033  GLIBC_2.0   pthread_attr_getschedparam
+000600c0 g    DF .text 0000000b  GLIBC_2.2   _IO_iter_next
+000abff0 g    DF .text 00000032  GLIBC_2.2   __fxstat64
+000bbad0 g    DF .text 0000004b  GLIBC_2.3.3 semtimedop
+0002b570 g    DF .text 000000c4  GLIBC_2.0   mbtowc
+0002c1a0  w   DF .text 00000039  GLIBC_2.0   srand48_r
+00117d80  w   DO .data 00000004  GLIBC_2.0   __memalign_hook
+000859d0 g    DF .text 0000000b  GLIBC_2.0   telldir
+00023d40  w   DF .text 00000048  GLIBC_2.2   dcngettext
+000b4630 g    DF .text 00000070  GLIBC_2.0   getfsspec
+0005cbf0 g    DF .text 0000013b  GLIBC_2.2   fmemopen
+000ab420 g    DF .text 00000007  GLIBC_2.2   posix_spawnattr_destroy
+0003ad40 g    DF .text 0000414a  GLIBC_2.0   vfprintf
+00069c70 g    DF .text 00000091  GLIBC_2.0   __stpncpy
+00117600 g    DO .data 00000098  GLIBC_2.1   _IO_2_1_stderr_
+00117db4 g    DO .data 00000004  GLIBC_2.0   __progname_full
+000cc590 g    DF .text 000000db  GLIBC_2.3.4 __memset_chk
+00028220 g    DF .text 0000000e  GLIBC_2.0   __finitel
+00115680 g    DO .data.rel.ro  00000104  GLIBC_2.3.3 _sys_siglist
+00068fb0 g    DF .text 000000b3  GLIBC_2.0   strpbrk
+000b2810 g    DF .text 00000033  GLIBC_2.0   tcsetpgrp
+00000000 g    DO *ABS* 00000000  GLIBC_2.3   GLIBC_2.3
+00000000      DO *UND* 00000004  GLIBC_2.1   __libc_stack_end
+0008e100 g    DF .text 00000e58  GLIBC_2.2   glob64
+000cb8f0 g    DF .text 0000008a  GLIBC_2.0   __nss_passwd_lookup
+000dfc00 g    DF .text 0000002a  GLIBC_2.0   xdr_int
+000dfcd0 g    DF .text 000000d6  GLIBC_2.1.1 xdr_hyper
+00028b70  w   DF .text 000000a2  GLIBC_2.0   sigsuspend
+00056c80 g    DF .text 000000fc  GLIBC_2.2   fputwc
+00028850 g    DF .text 00000046  GLIBC_2.0   raise
+000b45b0 g    DF .text 00000071  GLIBC_2.0   getfsfile
+000b2900 g    DF .text 00000033  GLIBC_2.0   tcflow
+000d91b0 g    DF .text 00000084  GLIBC_2.0   clnt_sperrno
+000227c0 g    DF .text 00000017  GLIBC_2.1   __isspace_l
+0005ff70 g    DF .text 0000007c  GLIBC_2.0   _IO_seekmark
+000635b0 g    DF .text 000000b8  GLIBC_2.0   free
+000bded0 g    DF .text 0000005d  GLIBC_2.1   __towctrans
+000c9870 g    DF .text 000000b0  GLIBC_PRIVATE __gai_sigqueue
+000dff40 g    DF .text 00000068  GLIBC_2.0   xdr_u_short
+000f08b0 g    DF .text 0000003d (GLIBC_2.0)  realpath
+00028aa0  w   DF .text 0000004b  GLIBC_2.0   sigprocmask
+00054840 g    DF .text 00000033  GLIBC_2.1   _IO_fopen
+000c7510 g    DF .text 00000070  GLIBC_2.2   __res_nclose
+000e3e50 g    DF .text 0000006c  GLIBC_2.0   xdr_key_netstarg
+0006f0f0  w   DF .text 00000019  GLIBC_2.0   mbsinit
+000bafa0 g    DF .text 00000039  GLIBC_2.0   getsockname
+00056b10  w   DF .text 00000030  GLIBC_2.1   fopen64
+000bddf0  w   DF .text 000000d2  GLIBC_2.0   wctrans
+000b5500  w   DF .text 00000050  GLIBC_2.1   ftruncate64
+
+