From 9a08cbfcc1ef900a04580f35afe2a4592d7d6030 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 02:45:20 +0200 Subject: Adding upstream version 1.19.8. Signed-off-by: Daniel Baumann --- scripts/t/Dpkg_Shlibs/basictags.c | 63 + scripts/t/Dpkg_Shlibs/basictags.symbols | 15 + scripts/t/Dpkg_Shlibs/ld.so.conf | 9 + .../t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf | 1 + scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf | 1 + scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf | 1 + scripts/t/Dpkg_Shlibs/ld.so.conf_2 | 1 + scripts/t/Dpkg_Shlibs/objdump.basictags-amd64 | 78 + scripts/t/Dpkg_Shlibs/objdump.basictags-i386 | 80 + scripts/t/Dpkg_Shlibs/objdump.basictags-mips | 79 + scripts/t/Dpkg_Shlibs/objdump.blacklisted | 15 + scripts/t/Dpkg_Shlibs/objdump.dbd-pg | 309 +++ scripts/t/Dpkg_Shlibs/objdump.glib-ia64 | 350 +++ scripts/t/Dpkg_Shlibs/objdump.libc6-2.3 | 2276 +++++++++++++++++++ scripts/t/Dpkg_Shlibs/objdump.libc6-2.6 | 2345 ++++++++++++++++++++ scripts/t/Dpkg_Shlibs/objdump.ls | 536 +++++ scripts/t/Dpkg_Shlibs/objdump.patterns | 235 ++ scripts/t/Dpkg_Shlibs/objdump.space | 8 + scripts/t/Dpkg_Shlibs/objdump.spacesyms | 119 + scripts/t/Dpkg_Shlibs/patterns.cpp | 107 + scripts/t/Dpkg_Shlibs/patterns.map | 9 + scripts/t/Dpkg_Shlibs/patterns.symbols | 47 + scripts/t/Dpkg_Shlibs/spacesyms-c-gen.pl | 37 + scripts/t/Dpkg_Shlibs/spacesyms-o-map.pl | 25 + scripts/t/Dpkg_Shlibs/spacesyms.map | 7 + scripts/t/Dpkg_Shlibs/symbols.blacklist-filter | 3 + scripts/t/Dpkg_Shlibs/symbols.blacklist-groups | 4 + scripts/t/Dpkg_Shlibs/symbols.blacklist-ignore | 3 + scripts/t/Dpkg_Shlibs/symbols.blacklisted | 4 + scripts/t/Dpkg_Shlibs/symbols.fake-1 | 3 + scripts/t/Dpkg_Shlibs/symbols.fake-2 | 9 + scripts/t/Dpkg_Shlibs/symbols.fake-3 | 5 + scripts/t/Dpkg_Shlibs/symbols.include-1 | 9 + scripts/t/Dpkg_Shlibs/symbols.include-2 | 3 + scripts/t/Dpkg_Shlibs/symbols.include-3 | 5 + 35 files changed, 6801 insertions(+) create mode 100644 scripts/t/Dpkg_Shlibs/basictags.c create mode 100644 scripts/t/Dpkg_Shlibs/basictags.symbols create mode 100644 scripts/t/Dpkg_Shlibs/ld.so.conf create mode 100644 scripts/t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf create mode 100644 scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf create mode 100644 scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf create mode 100644 scripts/t/Dpkg_Shlibs/ld.so.conf_2 create mode 100644 scripts/t/Dpkg_Shlibs/objdump.basictags-amd64 create mode 100644 scripts/t/Dpkg_Shlibs/objdump.basictags-i386 create mode 100644 scripts/t/Dpkg_Shlibs/objdump.basictags-mips create mode 100644 scripts/t/Dpkg_Shlibs/objdump.blacklisted create mode 100644 scripts/t/Dpkg_Shlibs/objdump.dbd-pg create mode 100644 scripts/t/Dpkg_Shlibs/objdump.glib-ia64 create mode 100644 scripts/t/Dpkg_Shlibs/objdump.libc6-2.3 create mode 100644 scripts/t/Dpkg_Shlibs/objdump.libc6-2.6 create mode 100644 scripts/t/Dpkg_Shlibs/objdump.ls create mode 100644 scripts/t/Dpkg_Shlibs/objdump.patterns create mode 100644 scripts/t/Dpkg_Shlibs/objdump.space create mode 100644 scripts/t/Dpkg_Shlibs/objdump.spacesyms create mode 100644 scripts/t/Dpkg_Shlibs/patterns.cpp create mode 100644 scripts/t/Dpkg_Shlibs/patterns.map create mode 100644 scripts/t/Dpkg_Shlibs/patterns.symbols create mode 100755 scripts/t/Dpkg_Shlibs/spacesyms-c-gen.pl create mode 100755 scripts/t/Dpkg_Shlibs/spacesyms-o-map.pl create mode 100644 scripts/t/Dpkg_Shlibs/spacesyms.map create mode 100644 scripts/t/Dpkg_Shlibs/symbols.blacklist-filter create mode 100644 scripts/t/Dpkg_Shlibs/symbols.blacklist-groups create mode 100644 scripts/t/Dpkg_Shlibs/symbols.blacklist-ignore create mode 100644 scripts/t/Dpkg_Shlibs/symbols.blacklisted create mode 100644 scripts/t/Dpkg_Shlibs/symbols.fake-1 create mode 100644 scripts/t/Dpkg_Shlibs/symbols.fake-2 create mode 100644 scripts/t/Dpkg_Shlibs/symbols.fake-3 create mode 100644 scripts/t/Dpkg_Shlibs/symbols.include-1 create mode 100644 scripts/t/Dpkg_Shlibs/symbols.include-2 create mode 100644 scripts/t/Dpkg_Shlibs/symbols.include-3 (limited to 'scripts/t/Dpkg_Shlibs') diff --git a/scripts/t/Dpkg_Shlibs/basictags.c b/scripts/t/Dpkg_Shlibs/basictags.c new file mode 100644 index 0000000..4f1d337 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/basictags.c @@ -0,0 +1,63 @@ +/* + * $ gcc -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 \ + * -o libbasictags.so.1 -DAMD64 basictags.c + * $ objdump -wfpTR libbasictags.so.1 > objdump.basictags-amd64 + * $ gcc -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 \ + * -o libbasictags.so.1 -DI386 basictags.c + * $ objdump -wfpTR libbasictags.so.1 > objdump.basictags-i386 + * $ gcc -shared -fPIC -Wl,-soname -Wl,libbasictags.so.1 \ + * -o libbasictags.so.1 -DMIPS basictags.c + * $ objdump -wfpTR libbasictags.so.1 > objdump.basictags-mips + */ + +void symbol11_optional(void); +void symbol11_optional(void) {} + +#if defined(AMD64) +void symbol21_amd64(void); +void symbol21_amd64(void) {} +#elif defined(I386) +void symbol22_i386(void); +void symbol22_i386(void) {} +#elif defined(MIPS) +void symbol23_mips(void); +void symbol23_mips(void) {} +#endif + +#if defined(AMD64) +void symbol25_64(void); +void symbol25_64(void) {} +#else +void symbol24_32(void); +void symbol24_32(void) {} +#endif + +#if defined(MIPS) +void symbol27_big(void); +void symbol27_big(void) {} +#else +void symbol26_little(void); +void symbol26_little(void) {} +#endif + +#if defined(I386) +void symbol28_little_32(void); +void symbol28_little_32(void) {} +#endif + +void symbol31_randomtag(void); +void symbol31_randomtag(void) {} + +/* (arch=i386|optional)symbol41_i386_and_optional@Base */ +#if defined(I386) +void symbol41_i386_and_optional(void); +void symbol41_i386_and_optional(void) {} +#endif +/* (arch=mips|optional)symbol42_i386_and_optional@Base */ +#if defined(MIPS) +void symbol42_mips_and_optional(void); +void symbol42_mips_and_optional(void) {} +#endif + +void symbol51_untagged(void); +void symbol51_untagged(void) {} diff --git a/scripts/t/Dpkg_Shlibs/basictags.symbols b/scripts/t/Dpkg_Shlibs/basictags.symbols new file mode 100644 index 0000000..af1dfc6 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/basictags.symbols @@ -0,0 +1,15 @@ +libbasictags.so.1 libbasictags1 #MINVER# +| libbasictags1 (>= 1.1) + (optional)symbol11_optional@Base 1.1 1 + (arch=amd64 ia64 alpha)'symbol21_amd64@Base' 2.1 + (arch=!amd64 !ia64 !mips)symbol22_i386@Base 2.2 + (arch=!amd64 !ia64 !i386)symbol23_mips@Base 2.3 + (arch-bits=32)symbol24_32@Base 2.4 + (arch-bits=64)symbol25_64@Base 2.5 + (arch-endian=little)symbol26_little@Base 2.6 + (arch-endian=big)symbol27_big@Base 2.7 + (arch-bits=32|arch-endian=little)symbol28_little_32@Base 2.8 + (randomtagname=randomtagvalue)symbol31_randomtag@Base 3.1 + (arch=i386|optional=reason)"symbol41_i386_and_optional@Base" 4.1 + (arch=mips|optional=reason)"symbol42_mips_and_optional@Base" 4.2 + symbol51_untagged@Base 5.1 diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf new file mode 100644 index 0000000..cb7a19c --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf @@ -0,0 +1,9 @@ +# Comment and empty line + +# Paths +/nonexistent32 +/nonexistent/lib64 + +include /nonexistent/*.conf +include t/Dpkg_Shlibs/ld.so.conf.d/*.conf + diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf new file mode 100644 index 0000000..fbb83d8 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/inf_recurse.conf @@ -0,0 +1 @@ +include t/Dpkg_Shlibs/ld.so.conf diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf new file mode 100644 index 0000000..26e8b98 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/normal.conf @@ -0,0 +1 @@ +/usr/local/lib/ diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf new file mode 100644 index 0000000..702e41e --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf.d/recursive.conf @@ -0,0 +1 @@ +include t/Dpkg_Shlibs/ld.so.conf_2 diff --git a/scripts/t/Dpkg_Shlibs/ld.so.conf_2 b/scripts/t/Dpkg_Shlibs/ld.so.conf_2 new file mode 100644 index 0000000..8afcaa5 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/ld.so.conf_2 @@ -0,0 +1 @@ +/nonexistent/lib128 diff --git a/scripts/t/Dpkg_Shlibs/objdump.basictags-amd64 b/scripts/t/Dpkg_Shlibs/objdump.basictags-amd64 new file mode 100644 index 0000000..aa53376 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.basictags-amd64 @@ -0,0 +1,78 @@ + +./t/Dpkg_Shlibs/libobjdump.basictags-amd64.so: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x00000450 + +Program Header: + LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12 + filesz 0x000006d0 memsz 0x000006d0 flags r-x + LOAD off 0x00000f18 vaddr 0x00001f18 paddr 0x00001f18 align 2**12 + filesz 0x000000f8 memsz 0x000000fc flags rw- + DYNAMIC off 0x00000f20 vaddr 0x00001f20 paddr 0x00001f20 align 2**2 + filesz 0x000000d0 memsz 0x000000d0 flags rw- + NOTE off 0x00000114 vaddr 0x00000114 paddr 0x00000114 align 2**2 + filesz 0x00000024 memsz 0x00000024 flags r-- +EH_FRAME off 0x000005b8 vaddr 0x000005b8 paddr 0x000005b8 align 2**2 + filesz 0x0000004c memsz 0x0000004c flags r-- + STACK off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**4 + filesz 0x00000000 memsz 0x00000000 flags rw- + RELRO off 0x00000f18 vaddr 0x00001f18 paddr 0x00001f18 align 2**0 + filesz 0x000000e8 memsz 0x000000e8 flags r-- + +Dynamic Section: + NEEDED libc.so.6 + SONAME libbasictags.so.1 + INIT 0x00000404 + FINI 0x000005a4 + INIT_ARRAY 0x00001f18 + INIT_ARRAYSZ 0x00000004 + FINI_ARRAY 0x00001f1c + FINI_ARRAYSZ 0x00000004 + GNU_HASH 0x00000138 + STRTAB 0x00000288 + SYMTAB 0x00000188 + STRSZ 0x00000103 + SYMENT 0x00000010 + PLTGOT 0x00002000 + REL 0x000003cc + RELSZ 0x00000038 + RELENT 0x00000008 + VERNEED 0x000003ac + VERNEEDNUM 0x00000001 + VERSYM 0x0000038c + RELCOUNT 0x00000003 + +Version References: + required from libc.so.6: + 0x09691f73 0x00 02 GLIBC_2.1.3 + +DYNAMIC SYMBOL TABLE: +00000000 w D *UND* 00000000 _ITM_deregisterTMCloneTable +00000000 w DF *UND* 00000000 GLIBC_2.1.3 __cxa_finalize +00000000 w D *UND* 00000000 __gmon_start__ +00000000 w D *UND* 00000000 _ITM_registerTMCloneTable +00002010 g D .data 00000000 Base _edata +00000580 g DF .text 00000002 Base symbol26_little +00002014 g D .bss 00000000 Base _end +00000560 g DF .text 00000002 Base symbol21_amd64 +00002010 g D .bss 00000000 Base __bss_start +00000570 g DF .text 00000002 Base symbol25_64 +00000404 g DF .init 00000000 Base _init +00000590 g DF .text 00000002 Base symbol31_randomtag +000005a4 g DF .fini 00000000 Base _fini +000005a0 g DF .text 00000002 Base symbol51_untagged +00000550 g DF .text 00000002 Base symbol11_optional + + +DYNAMIC RELOCATION RECORDS +OFFSET TYPE VALUE +00001f18 R_386_RELATIVE *ABS* +00001f1c R_386_RELATIVE *ABS* +0000200c R_386_RELATIVE *ABS* +00001ff0 R_386_GLOB_DAT _ITM_deregisterTMCloneTable +00001ff4 R_386_GLOB_DAT __cxa_finalize@GLIBC_2.1.3 +00001ff8 R_386_GLOB_DAT __gmon_start__ +00001ffc R_386_GLOB_DAT _ITM_registerTMCloneTable + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.basictags-i386 b/scripts/t/Dpkg_Shlibs/objdump.basictags-i386 new file mode 100644 index 0000000..af0f707 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.basictags-i386 @@ -0,0 +1,80 @@ + +./t/Dpkg_Shlibs/libobjdump.basictags-i386.so: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x000004b0 + +Program Header: + LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12 + filesz 0x00000788 memsz 0x00000788 flags r-x + LOAD off 0x00000f18 vaddr 0x00001f18 paddr 0x00001f18 align 2**12 + filesz 0x000000f8 memsz 0x000000fc flags rw- + DYNAMIC off 0x00000f20 vaddr 0x00001f20 paddr 0x00001f20 align 2**2 + filesz 0x000000d0 memsz 0x000000d0 flags rw- + NOTE off 0x00000114 vaddr 0x00000114 paddr 0x00000114 align 2**2 + filesz 0x00000024 memsz 0x00000024 flags r-- +EH_FRAME off 0x00000638 vaddr 0x00000638 paddr 0x00000638 align 2**2 + filesz 0x0000005c memsz 0x0000005c flags r-- + STACK off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**4 + filesz 0x00000000 memsz 0x00000000 flags rw- + RELRO off 0x00000f18 vaddr 0x00001f18 paddr 0x00001f18 align 2**0 + filesz 0x000000e8 memsz 0x000000e8 flags r-- + +Dynamic Section: + NEEDED libc.so.6 + SONAME libbasictags.so.1 + INIT 0x00000464 + FINI 0x00000624 + INIT_ARRAY 0x00001f18 + INIT_ARRAYSZ 0x00000004 + FINI_ARRAY 0x00001f1c + FINI_ARRAYSZ 0x00000004 + GNU_HASH 0x00000138 + STRTAB 0x000002b8 + SYMTAB 0x00000198 + STRSZ 0x00000130 + SYMENT 0x00000010 + PLTGOT 0x00002000 + REL 0x0000042c + RELSZ 0x00000038 + RELENT 0x00000008 + VERNEED 0x0000040c + VERNEEDNUM 0x00000001 + VERSYM 0x000003e8 + RELCOUNT 0x00000003 + +Version References: + required from libc.so.6: + 0x09691f73 0x00 02 GLIBC_2.1.3 + +DYNAMIC SYMBOL TABLE: +00000000 w D *UND* 00000000 _ITM_deregisterTMCloneTable +00000000 w DF *UND* 00000000 GLIBC_2.1.3 __cxa_finalize +00000000 w D *UND* 00000000 __gmon_start__ +00000000 w D *UND* 00000000 _ITM_registerTMCloneTable +00002010 g D .data 00000000 Base _edata +000005e0 g DF .text 00000002 Base symbol26_little +00002014 g D .bss 00000000 Base _end +00000610 g DF .text 00000002 Base symbol41_i386_and_optional +000005c0 g DF .text 00000002 Base symbol22_i386 +000005f0 g DF .text 00000002 Base symbol28_little_32 +00002010 g D .bss 00000000 Base __bss_start +00000464 g DF .init 00000000 Base _init +00000600 g DF .text 00000002 Base symbol31_randomtag +000005d0 g DF .text 00000002 Base symbol24_32 +00000624 g DF .fini 00000000 Base _fini +00000620 g DF .text 00000002 Base symbol51_untagged +000005b0 g DF .text 00000002 Base symbol11_optional + + +DYNAMIC RELOCATION RECORDS +OFFSET TYPE VALUE +00001f18 R_386_RELATIVE *ABS* +00001f1c R_386_RELATIVE *ABS* +0000200c R_386_RELATIVE *ABS* +00001ff0 R_386_GLOB_DAT _ITM_deregisterTMCloneTable +00001ff4 R_386_GLOB_DAT __cxa_finalize@GLIBC_2.1.3 +00001ff8 R_386_GLOB_DAT __gmon_start__ +00001ffc R_386_GLOB_DAT _ITM_registerTMCloneTable + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.basictags-mips b/scripts/t/Dpkg_Shlibs/objdump.basictags-mips new file mode 100644 index 0000000..27795c4 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.basictags-mips @@ -0,0 +1,79 @@ + +./t/Dpkg_Shlibs/libobjdump.basictags-mips.so: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x00000480 + +Program Header: + LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12 + filesz 0x0000072c memsz 0x0000072c flags r-x + LOAD off 0x00000f18 vaddr 0x00001f18 paddr 0x00001f18 align 2**12 + filesz 0x000000f8 memsz 0x000000fc flags rw- + DYNAMIC off 0x00000f20 vaddr 0x00001f20 paddr 0x00001f20 align 2**2 + filesz 0x000000d0 memsz 0x000000d0 flags rw- + NOTE off 0x00000114 vaddr 0x00000114 paddr 0x00000114 align 2**2 + filesz 0x00000024 memsz 0x00000024 flags r-- +EH_FRAME off 0x000005f8 vaddr 0x000005f8 paddr 0x000005f8 align 2**2 + filesz 0x00000054 memsz 0x00000054 flags r-- + STACK off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**4 + filesz 0x00000000 memsz 0x00000000 flags rw- + RELRO off 0x00000f18 vaddr 0x00001f18 paddr 0x00001f18 align 2**0 + filesz 0x000000e8 memsz 0x000000e8 flags r-- + +Dynamic Section: + NEEDED libc.so.6 + SONAME libbasictags.so.1 + INIT 0x00000438 + FINI 0x000005e4 + INIT_ARRAY 0x00001f18 + INIT_ARRAYSZ 0x00000004 + FINI_ARRAY 0x00001f1c + FINI_ARRAYSZ 0x00000004 + GNU_HASH 0x00000138 + STRTAB 0x000002a4 + SYMTAB 0x00000194 + STRSZ 0x0000011a + SYMENT 0x00000010 + PLTGOT 0x00002000 + REL 0x00000400 + RELSZ 0x00000038 + RELENT 0x00000008 + VERNEED 0x000003e0 + VERNEEDNUM 0x00000001 + VERSYM 0x000003be + RELCOUNT 0x00000003 + +Version References: + required from libc.so.6: + 0x09691f73 0x00 02 GLIBC_2.1.3 + +DYNAMIC SYMBOL TABLE: +00000000 w D *UND* 00000000 _ITM_deregisterTMCloneTable +00000000 w DF *UND* 00000000 GLIBC_2.1.3 __cxa_finalize +00000000 w D *UND* 00000000 __gmon_start__ +00000000 w D *UND* 00000000 _ITM_registerTMCloneTable +00002010 g D .data 00000000 Base _edata +00002014 g D .bss 00000000 Base _end +000005d0 g DF .text 00000002 Base symbol42_mips_and_optional +00002010 g D .bss 00000000 Base __bss_start +00000438 g DF .init 00000000 Base _init +000005c0 g DF .text 00000002 Base symbol31_randomtag +000005a0 g DF .text 00000002 Base symbol24_32 +000005e4 g DF .fini 00000000 Base _fini +000005e0 g DF .text 00000002 Base symbol51_untagged +00000580 g DF .text 00000002 Base symbol11_optional +00000590 g DF .text 00000002 Base symbol23_mips +000005b0 g DF .text 00000002 Base symbol27_big + + +DYNAMIC RELOCATION RECORDS +OFFSET TYPE VALUE +00001f18 R_386_RELATIVE *ABS* +00001f1c R_386_RELATIVE *ABS* +0000200c R_386_RELATIVE *ABS* +00001ff0 R_386_GLOB_DAT _ITM_deregisterTMCloneTable +00001ff4 R_386_GLOB_DAT __cxa_finalize@GLIBC_2.1.3 +00001ff8 R_386_GLOB_DAT __gmon_start__ +00001ffc R_386_GLOB_DAT _ITM_registerTMCloneTable + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.blacklisted b/scripts/t/Dpkg_Shlibs/objdump.blacklisted new file mode 100644 index 0000000..2db4e75 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.blacklisted @@ -0,0 +1,15 @@ + +libblacklisted.so.0: file format elf32-littlearm +architecture: arm, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x0000f668 + +Dynamic Section: + SONAME libblacklisted.so.0 + +DYNAMIC SYMBOL TABLE: +00018ef4 g DF .text 00000008 Base .gomp_critical_user_foo +0001c7f0 g DF .text 00000018 Base .gomp_critical_user_bar +00011614 g DF .text 00000014 GCC_3.0 __aeabi_lcmp +000115d8 w DF .text 00000000 GCC_4.0 __aeabi_unknown +00015378 g DF .text 0000000c Base symbol diff --git a/scripts/t/Dpkg_Shlibs/objdump.dbd-pg b/scripts/t/Dpkg_Shlibs/objdump.dbd-pg new file mode 100644 index 0000000..c515dff --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.dbd-pg @@ -0,0 +1,309 @@ + +/usr/lib/perl5/auto/DBD/Pg/Pg.so: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x000048f0 + +Program Header: + LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12 + filesz 0x00020c10 memsz 0x00020c10 flags r-x + LOAD off 0x00021000 vaddr 0x00021000 paddr 0x00021000 align 2**12 + filesz 0x00000c70 memsz 0x00000c74 flags rw- + DYNAMIC off 0x00021014 vaddr 0x00021014 paddr 0x00021014 align 2**2 + filesz 0x000000d0 memsz 0x000000d0 flags rw- + STACK off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**2 + filesz 0x00000000 memsz 0x00000000 flags rw- + +Dynamic Section: + NEEDED libpq.so.5 + NEEDED libc.so.6 + INIT 0x3d00 + FINI 0x1d854 + HASH 0xb4 + GNU_HASH 0x7e8 + STRTAB 0x1c30 + SYMTAB 0xbd0 + STRSZ 0xfa4 + SYMENT 0x10 + PLTGOT 0x211c8 + PLTRELSZ 0x5d8 + PLTREL 0x11 + JMPREL 0x3728 + REL 0x2e20 + RELSZ 0x908 + RELENT 0x8 + VERNEED 0x2de0 + VERNEEDNUM 0x1 + VERSYM 0x2bd4 + RELCOUNT 0x52 + +Version References: + required from libc.so.6: + 0x09691f73 0x00 04 GLIBC_2.1.3 + 0x0d696911 0x00 03 GLIBC_2.1 + 0x0d696910 0x00 02 GLIBC_2.0 + +DYNAMIC SYMBOL TABLE: +00000000 D *UND* 00000000 Perl_Top_ptr +00000000 DF *UND* 00000034 GLIBC_2.0 sprintf +00000000 DF *UND* 00000014 PQcmdStatus +00000000 D *UND* 00000000 Perl_mg_get +00000000 D *UND* 00000000 Perl_sv_setiv +00000000 D *UND* 00000000 Perl_is_utf8_string +00000000 D *UND* 00000000 Perl_sv_free +00000000 DF *UND* 00000011 PQpass +00000000 DF *UND* 00000191 PQputCopyEnd +00000000 D *UND* 00000000 Perl_av_len +00000000 D *UND* 00000000 Perl_get_sv +00000000 D *UND* 00000000 PerlIO_printf +00000000 D *UND* 00000000 Perl_Tstack_base_ptr +00000000 D *UND* 00000000 Perl_newRV_noinc +00000000 DF *UND* 000000ba lo_tell +00000000 DF *UND* 00000058 PQconsumeInput +00000000 w D *UND* 00000000 __gmon_start__ +00000000 w D *UND* 00000000 _Jv_RegisterClasses +00000000 DF *UND* 00000175 PQgetResult +00000000 D *UND* 00000000 Perl_Tstack_max_ptr +00000000 D *UND* 00000000 Perl_av_make +00000000 DF *UND* 0000004d PQfmod +00000000 DF *UND* 00000024 PQprotocolVersion +00000000 D *UND* 00000000 Perl_sv_2uv +00000000 DF *UND* 00000021 PQsetNoticeProcessor +00000000 DF *UND* 000000c6 GLIBC_2.0 strncpy +00000000 DF *UND* 00000014 PQstatus +00000000 D *UND* 00000000 Perl_Isv_yes_ptr +00000000 DF *UND* 00000058 GLIBC_2.0 memset +00000000 D *UND* 00000000 Perl_warn_nocontext +00000000 D *UND* 00000000 Perl_sv_2mortal +00000000 D *UND* 00000000 Perl_Tstack_sp_ptr +00000000 DF *UND* 00000014 PQresultStatus +00000000 DF *UND* 00000045 GLIBC_2.0 __strtol_internal +00000000 DF *UND* 00000019 PQhost +00000000 D *UND* 00000000 Perl_sv_setpv +00000000 D *UND* 00000000 Perl_av_undef +00000000 DF *UND* 000000e2 lo_lseek +00000000 DF *UND* 0000004d PQftable +00000000 D *UND* 00000000 Perl_form +00000000 DF *UND* 00000024 PQbackendPID +00000000 DF *UND* 00000010 PQntuples +00000000 DF *UND* 00000099 PQoidValue +00000000 DF *UND* 00000040 PQnotifies +00000000 DF *UND* 0000004d PQftype +00000000 DF *UND* 00000048 PQgetisnull +00000000 DF *UND* 00000033 PQresultErrorField +00000000 D *UND* 00000000 Perl_Tmarkstack_max_ptr +00000000 DF *UND* 000000bb lo_creat +00000000 DF *UND* 00000245 lo_export +00000000 D *UND* 00000000 pthread_getspecific +00000000 DF *UND* 0000005d PQexec +00000000 DF *UND* 00000020 PQsetErrorVerbosity +00000000 DF *UND* 00000041 PQconnectdb +00000000 DF *UND* 0000001c PQserverVersion +00000000 D *UND* 00000000 Perl_sv_2iv +00000000 DF *UND* 0000003e PQuntrace +00000000 DF *UND* 00000036 PQtrace +00000000 D *UND* 00000000 PerlIO_findFILE +00000000 D *UND* 00000000 Perl_av_extend +00000000 DF *UND* 00000046 GLIBC_2.0 memcpy +00000000 DF *UND* 000000af GLIBC_2.0 strlen +00000000 D *UND* 00000000 Perl_sv_upgrade +00000000 DF *UND* 00000041 PQendcopy +00000000 D *UND* 00000000 Perl_hv_store_ent +00000000 D *UND* 00000000 Perl_av_store +00000000 DF *UND* 0000009e PQexecPrepared +00000000 D *UND* 00000000 Perl_sv_setpvn +00000000 DF *UND* 000000ce lo_read +00000000 DF *UND* 00000024 GLIBC_2.0 strcpy +00000000 D *UND* 00000000 Perl_hv_fetch +00000000 DF *UND* 00000011 PQoptions +00000000 D *UND* 00000000 Perl_stack_grow +00000000 DF *UND* 00000011 PQdb +00000000 DF *UND* 000001fa lo_import +00000000 D *UND* 00000000 Perl_Tcurpad_ptr +00000000 DF *UND* 00000014 PQsocket +00000000 D *UND* 00000000 Perl_sv_newmortal +00000000 D *UND* 00000000 Perl_av_fetch +00000000 DF *UND* 00000011 PQuser +00000000 DF *UND* 00000084 PQprepare +00000000 DF *UND* 00000023 PQfreemem +00000000 D *UND* 00000000 Perl_Tdirty_ptr +00000000 DF *UND* 00000062 GLIBC_2.0 strcasecmp +00000000 DF *UND* 0000004d PQftablecol +00000000 DF *UND* 000000ba lo_unlink +00000000 D *UND* 00000000 Perl_call_method +00000000 D *UND* 00000000 Perl_Tmarkstack_ptr_ptr +00000000 DF *UND* 00000029 PQtransactionStatus +00000000 DF *UND* 0000002c PQfname +00000000 D *UND* 00000000 Perl_newSV +00000000 D *UND* 00000000 Perl_mg_set +00000000 D *UND* 00000000 Perl_sv_2io +00000000 DF *UND* 0000012c PQputCopyData +00000000 D *UND* 00000000 Perl_safesysrealloc +00000000 DF *UND* 000000ab PQexecParams +00000000 D *UND* 00000000 Perl_newSViv +00000000 DF *UND* 000000a4 PQgetCopyData +00000000 D *UND* 00000000 Perl_sv_unref +00000000 DF *UND* 00000027 PQfinish +00000000 D *UND* 00000000 Perl_Isv_no_ptr +00000000 D *UND* 00000000 Perl_mg_find +00000000 DF *UND* 00000035 PQerrorMessage +00000000 D *UND* 00000000 Perl_newAV +00000000 DF *UND* 000001aa GLIBC_2.0 strcat +00000000 D *UND* 00000000 Perl_croak_nocontext +00000000 D *UND* 00000000 Perl_sv_grow +00000000 DF *UND* 000000c6 GLIBC_2.1 __rawmemchr +00000000 DF *UND* 00000011 PQnfields +00000000 D *UND* 00000000 Perl_av_pop +00000000 DF *UND* 000000cd lo_open +00000000 D *UND* 00000000 Perl_safesysmalloc +00000000 D *UND* 00000000 Perl_newSVpv +00000000 D *UND* 00000000 pow +00000000 DF *UND* 00000034 GLIBC_2.0 sscanf +00000000 D *UND* 00000000 Perl_mg_size +00000000 D *UND* 00000000 Perl_av_push +00000000 D *UND* 00000000 Perl_Tna_ptr +00000000 DF *UND* 000000f3 GLIBC_2.0 strncmp +00000000 D *UND* 00000000 PL_memory_wrap +00000000 D *UND* 00000000 Perl_croak +00000000 D *UND* 00000000 Perl_Isv_undef_ptr +00000000 D *UND* 00000000 Perl_safesysfree +00000000 DF *UND* 00000011 PQport +00000000 DF *UND* 0000003f PQgetvalue +00000000 DF *UND* 0000003b GLIBC_2.0 snprintf +00000000 D *UND* 00000000 Perl_newXS +00000000 DF *UND* 000000ba lo_close +00000000 D *UND* 00000000 Perl_newSVuv +00000000 D *UND* 00000000 Perl_sv_2bool +00000000 D *UND* 00000000 Perl_newHV +00000000 D *UND* 00000000 Perl_Gthr_key_ptr +00000000 DF *UND* 00000054 GLIBC_2.0 strcmp +00000000 w DF *UND* 00000176 GLIBC_2.1.3 __cxa_finalize +00000000 D *UND* 00000000 Perl_newSVpvn +00000000 D *UND* 00000000 Perl_markstack_grow +00000000 DF *UND* 000000eb lo_write +00000000 DF *UND* 00000175 PQcmdTuples +00000000 D *UND* 00000000 Perl_newRV +00000000 DF *UND* 0000004d PQfsize +00000000 D *UND* 00000000 Perl_sv_backoff +00000000 D *UND* 00000000 Perl_dowantarray +00000000 DF *UND* 0000006e PQclear +00000000 D *UND* 00000000 Perl_sv_2pv_flags +0000b0b0 g DF .text 000001a6 Base XS_DBD__Pg__db__ping +00006bc0 g DF .text 0000025f Base XS_DBD__Pg__db__pg_type_info +0001cac0 g DF .text 00000059 Base dequote_bool +00007f00 g DF .text 0000026b Base XS_DBD__Pg__db_putline +00007100 g DF .text 000001a0 Base XS_DBD__Pg__db_endcopy +00006e20 g DF .text 00000133 Base XS_DBD__Pg__db_pg_server_untrace +0000a750 g DF .text 000002d3 Base XS_DBD__Pg__db_pg_rollback_to +00012e00 g DF .text 00000211 Base pg_db_release +00018120 g DF .text 00001707 Base dbd_st_prepare +000138a0 g DF .text 00000234 Base pg_db_getline +00010800 g DF .text 0000062a Base XS_DBD__Pg__db_selectall_arrayref +0000ad10 g DF .text 000001a6 Base XS_DBD__Pg__db_pg_notifies +00007990 g DF .text 0000056c Base XS_DBD__Pg__db_pg_getline +00013270 g DF .text 0000020a Base pg_db_savepoint +00009640 g DF .text 00000619 Base XS_DBD__Pg__db_lo_read +00010e30 g DF .text 00000413 Base XS_DBD__Pg__db__login +0001a890 g DF .text 00000022 Base dbd_db_rollback +0001b150 g DF .text 000006d7 Base dbd_db_login +00019a60 g DF .text 000000ae Base dbd_db_getfd +00019e60 g DF .text 00000657 Base dbd_db_FETCH_attrib +0001d020 g DF .text 000000b2 Base quote_bool +00010020 g DF .text 0000020e Base XS_DBD__Pg__db_commit +0001ca90 g DF .text 00000028 Base dequote_char +00012cf0 g DF .text 00000104 Base pg_db_lo_creat +00007440 g DF .text 00000542 Base XS_DBD__Pg__db_getline +00006f60 g DF .text 00000194 Base XS_DBD__Pg__db_pg_server_trace +00012be0 g DF .text 00000103 Base pg_db_lo_write +0000db20 g DF .text 00000608 Base XS_DBD__Pg__st_blob_read +0000aa30 g DF .text 000002d3 Base XS_DBD__Pg__db_pg_savepoint +0000bcb0 g DF .text 000002d8 Base XS_DBD__Pg__st_execute +0001d0e0 g DF .text 00000156 Base quote_bytea +00008e70 g DF .text 000003db Base XS_DBD__Pg__db_lo_lseek +0001cb20 g DF .text 000000c2 Base quote_circle +0000e950 g DF .text 00000266 Base XS_DBD__Pg__st_fetchall_arrayref +0001d780 g DF .text 0000009b Base sql_type_data +00021c70 g D *ABS* 00000000 Base _edata +00015df0 g DF .text 00000155 Base dbd_st_finish +0000d220 g DF .text 000003f4 Base XS_DBD__Pg__st_DESTROY +0000aec0 g DF .text 000001e5 Base XS_DBD__Pg__db_getfd +0001ccc0 g DF .text 000000b2 Base quote_geom +0001d2e0 g DF .text 00000497 Base pg_type_data +00015c30 g DF .text 000001b5 Base dbd_db_ping +0001d854 g DF .fini 00000000 Base _fini +00013560 g DF .text 000000e7 Base pg_db_pg_server_trace +000127b0 g DF .text 00000118 Base pg_db_lo_open +00003d00 g DF .init 00000000 Base _init +0000e130 g DF .text 0000022f Base XS_DBD__Pg__st_fetchrow_array +0001cbf0 g DF .text 000000c2 Base quote_path +00015930 g DF .text 000002f9 Base dbd_st_destroy +00011450 g DF .text 00000336 Base XS_DBD__Pg_constant +00014fb0 g DF .text 0000029e Base dbd_st_STORE_attrib +0000cac0 g DF .text 000004bc Base XS_DBD__Pg__st_bind_param +0000f190 g DF .text 0000020e Base XS_DBD__Pg__db_rollback +00004990 g DF .text 00001e07 Base boot_DBD__Pg +00021c70 g D *ABS* 00000000 Base __bss_start +0001ca60 g DF .text 00000028 Base dequote_string +0000d840 g DF .text 000002d2 Base XS_DBD__Pg__st_STORE +00008170 g DF .text 0000026b Base XS_DBD__Pg__db_pg_putline +0001c790 g DF .text 00000295 Base pg_quickexec +000072a0 g DF .text 0000019f Base XS_DBD__Pg__db_pg_endcopy +00008700 g DF .text 0000028b Base XS_DBD__Pg__db_lo_import +00019830 g DF .text 0000022b Base dbd_db_pg_notifies +00011ab0 g DF .text 000000ee Base pg_db_lo_close +0001ae70 g DF .text 000001c6 Base dbd_db_disconnect +00021c74 g D *ABS* 00000000 Base _end +0000cf80 g DF .text 000002a0 Base XS_DBD__Pg__st_finish +00019b10 g DF .text 00000343 Base dbd_discon_all +00011790 g DF .text 00000050 Base dbd_init +000117e0 g DF .text 000000a9 Base dbd_st_rows +0001a8c0 g DF .text 00000022 Base dbd_db_commit +00009ec0 g DF .text 0000032b Base XS_DBD__Pg__db_lo_open +0001ce70 g DF .text 000000fe Base dequote_bytea +0000ebc0 g DF .text 000001f0 Base XS_DBD__Pg__st_rows +0000bf90 g DF .text 0000056d Base XS_DBD__Pg__db_quote +0001cfb0 g DF .text 0000006c Base quote_integer +0000d620 g DF .text 0000021b Base XS_DBD__Pg__st_FETCH_attrib +00013480 g DF .text 000000e0 Base pg_db_pg_server_untrace +0000a1f0 g DF .text 0000027c Base XS_DBD__Pg__db_lo_creat +00009250 g DF .text 000003eb Base XS_DBD__Pg__db_lo_write +000067a0 g DF .text 00000208 Base XS_DBD__Pg__st_state +0001ca30 g DF .text 00000028 Base null_dequote +00013020 g DF .text 00000250 Base pg_db_rollback_to +00010230 g DF .text 000005cb Base XS_DBD__Pg__db_selectrow_arrayref +00008990 g DF .text 0000025b Base XS_DBD__Pg__db_lo_unlink +000128d0 g DF .text 00000104 Base pg_db_lo_import +0000fb30 g DF .text 0000020a Base XS_DBD__Pg__db_FETCH +00012af0 g DF .text 000000ee Base pg_db_lo_tell +0000a470 g DF .text 000002d3 Base XS_DBD__Pg__db_pg_release +00011250 g DF .text 000001fa Base XS_DBD__Pg__dr_discon_all_ +00013ce0 g DF .text 000012cd Base dbd_st_FETCH_attrib +0000b860 g DF .text 00000450 Base XS_DBD__Pg__db_do +0000edb0 g DF .text 000003d6 Base XS_DBD__Pg__st__prepare +0001d240 g DF .text 0000003f Base quote_sql_binary +0000fd40 g DF .text 000002d2 Base XS_DBD__Pg__db_STORE +000083e0 g DF .text 0000031b Base XS_DBD__Pg__db_lo_export +0001cd80 g DF .text 000000e4 Base quote_string +0000f3a0 g DF .text 00000378 Base XS_DBD__Pg__db_disconnect +0000c500 g DF .text 000005be Base XS_DBD__Pg__st_bind_param_inout +0000f720 g DF .text 0000040e Base XS_DBD__Pg__db_DESTROY +00013ae0 g DF .text 000001f4 Base pg_db_putline +00013650 g DF .text 00000244 Base pg_db_endcopy +00016b40 g DF .text 000015d1 Base dbd_st_execute +000129e0 g DF .text 00000110 Base pg_db_lo_unlink +0001cf70 g DF .text 00000038 Base dequote_sql_binary +00011890 g DF .text 0000010a Base pg_db_lo_lseek +0001d280 g DF .text 00000055 Base null_quote +00008bf0 g DF .text 0000027c Base XS_DBD__Pg__db_lo_tell +0001a8f0 g DF .text 00000579 Base dbd_db_STORE_attrib +0001b9a0 g DF .text 00000def Base dbd_bind_ph +000119a0 g DF .text 00000103 Base pg_db_lo_read +00015f50 g DF .text 000006ed Base dbd_st_fetch +0000e360 g DF .text 00000224 Base XS_DBD__Pg__st_fetchrow_arrayref +000069b0 g DF .text 00000208 Base XS_DBD__Pg__db_state +00012690 g DF .text 00000118 Base pg_db_lo_export +0001b040 g DF .text 0000010f Base dbd_db_destroy +00009c60 g DF .text 0000025b Base XS_DBD__Pg__db_lo_close +00011ea0 g DF .text 00000379 Base dbd_st_blob_read + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.glib-ia64 b/scripts/t/Dpkg_Shlibs/objdump.glib-ia64 new file mode 100644 index 0000000..a3ff4d8 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.glib-ia64 @@ -0,0 +1,350 @@ + +/usr/lib/libglib-2.0.so.0: file format elf64-little +architecture: ia64-elf64, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x000000000002dc40 + +Program Header: + LOAD off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**16 + filesz 0x0000000000158820 memsz 0x0000000000158820 flags r-x + LOAD off 0x0000000000158820 vaddr 0x0000000000168820 paddr 0x0000000000168820 align 2**16 + filesz 0x0000000000001498 memsz 0x0000000000001a90 flags rw- + DYNAMIC off 0x0000000000158948 vaddr 0x0000000000168948 paddr 0x0000000000168948 align 2**3 + filesz 0x00000000000001f0 memsz 0x00000000000001f0 flags rw- + STACK off 0x0000000000000000 vaddr 0x0000000000000000 paddr 0x0000000000000000 align 2**3 + filesz 0x0000000000000000 memsz 0x0000000000000000 flags rw- +0x70000001 off 0x0000000000150e28 vaddr 0x0000000000150e28 paddr 0x0000000000150e28 align 2**3 + filesz 0x00000000000079f8 memsz 0x00000000000079f8 flags r-- + +Dynamic Section: + NEEDED libc.so.6.1 + SONAME libglib-2.0.so.0 + INIT 0x15070 + FINI 0x106360 + INIT_ARRAY 0x168820 + INIT_ARRAYSZ 0x18 + FINI_ARRAY 0x168838 + FINI_ARRAYSZ 0x8 + HASH 0x158 + GNU_HASH 0x25c8 + STRTAB 0xc4c0 + SYMTAB 0x4a38 + STRSZ 0x5deb + SYMENT 0x18 + 0x70000000 0x168dd8 + PLTGOT 0x168dd8 + PLTRELSZ 0xcd8 + PLTREL 0x7 + JMPREL 0x14398 + RELA 0x12d18 + RELASZ 0x1680 + RELAENT 0x18 + VERNEED 0x12ce8 + VERNEEDNUM 0x1 + VERSYM 0x122ac + RELACOUNT 0x60 + +Version References: + required from libc.so.6.1: + 0x0d696913 0x00 03 GLIBC_2.3 + 0x0d696912 0x00 02 GLIBC_2.2 + +DYNAMIC SYMBOL TABLE: +00000000000bbaa0 l DF .text 00000000000006b0 .hidden IA__g_thread_pool_new +000000000007b730 l DF .text 0000000000000200 .hidden IA__g_option_group_free +00000000000b2f30 l DF .text 0000000000000060 .hidden IA__g_str_equal +00000000000cd0c0 l DF .text 0000000000000010 .hidden IA__g_direct_hash +0000000000095660 l DF .text 00000000000001d0 .hidden IA__g_scanner_warn +00000000001062e0 l DF .text 0000000000000080 .hidden __do_global_ctors_aux +0000000000071fe0 l DF .text 00000000000000f0 .hidden IA__g_free +0000000000074a30 l DF .text 0000000000000370 .hidden _g_log_fallback_handler +0000000000077080 l DF .text 0000000000000a20 .hidden IA__g_log_default_handler +00000000000afc90 l DF .text 0000000000000090 .hidden IA__g_str_hash +0000000000095830 l DF .text 00000000000001f0 .hidden IA__g_scanner_error +00000000000d4d60 l DF .text 0000000000000290 g_io_unix_get_flags +00000000000d4a60 l DF .text 0000000000000120 g_io_unix_set_flags +00000000000d4b80 l DF .text 0000000000000020 g_io_unix_free +00000000000d4ba0 l DF .text 00000000000000c0 g_io_unix_create_watch +00000000000d4c60 l DF .text 0000000000000100 g_io_unix_close +00000000000d4ff0 l DF .text 00000000000001f0 g_io_unix_seek +00000000000d51e0 l DF .text 0000000000000150 g_io_unix_write +00000000000d5330 l DF .text 0000000000000180 g_io_unix_read +00000000000d4820 l DF .text 0000000000000030 g_io_unix_finalize +00000000000d4950 l DF .text 0000000000000110 g_io_unix_dispatch +00000000000d4850 l DF .text 0000000000000080 g_io_unix_check +00000000000d48d0 l DF .text 0000000000000080 g_io_unix_prepare +00000000000cd720 l DF .text 0000000000000090 language_names_cache_free +00000000000c89f0 l DF .text 0000000000000090 charset_cache_free +00000000000c20f0 l DF .text 0000000000000050 interval_compare +00000000000bb270 l DF .text 0000000000000830 g_thread_pool_thread_proxy +00000000000b3360 l DF .text 0000000000000050 g_thread_fail +00000000000b33b0 l DF .text 00000000000000c0 gettime +00000000000b8c70 l DF .text 00000000000004a0 g_thread_cleanup +00000000000b6790 l DF .text 00000000000003b0 g_thread_create_proxy +00000000000a37a0 l DF .text 0000000000000320 private_thread_memory_cleanup +000000000009a7d0 l DF .text 00000000000000e0 iter_compare +0000000000094c10 l DF .text 0000000000000060 g_scanner_destroy_symbol_table_entry +0000000000095f50 l DF .text 00000000000001b0 g_scanner_msg_handler +0000000000096100 l DF .text 00000000000000a0 g_scanner_key_equal +0000000000093210 l DF .text 0000000000000080 g_scanner_key_hash +0000000000093290 l DF .text 00000000000000c0 g_scanner_foreach_internal +0000000000092510 l DF .text 00000000000004a0 interpolate_replacement +000000000008cd60 l DF .text 0000000000000050 literal_replacement +000000000008cd00 l DF .text 0000000000000060 free_interpolation_data +0000000000089190 l DF .text 0000000000000040 relation_delete_value_tuple +0000000000089c20 l DF .text 0000000000000030 g_relation_free_array +0000000000089690 l DF .text 0000000000000210 g_relation_delete_tuple +00000000000895a0 l DF .text 00000000000000f0 g_relation_select_tuple +0000000000088c30 l DF .text 00000000000000a0 g_relation_print_index +0000000000088cd0 l DF .text 0000000000000170 g_relation_print_one +00000000000889a0 l DF .text 0000000000000020 tuple_hash_2 +0000000000088940 l DF .text 0000000000000060 tuple_equal_2 +000000000007bc50 l DF .text 0000000000000050 dgettext_swapped +00000000000787b0 l DF .text 0000000000000040 g_node_find_func +0000000000071570 l DF .text 0000000000000200 profiler_try_realloc +0000000000071770 l DF .text 0000000000000150 profiler_try_malloc +0000000000073410 l DF .text 0000000000000190 profiler_calloc +00000000000718c0 l DF .text 00000000000001c0 profiler_free +0000000000073380 l DF .text 0000000000000090 profiler_realloc +00000000000735a0 l DF .text 0000000000000090 profiler_malloc +0000000000071a80 l DF .text 00000000000000d0 fallback_calloc +000000000005a2b0 l DF .text 0000000000000040 g_source_callback_get +000000000005d650 l DF .text 00000000000000e0 g_source_callback_unref +000000000005a290 l DF .text 0000000000000020 g_source_callback_ref +000000000005a340 l DF .text 00000000000000c0 g_idle_dispatch +000000000005a330 l DF .text 0000000000000010 g_idle_check +000000000005a310 l DF .text 0000000000000020 g_idle_prepare +000000000005a400 l DF .text 00000000000000c0 g_child_watch_dispatch +000000000005a5c0 l DF .text 0000000000000020 g_child_watch_check +000000000005a5e0 l DF .text 0000000000000030 g_child_watch_prepare +0000000000060390 l DF .text 0000000000000160 g_timeout_dispatch +00000000000604f0 l DF .text 00000000000000f0 g_timeout_check +00000000000605e0 l DF .text 0000000000000310 g_timeout_prepare +000000000005cc20 l DF .text 0000000000000030 g_main_dispatch_free +000000000005b130 l DF .text 00000000000000b0 g_child_watch_signal_handler +00000000000619f0 l DF .text 00000000000002e0 child_watch_helper_thread +000000000004d830 l DF .text 00000000000000b0 g_key_file_key_value_pair_free +0000000000041860 l DF .text 0000000000000090 default_finalize_hook +000000000002b370 l DF .text 0000000000000090 filename_charset_cache_free +000000000001fe80 l DF .text 0000000000000440 text_raw_cb +0000000000020660 l DF .text 0000000000000480 end_element_raw_cb +0000000000026110 l DF .text 0000000000001cf0 start_element_raw_cb +000000000001e790 l DF .text 0000000000000060 parse_data_free +000000000001e6e0 l DF .text 00000000000000b0 bookmark_app_info_free +000000000001e960 l DF .text 0000000000000260 bookmark_item_free +000000000001c300 l DF .text 0000000000000020 stack_trace_sigchld +0000000000019a00 l DF .text 0000000000000070 g_async_queue_invert_compare +0000000000016be0 l DF .text 0000000000000080 __do_jv_register_classes +0000000000016b20 l DF .text 00000000000000b0 __do_global_dtors_aux +0000000000016aa0 l DF .text 0000000000000070 gmon_initializer +0000000000000000 DF *UND* 0000000000000370 GLIBC_2.2 getpwuid +0000000000000000 DF *UND* 0000000000000550 GLIBC_2.2 freopen +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 __strtod_internal +0000000000000000 DF *UND* 0000000000000240 GLIBC_2.2 feof +0000000000000000 DF *UND* 0000000000000450 GLIBC_2.2 localeconv +0000000000000000 DF *UND* 00000000000001e0 GLIBC_2.2 strcpy +0000000000000000 DF *UND* 0000000000000200 GLIBC_2.2 raise +0000000000000000 DO *UND* 0000000000000008 GLIBC_2.2 environ +0000000000000000 DF *UND* 0000000000000030 GLIBC_2.2 getuid +0000000000000000 DF *UND* 0000000000000180 GLIBC_2.2 waitpid +0000000000000000 DF *UND* 0000000000000100 GLIBC_2.2 strcasecmp +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 select +0000000000000000 DF *UND* 0000000000000110 GLIBC_2.2 closedir +0000000000000000 DF *UND* 0000000000000440 GLIBC_2.2 fwrite +0000000000000000 DF *UND* 00000000000001d0 GLIBC_2.2 rewinddir +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 close +0000000000000000 DF *UND* 0000000000000280 GLIBC_2.2 strstr +0000000000000000 DF *UND* 0000000000000080 GLIBC_2.2 time +0000000000000000 DF *UND* 0000000000000520 GLIBC_2.2 fdopen +0000000000000000 w D *UND* 0000000000000000 __gmon_start__ +0000000000000000 w D *UND* 0000000000000000 _Jv_RegisterClasses +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 wcsxfrm +0000000000000000 DF *UND* 00000000000000c0 GLIBC_2.2 strncasecmp +0000000000000000 DF *UND* 00000000000000d0 GLIBC_2.2 remove +0000000000000000 DF *UND* 00000000000004f0 GLIBC_2.2 malloc +0000000000000000 DF *UND* 0000000000000080 GLIBC_2.2 execve +0000000000000000 DF *UND* 00000000000000b0 GLIBC_2.2 fprintf +0000000000000000 DF *UND* 0000000000000200 GLIBC_2.2 setpwent +0000000000000000 DF *UND* 0000000000000100 GLIBC_2.2 nl_langinfo +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 chdir +0000000000000000 DF *UND* 0000000000000100 GLIBC_2.2 gethostname +0000000000000000 w DO *UND* 0000000000000008 GLIBC_2.2 _environ +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 rmdir +0000000000000000 DF *UND* 0000000000000390 GLIBC_2.2 fputc +0000000000000000 DF *UND* 0000000000000170 GLIBC_2.2 poll +0000000000000000 DF *UND* 00000000000003e0 GLIBC_2.2 getcwd +0000000000000000 DO *UND* 0000000000000008 GLIBC_2.2 stdin +0000000000000000 DF *UND* 00000000000004f0 GLIBC_2.2 getpwnam_r +0000000000000000 DF *UND* 0000000000000520 GLIBC_2.2 memmove +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 __strtoul_internal +0000000000000000 DO *UND* 0000000000000008 GLIBC_2.2 stdout +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 strncmp +0000000000000000 DF *UND* 0000000000000320 GLIBC_2.2 vasprintf +0000000000000000 DF *UND* 0000000000000210 GLIBC_2.2 endpwent +0000000000000000 DF *UND* 00000000000001f0 GLIBC_2.2 fcntl +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 dup2 +0000000000000000 DF *UND* 00000000000007e0 GLIBC_2.2 fork +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 gmtime +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 readlink +0000000000000000 DF *UND* 0000000000000080 GLIBC_2.3 __ctype_toupper_loc +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 lseek +0000000000000000 DF *UND* 00000000000000c0 GLIBC_2.2 __fxstat +0000000000000000 DF *UND* 00000000000000b0 GLIBC_2.2 fscanf +0000000000000000 DO *UND* 0000000000000008 GLIBC_2.2 __environ +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 munmap +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 strftime +0000000000000000 DF *UND* 00000000000003a0 GLIBC_2.2 fread +0000000000000000 DF *UND* 0000000000007090 GLIBC_2.2 vfprintf +0000000000000000 DF *UND* 00000000000000b0 GLIBC_2.2 snprintf +0000000000000000 DF *UND* 0000000000000330 GLIBC_2.2 iconv_open +0000000000000000 DF *UND* 0000000000000080 GLIBC_2.3 __ctype_b_loc +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 nanosleep +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 pipe +0000000000000000 DF *UND* 0000000000000090 GLIBC_2.2 strpbrk +0000000000000000 DF *UND* 0000000000000640 GLIBC_2.2 realloc +0000000000000000 DF *UND* 0000000000000240 GLIBC_2.2 ferror +0000000000000000 DF *UND* 00000000000004f0 GLIBC_2.2 getpwuid_r +0000000000000000 DF *UND* 0000000000000030 GLIBC_2.2 strcmp +0000000000000000 DF *UND* 00000000000000e0 GLIBC_2.2 setenv +0000000000000000 DF *UND* 0000000000000650 GLIBC_2.2 fclose +0000000000000000 w DF *UND* 0000000000000220 GLIBC_2.2 __cxa_finalize +0000000000000000 DF *UND* 0000000000000020 GLIBC_2.2 __errno_location +0000000000000000 DF *UND* 00000000000002c0 GLIBC_2.2 exit +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 open +0000000000000000 DF *UND* 0000000000000590 GLIBC_2.2 abort +0000000000000000 DF *UND* 0000000000000400 GLIBC_2.2 fputs +0000000000000000 DF *UND* 00000000000000a0 GLIBC_2.2 sigemptyset +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 localtime_r +0000000000000000 DF *UND* 00000000000000b0 GLIBC_2.2 sprintf +0000000000000000 DF *UND* 00000000000002c0 GLIBC_2.2 unsetenv +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 mmap +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 mkdir +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 creat +0000000000000000 DF *UND* 00000000000000d0 GLIBC_2.2 getpid +0000000000000000 DF *UND* 0000000000000170 GLIBC_2.2 strerror +0000000000000000 DF *UND* 0000000000000220 GLIBC_2.2 memcmp +0000000000000000 DF *UND* 0000000000000320 GLIBC_2.2 qsort +0000000000000000 DF *UND* 0000000000000c70 GLIBC_2.2 sysconf +0000000000000000 DF *UND* 0000000000000190 GLIBC_2.2 bsearch +0000000000000000 DF *UND* 00000000000001b0 GLIBC_2.2 signal +0000000000000000 DF *UND* 00000000000000c0 GLIBC_2.2 __xstat +0000000000000000 DF *UND* 00000000000000c0 GLIBC_2.2 __lxstat +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 wcscoll +0000000000000000 DF *UND* 0000000000000160 GLIBC_2.2 vsprintf +0000000000000000 DF *UND* 0000000000000130 GLIBC_2.2 vsnprintf +0000000000000000 DF *UND* 00000000000003e0 GLIBC_2.2 strncpy +0000000000000000 DF *UND* 00000000000002e0 GLIBC_2.2 getenv +0000000000000000 DF *UND* 0000000000000120 GLIBC_2.2 strchr +0000000000000000 DF *UND* 00000000000008c0 GLIBC_2.2 calloc +0000000000000000 DF *UND* 00000000000000a0 GLIBC_2.2 __cxa_atexit +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 write +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 stpcpy +0000000000000000 DF *UND* 0000000000000450 GLIBC_2.2 fgets +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 rename +0000000000000000 DF *UND* 0000000000000310 GLIBC_2.2 __uflow +0000000000000000 DF *UND* 0000000000000410 GLIBC_2.2 memset +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 fopen +0000000000000000 DF *UND* 0000000000000050 GLIBC_2.2 __strtol_internal +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 unlink +0000000000000000 DF *UND* 0000000000000430 GLIBC_2.2 iconv +0000000000000000 DF *UND* 00000000000001b0 GLIBC_2.2 perror +0000000000000000 DF *UND* 0000000000000880 GLIBC_2.2 execvp +0000000000000000 DF *UND* 0000000000000330 GLIBC_2.2 ungetc +0000000000000000 DF *UND* 0000000000000140 GLIBC_2.2 _exit +0000000000000000 DF *UND* 0000000000000080 GLIBC_2.3 __ctype_tolower_loc +0000000000000000 DF *UND* 0000000000000070 GLIBC_2.2 bindtextdomain +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 chmod +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 timegm +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 read +0000000000000000 DF *UND* 0000000000000300 GLIBC_2.2 readdir +0000000000000000 DF *UND* 0000000000000300 GLIBC_2.2 free +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 dcgettext +0000000000000000 DF *UND* 00000000000000e0 GLIBC_2.2 strrchr +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 access +0000000000000000 DF *UND* 0000000000000390 GLIBC_2.2 fflush +0000000000000000 DF *UND* 0000000000000070 GLIBC_2.2 bind_textdomain_codeset +0000000000000000 DF *UND* 00000000000001c0 GLIBC_2.2 opendir +0000000000000000 DF *UND* 0000000000000530 GLIBC_2.2 strsignal +0000000000000000 DF *UND* 0000000000000070 GLIBC_2.2 isatty +0000000000000000 DF *UND* 0000000000000130 GLIBC_2.2 posix_memalign +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 gettimeofday +0000000000000000 DF *UND* 00000000000000a0 GLIBC_2.2 iconv_close +0000000000000000 DF *UND* 0000000000000040 GLIBC_2.2 dup +0000000000000000 DF *UND* 0000000000000540 GLIBC_2.2 memcpy +0000000000000000 DO *UND* 0000000000000008 GLIBC_2.2 stderr +0000000000000000 DF *UND* 0000000000000030 GLIBC_2.2 getppid +0000000000000000 DF *UND* 0000000000000100 GLIBC_2.2 strlen +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 execv +0000000000000000 DF *UND* 0000000000000f50 GLIBC_2.2 setlocale +0000000000000000 DF *UND* 0000000000000060 GLIBC_2.2 sigaction +00000000000909e0 g DF .text 0000000000000310 Base g_regex_match_full +0000000000038400 g DF .text 0000000000000660 Base g_date_strftime +0000000000017530 g DF .text 00000000000000f0 Base g_ptr_array_add +00000000000c6930 g DF .text 00000000000001e0 Base g_utf8_strreverse +0000000000039650 g DF .text 0000000000000030 Base g_date_set_time +00000000000cab10 g DF .text 0000000000000710 Base g_utf8_collate_key_for_filename +00000000000c26f0 g DF .text 0000000000000160 Base g_unichar_type +000000000002a930 g DF .text 0000000000000430 Base g_uri_list_extract_uris +00000000000cf850 g DF .text 0000000000000350 Base g_get_system_data_dirs +000000000008b450 g DF .text 0000000000000070 Base g_rand_new_with_seed_array +00000000000a7410 g DF .text 0000000000000080 Base g_slist_concat +0000000000033c50 g DF .text 0000000000000020 Base g_date_valid_weekday +000000000003f090 g DF .text 0000000000000190 Base g_hash_table_get_values +0000000000058710 g DF .text 0000000000000010 Base g_list_pop_allocator +000000000008c9a0 g DF .text 00000000000000b0 Base g_match_info_is_partial_match +00000000000d3620 g DF .text 0000000000000290 Base g_get_user_name +00000000000a84d0 g DF .text 0000000000000030 Base g_slist_free_1 +00000000000cccc0 g DF .text 00000000000002b0 Base g_unicode_canonical_decomposition +00000000000656e0 g DF .text 0000000000000550 Base g_main_context_unref +00000000000d42b0 g DF .text 0000000000000100 Base g_vsprintf +0000000000079f90 g DF .text 00000000000000e0 Base g_node_get_root +0000000000016df0 g DF .text 0000000000000130 Base g_ptr_array_remove_index_fast +000000000007b3b0 g DF .text 0000000000000080 Base g_option_group_set_parse_hooks +00000000000b2c80 g DF .text 0000000000000170 Base g_string_chunk_clear +0000000000021620 g DF .text 0000000000000040 Base g_bookmark_file_error_quark +0000000000088490 g DF .text 0000000000000110 Base g_queue_sort +00000000000c7c00 g DF .text 0000000000000530 Base g_utf16_to_utf8 +00000000000197e0 g DF .text 0000000000000050 Base g_byte_array_prepend +0000000000053510 g DF .text 0000000000000580 Base g_key_file_get_string_list +0000000000169a40 g DO .sdata 0000000000000008 Base glib_mem_profiler_table +00000000000a8760 g DF .text 00000000000000d0 Base g_slist_remove_link +00000000000a8130 g DF .text 0000000000000060 Base g_slist_prepend +0000000000063bf0 g DF .text 0000000000000390 Base g_main_context_find_source_by_user_data +000000000005c540 g DF .text 00000000000000d0 Base g_main_loop_is_running +000000000003c5e0 g DF .text 0000000000000030 Base g_mkstemp +00000000000b0440 g DF .text 0000000000000140 Base g_string_set_size +0000000000088160 g DF .text 0000000000000110 Base g_queue_insert_after +00000000000738a0 g DF .text 0000000000000150 Base g_log_set_default_handler +0000000000059c30 g DF .text 00000000000000b0 Base g_list_delete_link +0000000000058a10 g DF .text 0000000000000090 Base g_list_position +0000000000059110 g DF .text 0000000000000100 Base g_list_find_custom +00000000000b0990 g DF .text 00000000000000f0 Base g_string_ascii_down +00000000000629a0 g DF .text 0000000000000130 Base g_main_loop_new +000000000005acb0 g DF .text 00000000000000b0 Base g_source_get_context +0000000000033c00 g DF .text 0000000000000020 Base g_date_valid_year +00000000000a7d90 g DF .text 0000000000000030 Base g_slist_insert_sorted +000000000009f6a0 g DF .text 0000000000000f20 Base g_shell_parse_argv +00000000000bca30 g DF .text 00000000000000f0 Base g_timer_stop +0000000000099ec0 g DF .text 0000000000000120 Base g_scanner_peek_next_token +000000000002d5a0 g DF .text 00000000000000f0 Base g_filename_display_basename +00000000000305c0 g DF .text 0000000000000580 Base g_dataset_id_get_data +0000000000064a50 g DF .text 0000000000000480 Base g_source_attach +000000000003e5d0 g DF .text 0000000000000360 Base g_mkdir_with_parents +000000000001de50 g DF .text 0000000000000110 Base g_bookmark_file_has_item +0000000000065050 g DF .text 00000000000001c0 Base g_child_watch_add_full +00000000000a8830 g DF .text 0000000000000050 Base g_freopen +00000000000a8730 g DF .text 0000000000000030 Base g_slist_alloc +0000000000054a60 g DF .text 0000000000000480 Base g_key_file_get_locale_string +0000000000094fd0 g DF .text 00000000000001b0 Base g_scanner_input_file +0000000000093660 g DF .text 00000000000000a0 Base g_scanner_set_scope +0000000000022780 g DF .text 0000000000000180 Base g_bookmark_file_get_visited +000000000002f280 g DF .text 00000000000003a0 Base g_datalist_id_get_data +0000000000040000 g DF .text 00000000000000e0 Base g_hash_table_new_full +00000000000d2f40 g DF .text 0000000000000260 Base g_get_user_config_dir +0000000000059700 g DF .text 0000000000000280 Base g_list_insert_before +0000000000079270 g DF .text 00000000000000f0 Base g_node_n_children +00000000000d0680 g DF .text 0000000000000460 Base g_get_user_cache_dir +000000000006a5a0 g DF .text 00000000000000d0 Base g_markup_parse_context_get_element +00000000000aefe0 g DF .text 00000000000000a0 Base g_strndup + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.libc6-2.3 b/scripts/t/Dpkg_Shlibs/objdump.libc6-2.3 new file mode 100644 index 0000000..e761051 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.libc6-2.3 @@ -0,0 +1,2276 @@ + +/lib/libc.so.6: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x000161b0 + +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 +000036fc g D *ABS* 00000000 Base __bss_start +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 + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.libc6-2.6 b/scripts/t/Dpkg_Shlibs/objdump.libc6-2.6 new file mode 100644 index 0000000..ba68d1c --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.libc6-2.6 @@ -0,0 +1,2345 @@ + +/lib/libc.so.6: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x000161b0 + +Program Header: + PHDR off 0x00000034 vaddr 0x00000034 paddr 0x00000034 align 2**2 + filesz 0x00000140 memsz 0x00000140 flags r-x + INTERP off 0x0012d550 vaddr 0x0012d550 paddr 0x0012d550 align 2**0 + filesz 0x00000013 memsz 0x00000013 flags r-- + LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12 + filesz 0x00140ca4 memsz 0x00140ca4 flags r-x + LOAD off 0x001411f0 vaddr 0x001411f0 paddr 0x001411f0 align 2**12 + filesz 0x0000278c memsz 0x00005400 flags rw- + DYNAMIC off 0x00142d9c vaddr 0x00142d9c paddr 0x00142d9c align 2**2 + filesz 0x000000f0 memsz 0x000000f0 flags rw- + NOTE off 0x00000174 vaddr 0x00000174 paddr 0x00000174 align 2**2 + filesz 0x00000020 memsz 0x00000020 flags r-- + TLS off 0x001411f0 vaddr 0x001411f0 paddr 0x001411f0 align 2**2 + filesz 0x00000008 memsz 0x0000002c flags r-- +EH_FRAME off 0x0012d564 vaddr 0x0012d564 paddr 0x0012d564 align 2**2 + filesz 0x00002a2c memsz 0x00002a2c flags r-- + STACK off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**2 + filesz 0x00000000 memsz 0x00000000 flags rw- + RELRO off 0x001411f8 vaddr 0x001411f0 paddr 0x001411f0 align 2**0 + filesz 0x00001c94 memsz 0x00001c80 flags r-- + +Dynamic Section: + NEEDED ld-linux.so.2 + SONAME libc.so.6 + INIT 0x15ea0 + FINI_ARRAY 0x1411f8 + FINI_ARRAYSZ 0x4 + HASH 0x13d99c + GNU_HASH 0x194 + STRTAB 0xc85c + SYMTAB 0x3c4c + STRSZ 0x567a + SYMENT 0x10 + PLTGOT 0x142ff4 + PLTRELSZ 0x40 + PLTREL 0x11 + JMPREL 0x15d3c + REL 0x13374 + RELSZ 0x29c8 + RELENT 0x8 + VERDEF 0x13058 + VERDEFNUM 0x15 + FLAGS 0x10 + VERNEED 0x13334 + VERNEEDNUM 0x1 + VERSYM 0x11ed6 + RELCOUNT 0x4db + +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 0x0d696914 GLIBC_2.4 + GLIBC_2.3.4 +18 0x00 0x0d696915 GLIBC_2.5 + GLIBC_2.4 +19 0x00 0x0d696916 GLIBC_2.6 + GLIBC_2.5 +20 0x00 0x0963cf85 GLIBC_PRIVATE + GLIBC_2.6 +21 0x00 0x0b792650 GCC_3.0 + +Version References: + required from ld-linux.so.2: + 0x0963cf85 0x00 24 GLIBC_PRIVATE + 0x0d696913 0x00 23 GLIBC_2.3 + 0x0d696911 0x00 22 GLIBC_2.1 + +DYNAMIC SYMBOL TABLE: +00000000 w D *UND* 00000000 _IO_stdin_used +00000000 w D *UND* 00000000 _dl_starting_up +00000000 DO *UND* 00000004 GLIBC_2.1 __libc_stack_end +00000000 DF *UND* 00000135 GLIBC_2.3 ___tls_get_addr +00000000 DF *UND* 00000085 GLIBC_PRIVATE _dl_tls_get_addr_soft +00000000 DO *UND* 000001c0 GLIBC_PRIVATE _rtld_global_ro +00000000 DO *UND* 00000004 GLIBC_PRIVATE __libc_enable_secure +00000000 DO *UND* 00000004 GLIBC_PRIVATE _dl_argv +00000000 DO *UND* 00000588 GLIBC_PRIVATE _rtld_global +000756d0 g DF .text 00000023 GLIBC_2.1.1 __strspn_c1 +0005bc90 g DF .text 00000101 GLIBC_2.2 putwchar +000e8950 g DF .text 00000034 GLIBC_2.4 __gethostname_chk +00075700 g DF .text 00000025 GLIBC_2.1.1 __strspn_c2 +000ec880 g DF .text 000000a8 GLIBC_2.0 setrpcent +0007b760 w DF .text 00000039 GLIBC_2.1 __wcstod_l +00075730 g DF .text 0000002a GLIBC_2.1.1 __strspn_c3 +000b7640 w DF .text 00000034 GLIBC_2.0 sched_get_priority_min +000d32b0 g DF .text 00000034 GLIBC_2.3.2 epoll_create +000e8990 g DF .text 00000024 GLIBC_2.4 __getdomainname_chk +000d3590 g DF .text 0000003a GLIBC_2.0 klogctl +00023eb0 g DF .text 00000011 GLIBC_2.1 __tolower_l +00046630 g DF .text 00000034 GLIBC_2.0 dprintf +000800b0 g DF .text 00000ef3 GLIBC_2.1 __wcscoll_l +00093590 w DF .text 00000070 GLIBC_2.0 setuid +000d5fe0 w DF .text 000000cb GLIBC_2.0 iswalpha +000835a0 g DF .text 00000038 GLIBC_2.0 __gettimeofday +000f0cb0 g DF .text 0000007c GLIBC_PRIVATE __internal_endnetgrent +000cbca0 g DF .text 00000034 GLIBC_2.0 chroot +001447c0 w DO .bss 00000004 GLIBC_2.0 daylight +0010e2b0 g DF .text 00000063 (GLIBC_2.0) _IO_file_setbuf +00063b10 g DF .text 00000063 GLIBC_2.1 _IO_file_setbuf +000861f0 g DF .text 00000052 GLIBC_2.1 getdate +000e8090 g DF .text 00000107 GLIBC_2.4 __vswprintf_chk +0010e320 g DF .text 0000015d (GLIBC_2.0) _IO_file_fopen +000df640 g DF .text 0000003c GLIBC_2.3.2 pthread_cond_signal +00111240 g DF .text 0000003c (GLIBC_2.0) pthread_cond_signal +00063d30 g DF .text 000005e0 GLIBC_2.1 _IO_file_fopen +0002fb70 w DF .text 00000030 GLIBC_2.3 strtoull_l +000fc6b0 g DF .text 00000068 GLIBC_2.0 xdr_short +00059a30 g DF .text 000000e9 GLIBC_2.0 _IO_padn +000d1740 g DF .text 00000048 GLIBC_2.0 lfind +00071a00 w DF .text 00000151 GLIBC_2.1 strcasestr +00092740 g DF .text 000002e3 GLIBC_PRIVATE __libc_fork +00103570 g DF .text 000000bc GLIBC_2.1.1 xdr_int64_t +0007b760 w DF .text 00000039 GLIBC_2.3 wcstod_l +000d3ee0 w DF .text 00000037 GLIBC_2.0 socket +00100360 g DF .text 00000081 GLIBC_2.1 key_encryptsession_pk +00072090 w DF .text 00000095 GLIBC_2.0 argz_create +000752d0 g DF .text 00000045 GLIBC_2.1.1 __strpbrk_g +0005bf20 g DF .text 00000049 GLIBC_2.0 putchar_unlocked +000f8960 g DF .text 000000f3 GLIBC_2.0 xdr_pmaplist +000e3790 g DF .text 000000f7 GLIBC_2.2 __res_init +00039340 g DF .text 00000095 GLIBC_2.0 __xpg_basename +000e6980 g DF .text 00000033 GLIBC_2.3.4 __stpcpy_chk +0005fc60 w DF .text 000000e7 GLIBC_2.0 getc +0005d0a0 g DF .text 00000133 GLIBC_2.2 _IO_wdefault_xsputn +00076770 w DF .text 000000bc GLIBC_2.0 wcpncpy +000cc210 g DF .text 0000003d GLIBC_2.2 mkdtemp +0002e190 w DF .text 00000039 GLIBC_2.0 srand48_r +0002b520 g DF .text 00000078 GLIBC_2.1 sighold +0006dc50 g DF .text 00000022 GLIBC_2.0 __default_morecore +000b7510 g DF .text 00000038 GLIBC_2.0 __sched_getparam +000ef5e0 g DF .text 00000076 GLIBC_2.0 iruserok +0003bf30 g DF .text 0000009b GLIBC_2.0 cuserid +00029440 w DF .text 00000027 GLIBC_2.0 isnan +0002d8e0 w DF .text 00000106 GLIBC_2.0 setstate_r +000766e0 g DF .text 00000045 GLIBC_2.0 wmemset +00109f60 g DF .text 00000086 GCC_3.0 __register_frame_info_bases +00000000 g DO *ABS* 00000000 GCC_3.0 GCC_3.0 +00063270 g DF .text 00000025 GLIBC_2.0 _IO_file_stat +00072580 w DF .text 0000038f GLIBC_2.0 argz_replace +00097320 g DF .text 0000006a GLIBC_2.1 globfree64 +000df030 w DF .text 00000037 GLIBC_2.1 argp_usage +0012d508 g DO .rodata 00000004 (GLIBC_2.1) _sys_nerr +0012d50c g DO .rodata 00000004 (GLIBC_2.3) _sys_nerr +0012d500 g DO .rodata 00000004 GLIBC_2.4 _sys_nerr +0012d504 g DO .rodata 00000004 (GLIBC_2.0) _sys_nerr +00072210 w DF .text 00000046 GLIBC_2.0 argz_next +00146334 g DO .bss 00000004 GLIBC_2.1 getdate_err +00111110 g DF .text 0000005f (GLIBC_2.0) getspnam_r +000d7eb0 g DF .text 0000017d GLIBC_2.1.2 getspnam_r +00092740 g DF .text 000002e3 GLIBC_2.0 __fork +000b75d0 g DF .text 0000002c GLIBC_2.0 __sched_yield +000e3790 w DF .text 000000f7 (GLIBC_2.0) res_init +00082a70 g DF .text 00000032 GLIBC_2.0 __gmtime_r +00037e30 g DF .text 0000004f GLIBC_2.0 l64a +00062130 g DF .text 00000094 GLIBC_2.1 _IO_file_attach +0010da30 g DF .text 00000085 (GLIBC_2.0) _IO_file_attach +00075360 g DF .text 00000046 GLIBC_2.1.1 __strstr_g +0008b0d0 w DF .text 00002517 GLIBC_2.3 wcsftime_l +00059890 w DF .text 00000180 GLIBC_2.0 gets +00061d80 g DF .text 00000036 GLIBC_2.0 putc_unlocked +000ec440 g DF .text 0000012d GLIBC_2.0 getrpcbyname +00058280 w DF .text 000000f8 GLIBC_2.0 fflush +000fa6e0 g DF .text 00000062 GLIBC_2.1 _authenticate +00037d40 g DF .text 000000e4 GLIBC_2.0 a64l +000d0a20 g DF .text 0000002d GLIBC_2.0 hcreate +0006fa50 g DF .text 00000022 GLIBC_2.0 strcpy +00015e80 g DF .text 00000005 GLIBC_2.0 __libc_init_first +000fc3b0 g DF .text 00000041 GLIBC_2.0 xdr_long +000d4800 g DF .text 00000062 GLIBC_2.0 shmget +0002a640 w DF .text 000000a7 GLIBC_2.0 sigsuspend +0005e700 g DF .text 00000170 GLIBC_2.2 _IO_wdo_write +00056990 g DF .text 00000049 GLIBC_2.0 getw +000cbe50 g DF .text 00000173 GLIBC_2.0 gethostid +00056e70 w DF .text 0000004b GLIBC_2.0 flockfile +00071d40 g DF .text 000000c6 GLIBC_2.1 __rawmemchr +00081a30 w DF .text 00000073 GLIBC_2.3 wcsncasecmp_l +00071ff0 w DF .text 00000049 GLIBC_2.0 argz_add +000e6260 g DF .text 000002bc GLIBC_2.1 __backtrace_symbols +00075a60 g DF .text 0000005d GLIBC_2.1.1 __strncpy_byn +00060330 w DF .text 0000017f GLIBC_2.0 vasprintf +00064870 g DF .text 000001d0 GLIBC_2.0 _IO_un_link +000e8ba0 g DF .text 00000050 GLIBC_2.4 __wcstombs_chk +000d5c60 g DF .text 00000013 GLIBC_2.0 _mcount +00077dd0 g DF .text 0000003e GLIBC_2.0 __wcstod_internal +000f55d0 g DF .text 000001d0 GLIBC_2.0 authunix_create +000765d0 g DF .text 000000a0 GLIBC_2.0 wmemcmp +00082a70 w DF .text 00000032 GLIBC_2.0 gmtime_r +000c2cf0 w DF .text 00000038 GLIBC_2.0 fchmod +000e6f90 g DF .text 000000d4 GLIBC_2.3.4 __printf_chk +00060800 w DF .text 000001c5 GLIBC_2.0 obstack_vprintf +00075200 g DF .text 00000033 GLIBC_2.1.1 __strspn_cg +000e8640 g DF .text 00000158 GLIBC_2.4 __fgetws_chk +00016650 g DF .text 00000038 (GLIBC_2.0) __cmpdi2 +000dfb20 g DF .text 000000eb GLIBC_2.3.2 __register_atfork +00090090 g DF .text 000000a7 GLIBC_2.0 setgrent +0002a790 w DF .text 00000055 GLIBC_2.0 sigwait +000d71b0 w DF .text 0000006e GLIBC_2.3 iswctype_l +000d6840 w DF .text 0000007b GLIBC_2.0 wctrans +0003d040 g DF .text 000043ec GLIBC_2.0 _IO_vfprintf +000cbc60 g DF .text 00000034 GLIBC_2.0 acct +0002cd30 g DF .text 000000f9 GLIBC_2.0 exit +000e8f40 g DF .text 00000007 GLIBC_2.0 htonl +00092dc0 g DF .text 0000015d GLIBC_2.0 execl +0009f030 w DF .text 0000001f GLIBC_2.0 re_set_syntax +000eb4c0 g DF .text 000000b0 GLIBC_2.0 endprotoent +000bf940 g DF .text 0000150f GLIBC_2.1 wordexp +000eb190 g DF .text 0000017d GLIBC_2.1.2 getprotobynumber_r +001117c0 g DF .text 0000005f (GLIBC_2.0) getprotobynumber_r +00023830 g DF .text 00000027 GLIBC_2.2 __assert +00029410 w DF .text 0000002d GLIBC_2.0 isinf +00061c50 g DF .text 0000000b GLIBC_2.0 clearerr_unlocked +00100a60 g DF .text 0000002a GLIBC_2.0 xdr_keybuf +0009e4f0 g DF .text 000002e9 GLIBC_2.2.3 fnmatch +0009e4f0 g DF .text 000002e9 (GLIBC_2.0) fnmatch +00023dd0 g DF .text 00000017 GLIBC_2.1 __islower_l +000d2f70 g DF .text 00000028 GLIBC_2.3.3 gnu_dev_major +000e8f50 g DF .text 0000000e GLIBC_2.0 htons +00103730 g DF .text 0000003f GLIBC_2.1 xdr_uint32_t +0008e1a0 w DF .text 000000af GLIBC_2.0 readdir +0002e1d0 w DF .text 0000004a GLIBC_2.0 seed48_r +0002b5a0 g DF .text 00000078 GLIBC_2.1 sigrelse +00093ef0 w DF .text 000001e0 GLIBC_2.0 pathconf +000e5280 g DF .text 00000652 GLIBC_2.2.2 __nss_hostname_digits_dots +00092c00 g DF .text 00000034 GLIBC_2.0 execv +000465b0 g DF .text 00000034 GLIBC_2.0 sprintf +00060070 g DF .text 000000f6 GLIBC_2.0 _IO_putc +000d3670 g DF .text 0000003a GLIBC_2.0 nfsservctl +00072a10 g DF .text 0000013e GLIBC_2.0 envz_merge +00020670 g DF .text 0000065e GLIBC_2.0 setlocale +00088f70 w DF .text 0000215c GLIBC_2.3 strftime_l +00071c90 g DF .text 0000001d GLIBC_2.0 memfrob +00076bd0 w DF .text 00000218 GLIBC_2.0 mbrtowc +00106e70 w DF .text 000000c9 GLIBC_2.0 getutid_r +0002d800 w DF .text 00000060 GLIBC_2.0 srand +000d6be0 w DF .text 00000090 GLIBC_2.3 iswcntrl_l +000dfd70 g DF .text 00000071 GLIBC_PRIVATE __libc_pthread_init +000d60b0 w DF .text 000000c9 GLIBC_2.1 iswblank +0006e920 g DF .text 00000005 GLIBC_2.0 tr_break +000c36f0 w DF .text 00000070 GLIBC_2.0 __write +000cba10 g DF .text 00000088 GLIBC_2.0 __select +000d5e80 g DF .text 00000081 GLIBC_2.0 towlower +000e8520 g DF .text 000000f8 GLIBC_2.4 __vfwprintf_chk +0005b4f0 g DF .text 000000ad GLIBC_2.2 fgetws_unlocked +000c48c0 w DF .text 000002c8 GLIBC_2.0 ttyname_r +00058860 g DF .text 00000032 GLIBC_2.1 fopen +0010cab0 g DF .text 00000097 (GLIBC_2.0) fopen +000bb6b0 g DF .text 0000014f GLIBC_2.1 gai_strerror +00076210 w DF .text 000000a4 GLIBC_2.0 wcsncpy +000d7670 g DF .text 0000018e GLIBC_2.0 fgetspent +00070630 g DF .text 00000226 GLIBC_2.0 strsignal +00070150 g DF .text 000000f7 GLIBC_2.0 strncmp +000eae60 g DF .text 000001d2 GLIBC_2.1.2 getnetbyname_r +00111750 g DF .text 00000066 (GLIBC_2.0) getnetbyname_r +000fb280 g DF .text 00000012 GLIBC_2.0 svcfd_create +000eb3d0 g DF .text 000000e4 GLIBC_2.1.2 getprotoent_r +000cdb40 w DF .text 00000038 GLIBC_2.0 ftruncate +00111820 g DF .text 000000e7 (GLIBC_2.0) getprotoent_r +00074f30 g DF .text 0000003c GLIBC_2.1.1 __strncpy_gg +00100850 g DF .text 0000008d GLIBC_2.1 xdr_unixcred +00025880 w DF .text 00000047 GLIBC_2.2 dcngettext +000f91e0 g DF .text 00000087 GLIBC_2.0 xdr_rmtcallres +0005a0a0 g DF .text 00000195 GLIBC_2.0 _IO_puts +000e10f0 g DF .text 000001d4 GLIBC_2.0 inet_nsap_addr +000dfff0 w DF .text 00000169 GLIBC_2.0 inet_aton +000bb800 g DF .text 0000005b GLIBC_2.1 wordfree +001464e0 g DO .bss 00000004 GLIBC_2.0 __rcmd_errstr +000cebd0 g DF .text 000000e5 GLIBC_2.0 ttyslot +000c1280 g DF .text 00000084 GLIBC_2.2 posix_spawn_file_actions_addclose +000657c0 g DF .text 00000038 GLIBC_2.0 _IO_unsave_markers +0008efb0 g DF .text 0000005f GLIBC_2.0 getdirentries +00064da0 g DF .text 00000039 GLIBC_2.0 _IO_default_uflow +000e7e00 g DF .text 00000041 GLIBC_2.4 __wcpcpy_chk +0002fca0 g DF .text 0000003e GLIBC_2.0 __strtold_internal +001430d0 g DO .data 00000004 GLIBC_2.0 optind +00075490 g DF .text 00000089 GLIBC_2.1.1 __strcpy_small +0002dda0 g DF .text 00000037 GLIBC_2.0 erand48 +00146370 g DO .bss 00000004 GLIBC_2.1 argp_program_version +000786e0 w DF .text 00000040 GLIBC_2.3 wcstoul_l +000d3030 w DF .text 0000003a GLIBC_2.1 modify_ldt +0006ba10 g DF .text 000001c5 GLIBC_2.0 __libc_memalign +000d3f60 g DF .text 00000062 GLIBC_2.0 isfdtype +000755e0 g DF .text 0000003b GLIBC_2.1.1 __strcspn_c1 +000cc5f0 g DF .text 000000d6 GLIBC_2.0 getfsfile +00075620 g DF .text 00000048 GLIBC_2.1.1 __strcspn_c2 +0002df50 g DF .text 0000002d GLIBC_2.0 lcong48 +00090ee0 g DF .text 000000a2 GLIBC_2.0 getpwent +00075670 g DF .text 00000058 GLIBC_2.1.1 __strcspn_c3 +000b5920 w DF .text 0000004b GLIBC_2.0 re_match_2 +00144104 w DO .bss 00000004 GLIBC_2.0 __free_hook +0008fc60 g DF .text 00000257 GLIBC_2.1 putgrent +00072470 w DF .text 00000054 GLIBC_2.0 argz_stringify +000ec0d0 g DF .text 000000e4 GLIBC_2.1.2 getservent_r +00111a70 g DF .text 000000e7 (GLIBC_2.0) getservent_r +0005f360 g DF .text 000000ec GLIBC_2.4 open_wmemstream +000f4580 g DF .text 00000106 GLIBC_2.5 inet6_opt_append +00070300 g DF .text 000001b9 GLIBC_2.0 strrchr +000ec270 g DF .text 000000a8 GLIBC_2.0 setservent +001084a0 w DF .text 000000f3 GLIBC_2.2.1 posix_openpt +000f9e30 g DF .text 00000042 GLIBC_2.0 svcerr_systemerr +00061d30 g DF .text 00000042 GLIBC_2.0 fflush_unlocked +000e8050 g DF .text 00000039 GLIBC_2.4 __swprintf_chk +00023df0 g DF .text 00000017 GLIBC_2.1 __isgraph_l +000c1d20 g DF .text 0000001d GLIBC_2.2 posix_spawnattr_setschedpolicy +0005a680 w DF .text 00000127 GLIBC_2.0 setbuffer +00091ec0 w DF .text 000000ac GLIBC_2.0 wait +0005bff0 g DF .text 00000036 GLIBC_2.2 vwprintf +0006bbe0 w DF .text 0000008c GLIBC_2.2 posix_memalign +000f3bd0 g DF .text 00000118 GLIBC_2.3.4 getipv4sourcefilter +00074e00 g DF .text 00000030 GLIBC_2.1.1 __strcpy_g +000e83f0 g DF .text 00000108 GLIBC_2.4 __vwprintf_chk +000562c0 g DF .text 00000074 GLIBC_2.0 tempnam +00023980 g DF .text 00000048 GLIBC_2.0 isalpha +000320d0 w DF .text 00000029 GLIBC_2.3 strtof_l +00110890 g DF .text 00000042 (GLIBC_2.0) regexec +000d2d90 w DF .text 000000a5 GLIBC_2.0 llseek +000b59f0 g DF .text 000000e7 GLIBC_2.3.4 regexec +000cc080 g DF .text 00000022 GLIBC_2.0 revoke +000b59b0 w DF .text 0000003a GLIBC_2.0 re_match +000d0ed0 w DF .text 000003f4 GLIBC_2.0 tdelete +000c4f70 g DF .text 00000128 GLIBC_2.4 readlinkat +000c3fc0 w DF .text 00000034 GLIBC_2.0 pipe +000e7cb0 g DF .text 0000004c GLIBC_2.4 __wctomb_chk +000d2300 w DF .text 0000001a GLIBC_2.0 get_avphys_pages +000f5180 g DF .text 00000170 GLIBC_2.0 authunix_create_default +0005f6a0 g DF .text 0000009a GLIBC_2.0 _IO_ferror +000ec590 g DF .text 0000012d GLIBC_2.0 getrpcbynumber +00072040 w DF .text 00000041 GLIBC_2.0 argz_count +0006fc90 g DF .text 00000057 GLIBC_2.0 __strdup +00094670 g DF .text 0000041d GLIBC_2.2 __sysconf +000e7b00 g DF .text 0000005d GLIBC_2.4 __readlink_chk +000cb620 w DF .text 00000076 GLIBC_2.0 setregid +000e2440 g DF .text 0000002b GLIBC_2.2 __res_ninit +000ca740 w DF .text 000000ac GLIBC_2.0 tcdrain +000f3cf0 g DF .text 0000014a GLIBC_2.3.4 setipv4sourcefilter +000ca8f0 g DF .text 00000030 GLIBC_2.0 cfmakeraw +00077e90 w DF .text 0000003f GLIBC_2.0 wcstold +000cafc0 g DF .text 00000073 GLIBC_2.0 __sbrk +00059d20 g DF .text 00000299 GLIBC_2.1 _IO_proc_open +000d4720 g DF .text 0000007b GLIBC_2.0 shmat +00055d50 g DF .text 00000197 GLIBC_2.0 perror +0010d070 g DF .text 00000299 (GLIBC_2.0) _IO_proc_open +000666c0 g DF .text 00000042 GLIBC_2.0 _IO_str_pbackfail +00143338 g DO .data 00000008 GLIBC_2.0 __tzname +00037e80 g DF .text 00000152 GLIBC_2.0 rpmatch +000c2b50 w DF .text 00000095 GLIBC_2.1 statvfs64 +000e8920 g DF .text 00000024 GLIBC_2.4 __getlogin_r_chk +00143344 g DO .data 00000004 GLIBC_2.0 __progname +00046500 w DF .text 00000024 GLIBC_2.0 _IO_fprintf +0006ad30 w DF .text 00000105 GLIBC_2.0 pvalloc +00024420 w DF .text 00000049 GLIBC_2.0 dcgettext +000facd0 g DF .text 000001f2 GLIBC_2.0 registerrpc +0005e4b0 g DF .text 0000024d GLIBC_2.2 _IO_wfile_overflow +00077c90 g DF .text 00000046 GLIBC_2.1 wcstoll +000c1580 g DF .text 00000010 GLIBC_2.2 posix_spawnattr_setpgroup +00144a94 w DO .bss 00000004 GLIBC_2.0 _environ +000d0810 g DF .text 000001d1 GLIBC_2.0 qecvt_r +0010e4f0 g DF .text 000000fe (GLIBC_2.0) _IO_do_write +000d0140 g DF .text 000001ff GLIBC_2.0 ecvt_r +00063120 g DF .text 0000002a GLIBC_2.1 _IO_do_write +00064c90 g DF .text 00000078 GLIBC_2.0 _IO_switch_to_get_mode +00075eb0 w DF .text 00000034 GLIBC_2.0 wcscat +00108f50 g DF .text 00000023 GLIBC_2.1 getutxid +001465ac g DO .bss 00000004 GLIBC_2.1 __key_gendes_LOCAL +00076df0 w DF .text 00000241 GLIBC_2.0 wcrtomb +000299f0 g DF .text 0000000d GLIBC_2.1 __signbitf +000ca1c0 g DF .text 0000004c GLIBC_2.6 sync_file_range +001462f0 g DO .bss 00000004 (GLIBC_2.0) _obstack +000ea5f0 g DF .text 00000162 GLIBC_2.0 getnetbyaddr +000d3a50 w DF .text 0000006c GLIBC_2.0 connect +000762c0 g DF .text 00000041 GLIBC_2.0 wcspbrk +00000008 g D .tbss 00000004 GLIBC_PRIVATE errno +00029440 g DF .text 00000027 GLIBC_2.0 __isnan +00075170 g DF .text 00000033 GLIBC_2.1.1 __strcspn_cg +00072b50 g DF .text 00000096 GLIBC_2.0 envz_remove +00029f60 w DF .text 00000064 GLIBC_2.0 _longjmp +00025910 w DF .text 00000041 GLIBC_2.2 ngettext +00029960 w DF .text 00000090 GLIBC_2.0 ldexpf +0005f750 w DF .text 00000034 GLIBC_2.0 fileno_unlocked +00146350 g DO .bss 00000004 GLIBC_2.0 error_print_progname +00029d90 g DF .text 00000023 GLIBC_2.1 __signbitl +00125578 g DO .rodata 00000010 GLIBC_2.1 in6addr_any +000cd800 g DF .text 00000022 GLIBC_2.3 lutimes +001090b0 w DF .text 00000175 GLIBC_2.2.4 dl_iterate_phdr +00100210 g DF .text 0000005f GLIBC_2.1 key_get_conv +000cfc20 g DF .text 00000038 GLIBC_2.0 munlock +000910f0 g DF .text 0000012d GLIBC_2.0 getpwuid +000711c0 w DF .text 00000091 GLIBC_2.0 stpncpy +000cdbf0 w DF .text 00000063 GLIBC_2.1 ftruncate64 +000c95f0 g DF .text 00000040 GLIBC_2.1 sendfile +000cf9b0 w DF .text 0000006e GLIBC_2.1 mmap64 +000e3aa0 g DF .text 00000038 GLIBC_PRIVATE __nss_disable_nscd +0010ef60 g DF .text 000000e5 (GLIBC_2.0) getpwent_r +00091240 g DF .text 000000e2 GLIBC_2.1.2 getpwent_r +000f4870 g DF .text 0000006c GLIBC_2.5 inet6_rth_init +0002b1d0 g DF .text 0000004f GLIBC_PRIVATE __libc_allocate_rtsig_private +00029d00 w DF .text 00000086 GLIBC_2.0 ldexpl +000f4310 g DF .text 00000075 GLIBC_2.5 inet6_opt_next +000fedc0 g DF .text 000000bc GLIBC_2.1 ecb_crypt +0005ba60 g DF .text 000000bb GLIBC_2.2 ungetwc +0008e730 g DF .text 00000024 GLIBC_2.1 versionsort +000fc670 g DF .text 0000001a GLIBC_2.1.1 xdr_longlong_t +0007fe70 w DF .text 00000039 GLIBC_2.1 __wcstof_l +000d0da0 w DF .text 0000005b GLIBC_2.0 tfind +00046530 g DF .text 00000039 GLIBC_2.0 _IO_printf +00072210 g DF .text 00000046 GLIBC_2.0 __argz_next +00076670 w DF .text 00000034 GLIBC_2.0 wmemcpy +000c1450 g DF .text 00000035 GLIBC_2.2 posix_spawnattr_init +000c25d0 g DF .text 0000015d GLIBC_2.4 __fxstatat64 +0002acd0 g DF .text 0000002a GLIBC_2.0 __sigismember +00074c90 g DF .text 0000003d GLIBC_2.1.1 __memcpy_by2 +000c42e0 g DF .text 000000c2 GLIBC_2.0 get_current_dir_name +000d4650 g DF .text 00000075 GLIBC_2.2 semctl +00110f20 g DF .text 0000006f (GLIBC_2.0) semctl +00061c80 g DF .text 00000036 GLIBC_2.0 fputc_unlocked +00077040 w DF .text 00000058 GLIBC_2.0 mbsrtowcs +00074c50 g DF .text 00000033 GLIBC_2.1.1 __memcpy_by4 +000d1aa0 g DF .text 00000023 GLIBC_2.0 verr +000eb040 g DF .text 0000012d GLIBC_2.0 getprotobynumber +000c50e0 g DF .text 0000014b GLIBC_2.4 unlinkat +00023d50 w DF .text 00000015 GLIBC_2.3 isalnum_l +000fe140 g DF .text 00000103 GLIBC_2.0 getsecretkey +00113170 g DF __libc_thread_freeres_fn 00000031 GLIBC_PRIVATE __libc_thread_freeres +000fecb0 g DF .text 00000056 GLIBC_2.1 xdr_authdes_verf +00143420 g DO .data 00000098 GLIBC_2.1 _IO_2_1_stdin_ +0002fba0 g DF .text 0000003e GLIBC_2.0 __strtof_internal +0008e150 w DF .text 0000004e GLIBC_2.0 closedir +0008f750 g DF .text 000000b4 GLIBC_2.0 initgroups +000e90d0 g DF .text 00000152 GLIBC_2.0 inet_ntoa +0007fe70 w DF .text 00000039 GLIBC_2.3 wcstof_l +00023250 g DF .text 00000088 GLIBC_2.1 __freelocale +0010f130 g DF .text 00001755 (GLIBC_2.1) glob64 +000981f0 g DF .text 00001755 GLIBC_2.2 glob64 +000e82d0 g DF .text 000000fb GLIBC_2.4 __fwprintf_chk +000f9270 g DF .text 000000fd GLIBC_2.0 pmap_rmtcall +00060070 w DF .text 000000f6 GLIBC_2.0 putc +000926d0 w DF .text 0000006c GLIBC_2.0 nanosleep +000c40e0 w DF .text 00000034 GLIBC_2.0 fchdir +000fc790 g DF .text 00000037 GLIBC_2.0 xdr_char +000d7da0 g DF .text 000000a7 GLIBC_2.0 setspent +00058ac0 g DF .text 000000cc GLIBC_2.2 fopencookie +0010ca50 g DF .text 0000005a (GLIBC_2.0) fopencookie +00029410 g DF .text 0000002d GLIBC_2.0 __isinf +000e6850 g DF .text 0000004e GLIBC_2.3.4 __mempcpy_chk +0005ce10 g DF .text 00000165 GLIBC_2.2 _IO_wdefault_pbackfail +000f10c0 g DF .text 000000b0 GLIBC_2.0 endaliasent +00056ed0 w DF .text 00000069 GLIBC_2.0 ftrylockfile +00078c50 w DF .text 00000040 GLIBC_2.3 wcstoll_l +00023d70 w DF .text 00000017 GLIBC_2.3 isalpha_l +00061c60 g DF .text 00000010 GLIBC_2.0 feof_unlocked +00023d00 g DF .text 00000046 GLIBC_2.0 isblank +000b58d0 w DF .text 0000004a GLIBC_2.0 re_search_2 +000f9d40 g DF .text 0000004e GLIBC_2.0 svc_sendreply +00023300 w DF .text 00000084 GLIBC_2.3 uselocale +000ce920 g DF .text 00000040 GLIBC_2.0 getusershell +0002ac10 g DF .text 000000b9 GLIBC_2.0 siginterrupt +0008f9c0 g DF .text 0000012d GLIBC_2.0 getgrgid +000d3330 g DF .text 0000007c GLIBC_2.3.2 epoll_wait +000d20a0 w DF .text 000000d7 GLIBC_2.0 error +0005af20 g DF .text 00000111 GLIBC_2.2 fputwc +000c1f40 g DF .text 00000041 GLIBC_2.4 mkfifoat +00111b80 g DF .text 000000e7 (GLIBC_2.0) getrpcent_r +000d3450 g DF .text 00000034 GLIBC_2.0 get_kernel_syms +000ec6e0 g DF .text 000000e4 GLIBC_2.1.2 getrpcent_r +00058fa0 w DF .text 000001d1 GLIBC_2.0 ftell +000e7980 g DF .text 0000005d GLIBC_2.4 __read_chk +00145800 g DO .bss 00000200 (GLIBC_2.0) _res +000e02e0 g DF .text 00000947 GLIBC_2.0 inet_ntop +00070250 g DF .text 000000a7 GLIBC_2.0 strncpy +0002a060 w DF .text 000000cf GLIBC_2.0 signal +000cb950 g DF .text 00000074 GLIBC_2.0 getdomainname +000e87c0 g DF .text 000000a8 GLIBC_2.4 __fgetws_unlocked_chk +000e2470 g DF .text 00000112 GLIBC_2.2 __res_nclose +000d36b0 w DF .text 00000034 GLIBC_2.0 personality +0005a0a0 w DF .text 00000195 GLIBC_2.0 puts +000d7020 g DF .text 00000092 GLIBC_2.1 __iswupper_l +000e6d70 g DF .text 000000c2 GLIBC_2.3.4 __vsprintf_chk +0002d480 g DF .text 00000046 GLIBC_2.0 mbstowcs +000228b0 g DF .text 000007fa GLIBC_2.1 __newlocale +000cae30 g DF .text 0000004d GLIBC_2.0 getpriority +00039210 g DF .text 00000130 GLIBC_2.0 getsubopt +000ca920 g DF .text 000000a7 GLIBC_2.1 tcgetsid +00092740 w DF .text 000002e3 GLIBC_2.0 fork +000569e0 g DF .text 0000003f GLIBC_2.0 putw +000d1c10 g DF .text 0000001d GLIBC_2.0 warnx +000d2b60 g DF .text 0000003a GLIBC_2.0 ioperm +0005a7d0 g DF .text 00000189 GLIBC_2.0 _IO_setvbuf +000f8340 g DF .text 00000100 GLIBC_2.0 pmap_unset +00109590 g DF .text 00000043 GLIBC_2.1 _dl_mcount_wrapper_check +000d6590 w DF .text 000000cb GLIBC_2.0 iswspace +00106780 g DF .text 0000001e GLIBC_2.1 isastream +0005c100 g DF .text 0000003c GLIBC_2.2 vwscanf +0002a4c0 w DF .text 0000009e GLIBC_2.0 sigprocmask +000650e0 g DF .text 0000004b GLIBC_2.0 _IO_sputbackc +0005b5a0 g DF .text 00000122 GLIBC_2.2 fputws +0002eea0 w DF .text 00000030 GLIBC_2.3 strtoul_l +00125588 g DO .rodata 00000010 GLIBC_2.1 in6addr_loopback +000d2910 g DF .text 0000003a GLIBC_2.3 listxattr +00075090 g DF .text 0000001c GLIBC_2.1.1 __strchr_c +0002e220 w DF .text 0000006a GLIBC_2.0 lcong48_r +0009f550 w DF .text 00000060 GLIBC_2.0 regfree +000e8ff0 g DF .text 0000002f GLIBC_2.0 inet_netof +000b7510 w DF .text 00000038 GLIBC_2.0 sched_getparam +000244a0 w DF .text 00000023 GLIBC_2.0 gettext +000921f0 w DF .text 000001cd GLIBC_2.1 waitid +0002adb0 g DF .text 00000060 GLIBC_2.0 sigfillset +0005c660 g DF .text 0000006c GLIBC_2.2 _IO_init_wmarker +000cd830 w DF .text 00000157 GLIBC_2.3 futimes +000f6860 g DF .text 000002d3 GLIBC_2.0 callrpc +000750b0 g DF .text 0000001e GLIBC_2.1.1 __strchr_g +000cc2f0 g DF .text 00000044 GLIBC_2.0 gtty +00083580 g DF .text 0000001b GLIBC_2.0 time +0006b890 g DF .text 00000180 GLIBC_2.0 __libc_malloc +0008f900 g DF .text 000000a2 GLIBC_2.0 getgrent +000d3130 w DF .text 00000034 GLIBC_2.1 ntp_adjtime +000e7e50 g DF .text 0000003b GLIBC_2.4 __wcsncpy_chk +000cb5a0 w DF .text 00000076 GLIBC_2.0 setreuid +0002b130 g DF .text 0000005f GLIBC_2.0 sigorset +00065420 g DF .text 00000024 GLIBC_2.0 _IO_flush_all +0008e270 w DF .text 00000110 GLIBC_2.0 readdir_r +0002df80 g DF .text 0000002e GLIBC_2.0 drand48_r +0006ba10 w DF .text 000001c5 GLIBC_2.0 memalign +00050a50 w DF .text 00000039 GLIBC_2.0 vfscanf +0005adc0 g DF .text 0000013c GLIBC_2.2 fsetpos64 +0010d900 g DF .text 0000010e (GLIBC_2.1) fsetpos64 +000eaca0 g DF .text 000000b0 GLIBC_2.0 endnetent +000d0aa0 g DF .text 000001cd GLIBC_2.0 hsearch_r +000e8bf0 g DF .text 00000046 GLIBC_2.4 __stack_chk_fail +00081910 w DF .text 00000047 GLIBC_2.1 wcscasecmp +000cf7e0 g DF .text 0000016f GLIBC_2.0 daemon +0005f5f0 g DF .text 0000009a GLIBC_2.0 _IO_feof +001004f0 g DF .text 0000005a GLIBC_2.1 key_setsecret +000c20b0 g DF .text 0000008e GLIBC_2.0 __lxstat +000fab50 g DF .text 0000012a GLIBC_2.0 svc_run +0005d000 g DF .text 00000093 GLIBC_2.2 _IO_wdefault_finish +00110f90 g DF .text 00000062 (GLIBC_2.0) shmctl +000786e0 w DF .text 00000040 GLIBC_2.1 __wcstoul_l +000d4870 g DF .text 00000065 GLIBC_2.2 shmctl +000d3550 g DF .text 00000038 GLIBC_2.4 inotify_rm_watch +00103570 g DF .text 000000bc GLIBC_2.3.4 xdr_quad_t +00058280 g DF .text 000000f8 GLIBC_2.0 _IO_fflush +00076bd0 g DF .text 00000218 GLIBC_2.0 __mbrtowc +000c50a0 w DF .text 00000034 GLIBC_2.0 unlink +0005be00 g DF .text 00000101 GLIBC_2.0 putchar +000fcf40 g DF .text 00000032 GLIBC_2.0 xdrmem_create +000df850 g DF .text 0000003c GLIBC_2.0 pthread_mutex_lock +00061fe0 g DF .text 000000a7 GLIBC_2.1 fgets_unlocked +000d7820 g DF .text 000003c3 GLIBC_2.0 putspent +000d3b80 g DF .text 00000037 GLIBC_2.0 listen +001036f0 g DF .text 0000003f GLIBC_2.1 xdr_int32_t +000d43c0 w DF .text 000000c5 GLIBC_2.0 msgrcv +000ee340 g DF .text 00000060 GLIBC_2.0 __ivaliduser +000ec380 g DF .text 000000a2 GLIBC_2.0 getrpcent +000cba10 w DF .text 00000088 GLIBC_2.0 select +000d3d10 w DF .text 0000006c GLIBC_2.0 __send +000d63f0 w DF .text 000000cb GLIBC_2.0 iswprint +000c2ec0 w DF .text 00000038 GLIBC_2.0 mkdir +000d6a20 g DF .text 00000090 GLIBC_2.1 __iswalnum_l +00023e30 w DF .text 00000015 GLIBC_2.3 ispunct_l +000617c0 g DF .text 00000036 GLIBC_PRIVATE __libc_fatal +00146374 g DO .bss 00000004 GLIBC_2.1 argp_program_version_hook +000d47a0 g DF .text 00000060 GLIBC_2.0 shmdt +0006cff0 g DF .text 00000487 GLIBC_2.0 realloc +000c10c0 w DF .text 000000ef GLIBC_2.1 __pwrite64 +0002d6f0 w DF .text 0000007f GLIBC_2.0 setstate +000c2770 w DF .text 00000038 GLIBC_2.0 fstatfs +0012754e g DO .rodata 00000005 GLIBC_2.0 _libc_intl_domainname +0012d518 g DO .rodata 00000004 GLIBC_2.0 h_nerr +000f23d0 g DF .text 0000031c GLIBC_2.1 if_nameindex +00076870 w DF .text 0000018e GLIBC_2.0 btowc +00072470 g DF .text 00000054 GLIBC_2.0 __argz_stringify +0005a980 g DF .text 000000ac GLIBC_2.0 _IO_ungetc +00075a30 g DF .text 00000022 GLIBC_2.1.1 __memset_cc +0008e3a0 g DF .text 00000068 GLIBC_2.0 rewinddir +0005c620 g DF .text 0000003f GLIBC_2.2 _IO_adjust_wcolumn +0002fce0 w DF .text 0000003f GLIBC_2.0 strtold +000d6ab0 g DF .text 00000092 GLIBC_2.1 __iswalpha_l +001007e0 g DF .text 00000068 GLIBC_2.0 xdr_key_netstres +00111d50 g DF .text 000000e5 (GLIBC_2.0) getaliasent_r +000f0fd0 g DF .text 000000e2 GLIBC_2.1.2 getaliasent_r +000cbce0 w DF .text 00000065 GLIBC_2.0 fsync +00082930 g DF .text 0000008d GLIBC_2.0 clock +00075a30 g DF .text 00000022 GLIBC_2.1.1 __memset_cg +00106850 g DF .text 00000063 GLIBC_2.1 putmsg +000f9640 g DF .text 00000083 GLIBC_2.0 xdr_replymsg +000d41c0 g DF .text 00000041 GLIBC_2.2.4 sockatmark +000d5c80 g DF .text 00000075 GLIBC_2.0 towupper +0002b950 g DF .text 00000267 GLIBC_2.0 abort +0014383c g DO .data 00000004 GLIBC_2.0 stdin +000fc720 g DF .text 00000068 GLIBC_2.0 xdr_u_short +00065450 g DF .text 000001fd GLIBC_2.0 _IO_flush_all_linebuffered +0002e4e0 g DF .text 00000046 GLIBC_2.0 strtoll +00092a84 g DF .text 00000013 GLIBC_2.0 _exit +00039d20 g DF .text 00000029 GLIBC_2.1 wcstoumax +000fa3e0 g DF .text 00000295 GLIBC_2.2 svc_getreq_common +0005aa40 w DF .text 000000c9 GLIBC_2.0 vsprintf +0002b420 w DF .text 00000055 GLIBC_2.1 sigwaitinfo +000d4e00 w DF .text 00000092 GLIBC_2.2 moncontrol +000d3f20 w DF .text 00000037 GLIBC_2.0 socketpair +000e12d0 g DF .text 00000136 GLIBC_PRIVATE __res_iclose +0002d270 g DF .text 00000044 GLIBC_2.0 div +00070d20 w DF .text 0000019b GLIBC_2.0 memchr +00034930 w DF .text 00000029 GLIBC_2.1 __strtod_l +000704c0 g DF .text 000000b3 GLIBC_2.0 strpbrk +000ecc90 g DF .text 0000002d GLIBC_2.0 ether_aton +00075c10 w DF .text 000000bb GLIBC_2.2 memrchr +00023860 g DF .text 00000037 GLIBC_2.0 tolower +000c3680 w DF .text 00000070 GLIBC_2.0 __read +000d09f0 w DF .text 00000026 GLIBC_2.0 hdestroy +0010a0c0 g DF .text 0000003a GLIBC_2.0 __register_frame_info_table +00059fc0 g DF .text 0000008d GLIBC_2.1 popen +0010d310 g DF .text 0000008a (GLIBC_2.0) popen +0006ce00 w DF .text 000001e5 GLIBC_2.0 cfree +00023c50 g DF .text 00000028 GLIBC_2.0 _tolower +000ee780 g DF .text 000000a1 GLIBC_2.2 ruserok_af +000d2630 w DF .text 0000006f GLIBC_2.0 step +00024420 g DF .text 00000049 GLIBC_2.0 __dcgettext +000d68c0 w DF .text 0000005d GLIBC_2.0 towctrans +000d2a10 g DF .text 00000046 GLIBC_2.3 lsetxattr +000cdda0 g DF .text 00000071 GLIBC_2.0 setttyent +000c3060 w DF .text 000000e5 GLIBC_2.2 __open64 +00093790 g DF .text 00000013 GLIBC_2.0 __bsd_getpgrp +000934c0 g DF .text 00000031 GLIBC_2.0 getpid +00039d50 w DF .text 00000079 GLIBC_2.1 getcontext +0002a560 w DF .text 00000038 GLIBC_2.0 kill +00070860 g DF .text 000000ae GLIBC_2.0 strspn +000df530 g DF .text 0000003c GLIBC_2.0 pthread_condattr_init +00143340 w DO .data 00000004 GLIBC_2.0 program_invocation_name +0002d310 w DF .text 00000095 GLIBC_2.1.1 imaxdiv +00110de0 g DF .text 00000040 (GLIBC_2.2) posix_fallocate64 +000c9350 g DF .text 00000295 GLIBC_2.3.3 posix_fallocate64 +000fa9c0 g DF .text 0000009c GLIBC_2.0 svcraw_create +000b7600 g DF .text 00000034 GLIBC_2.0 __sched_get_priority_max +000722f0 w DF .text 00000042 GLIBC_2.0 argz_extract +000243e0 w DF .text 00000015 GLIBC_2.2 bind_textdomain_codeset +000583a0 g DF .text 000001df GLIBC_2.2 fgetpos +0005abb0 g DF .text 000001af GLIBC_2.2 _IO_fgetpos64 +0010d4c0 g DF .text 0000013b (GLIBC_2.0) fgetpos +0010d620 g DF .text 00000184 (GLIBC_2.1) _IO_fgetpos64 +0006fc90 w DF .text 00000057 GLIBC_2.0 strdup +000c4070 g DF .text 00000022 GLIBC_2.1 creat64 +00061cc0 w DF .text 0000002a GLIBC_2.0 getc_unlocked +000fac80 g DF .text 00000043 GLIBC_2.0 svc_exit +00088ed0 g DF .text 00000045 GLIBC_2.0 strftime +000e0c30 g DF .text 000003e5 GLIBC_2.0 inet_pton +00074fb0 g DF .text 00000045 GLIBC_2.1.1 __strncat_g +000613a0 g DF .text 0000000f GLIBC_2.2 __flbf +000c3e10 g DF .text 00000130 GLIBC_2.1 lockf64 +0005c3e0 g DF .text 0000002b GLIBC_2.2 _IO_switch_to_main_wget_area +00101ea0 g DF .text 0000023b GLIBC_2.0 xencrypt +001068c0 g DF .text 00000046 GLIBC_2.1 putpmsg +00143338 w DO .data 00000008 GLIBC_2.0 tzname +00037700 g DF .text 0000007d GLIBC_PRIVATE __libc_system +001037e0 g DF .text 00000069 GLIBC_2.1 xdr_uint16_t +00068ec0 g DF .text 0000014b GLIBC_2.0 __libc_mallopt +0002afc0 w DF .text 000000a2 GLIBC_2.1 sysv_signal +0002f510 w DF .text 00000030 GLIBC_2.3 strtoll_l +000df310 g DF .text 00000043 GLIBC_2.0 pthread_attr_getschedparam +000c3f80 g DF .text 00000038 GLIBC_2.0 __dup2 +000df7c0 g DF .text 0000003c GLIBC_2.0 pthread_mutex_destroy +0005b0c0 w DF .text 000000e7 GLIBC_2.2 fgetwc +000cac60 g DF .text 00000074 GLIBC_2.0 vlimit +000c2cb0 w DF .text 00000038 GLIBC_2.0 chmod +000cafc0 w DF .text 00000073 GLIBC_2.0 sbrk +00023550 g DF .text 00000150 GLIBC_2.0 __assert_fail +001021c0 g DF .text 0000027a GLIBC_2.1 clntunix_create +00075110 g DF .text 00000020 GLIBC_2.1.1 __strrchr_c +00023cb0 w DF .text 0000000b GLIBC_2.1 __toascii_l +000d5f10 w DF .text 000000c9 GLIBC_2.0 iswalnum +00029470 w DF .text 00000011 GLIBC_2.0 finite +000edbc0 g DF .text 0000006a GLIBC_2.0 ether_ntoa_r +000ccec0 g DF .text 000008d5 GLIBC_2.2 __getmntent_r +00046530 g DF .text 00000039 GLIBC_2.0 printf +00023d50 g DF .text 00000015 GLIBC_2.1 __isalnum_l +000d3a50 w DF .text 0000006c GLIBC_2.0 __connect +000ea960 g DF .text 00000156 GLIBC_2.0 getnetbyname +000cc1b0 g DF .text 0000002b GLIBC_2.0 mkstemp +00075130 g DF .text 00000033 GLIBC_2.1.1 __strrchr_g +000c2a10 g DF .text 00000094 GLIBC_2.1 statvfs +000c3cc0 w DF .text 00000038 GLIBC_2.0 flock +000d1f40 w DF .text 0000015c GLIBC_2.0 error_at_line +00060190 g DF .text 000000f6 GLIBC_2.0 rewind +0002d230 g DF .text 00000031 GLIBC_2.0 llabs +00072e50 w DF .text 0000109f GLIBC_2.3 strcoll_l +001465a0 g DO .bss 0000000c GLIBC_2.0 _null_auth +00082af0 w DF .text 00000032 GLIBC_2.0 localtime_r +00075f80 g DF .text 0000003e GLIBC_2.0 wcscspn +000cace0 g DF .text 00000150 GLIBC_2.0 vtimes +00029490 w DF .text 0000001e GLIBC_2.0 copysign +000711c0 g DF .text 00000091 GLIBC_2.0 __stpncpy +000f44f0 g DF .text 00000090 GLIBC_2.5 inet6_opt_finish +000926d0 w DF .text 0000006c GLIBC_2.2.6 __nanosleep +00029840 w DF .text 0000009a GLIBC_2.0 modff +000d6250 w DF .text 000000cb GLIBC_2.0 iswlower +0002fc60 w DF .text 0000003f GLIBC_2.0 strtod +00029ee0 g DF .text 0000003e GLIBC_2.0 setjmp +000c8e50 g DF .text 000000a4 GLIBC_2.1 __poll +00023bb0 g DF .text 00000048 GLIBC_2.0 isspace +000e8870 g DF .text 0000002b GLIBC_2.4 __confstr_chk +00056240 g DF .text 00000080 GLIBC_2.0 tmpnam_r +000d7120 g DF .text 0000008b GLIBC_2.1 __wctype_l +0005b350 g DF .text 00000179 GLIBC_2.2 fgetws +00108ef0 g DF .text 00000017 GLIBC_2.1 setutxent +00023d70 g DF .text 00000017 GLIBC_2.1 __isalpha_l +0002fbe0 w DF .text 0000003f GLIBC_2.0 strtof +00078c50 w DF .text 00000040 GLIBC_2.1 __wcstoll_l +000d6c70 w DF .text 00000093 GLIBC_2.3 iswdigit_l +000d4300 g DF .text 000000b6 GLIBC_PRIVATE __libc_msgsnd +00082a30 g DF .text 00000035 GLIBC_2.0 gmtime +00023300 g DF .text 00000084 GLIBC_2.3 __uselocale +000e7ef0 g DF .text 000000e5 GLIBC_2.4 __wcsncat_chk +000710f0 g DF .text 00000010 GLIBC_2.0 ffs +000f9700 g DF .text 00000050 GLIBC_2.0 xdr_opaque_auth +00022890 w DF .text 0000001e GLIBC_2.0 __ctype_get_mb_cur_max +000d6d10 g DF .text 00000092 GLIBC_2.1 __iswlower_l +00029ae0 w DF .text 00000187 GLIBC_2.0 modfl +00072ca0 g DF .text 0000017d GLIBC_2.0 envz_add +00070ab0 g DF .text 00000112 GLIBC_2.0 strtok +001085a0 w DF .text 0000003b GLIBC_2.1 getpt +0002b480 w DF .text 000000a0 GLIBC_2.1 sigqueue +0002e3a0 g DF .text 00000046 GLIBC_2.0 strtol +00091330 g DF .text 000000b0 GLIBC_2.0 endpwent +00058860 g DF .text 00000032 GLIBC_2.1 _IO_fopen +0010cab0 g DF .text 00000097 (GLIBC_2.0) _IO_fopen +00075320 g DF .text 00000036 GLIBC_2.1.1 __strstr_cg +000c4b90 w DF .text 00000032 GLIBC_2.0 isatty +000c7440 g DF .text 000000f9 GLIBC_2.0 fts_close +000c4470 w DF .text 00000053 GLIBC_2.0 lchown +000cce30 w DF .text 00000083 GLIBC_2.0 setmntent +000cf950 w DF .text 0000005c GLIBC_2.0 mmap +000f0db0 g DF .text 000000ca GLIBC_2.0 endnetgrent +000632a0 g DF .text 0000003f GLIBC_2.0 _IO_file_read +000f4190 g DF .text 00000143 GLIBC_2.3.4 setsourcefilter +0010a570 g DF .text 00000052 GLIBC_2.0 __register_frame +00090c80 w DF .text 000000d4 GLIBC_2.0 getpw +000d8490 w DF .text 00000226 GLIBC_2.0 fgetspent_r +000b75d0 w DF .text 0000002c GLIBC_2.0 sched_yield +00000000 g DO *ABS* 00000000 GLIBC_PRIVATE GLIBC_PRIVATE +0002e4e0 w DF .text 00000046 GLIBC_2.0 strtoq +00095810 w DF .text 000000b6 GLIBC_2.0 glob_pattern_p +00075bb0 g DF .text 00000053 GLIBC_2.1.1 __strsep_1c +00081960 w DF .text 0000006c GLIBC_2.1 wcsncasecmp +00090390 g DF .text 000001ec GLIBC_2.1.2 getgrnam_r +000829e0 g DF .text 00000039 GLIBC_2.0 ctime_r +0010ef00 g DF .text 0000005f (GLIBC_2.0) getgrnam_r +00103570 g DF .text 000000bc GLIBC_2.3.4 xdr_u_quad_t +0002c6b0 w DF .text 00000088 GLIBC_2.0 clearenv +000d7120 w DF .text 0000008b GLIBC_2.3 wctype_l +000c2ab0 g DF .text 00000098 GLIBC_2.1 fstatvfs +0002a7f0 w DF .text 00000063 GLIBC_2.0 sigblock +000d4250 g DF .text 00000058 GLIBC_2.1 __libc_sa_len +0005f5f0 w DF .text 0000009a GLIBC_2.0 feof +001465b0 g DO .bss 00000004 GLIBC_2.1 __key_encryptsession_pk_LOCAL +000fb820 g DF .text 00000023 GLIBC_2.0 svcudp_create +000d6920 w DF .text 00000092 GLIBC_2.3 iswxdigit_l +000df4a0 g DF .text 00000043 GLIBC_2.0 pthread_attr_setscope +00071e10 w DF .text 0000015f GLIBC_2.1.1 strchrnul +000cc130 w DF .text 00000034 GLIBC_2.0 swapoff +001433fc g DO .data 00000004 (GLIBC_2.0) __ctype_tolower +000cf660 g DF .text 0000002c GLIBC_2.0 syslog +0002eea0 w DF .text 00000030 GLIBC_2.1 __strtoul_l +000c1490 g DF .text 00000007 GLIBC_2.2 posix_spawnattr_destroy +0010d7d0 g DF .text 00000110 (GLIBC_2.0) fsetpos +00058e40 g DF .text 0000013e GLIBC_2.2 fsetpos +000c0fd0 w DF .text 000000ef GLIBC_2.1 pread64 +000c37e0 w DF .text 000000f7 GLIBC_2.4 eaccess +000f3b40 g DF .text 0000001a GLIBC_2.3.3 inet6_option_alloc +00085b80 g DF .text 00000048 GLIBC_2.0 dysize +000c4de0 w DF .text 00000038 GLIBC_2.0 symlink +001438c0 g DO .data 00000050 GLIBC_2.0 _IO_stdout_ +0005c440 g DF .text 00000039 GLIBC_2.2 _IO_wdefault_uflow +000d7300 g DF .text 000000a2 GLIBC_2.0 getspent +000df220 g DF .text 00000043 GLIBC_2.0 pthread_attr_setdetachstate +000d27c0 g DF .text 00000040 GLIBC_2.3 fgetxattr +0002dab0 w DF .text 00000104 GLIBC_2.0 srandom_r +000cdb00 w DF .text 00000038 GLIBC_2.0 truncate +0006b590 g DF .text 000002fd GLIBC_2.0 __libc_calloc +00023b10 g DF .text 00000048 GLIBC_2.0 isprint +000c9120 g DF .text 00000046 GLIBC_2.2 posix_fadvise +00071410 w DF .text 00000046 GLIBC_2.0 memccpy +00092c40 g DF .text 0000017c GLIBC_2.0 execle +000d26a0 g DF .text 000000e8 GLIBC_2.2 getloadavg +00088f20 g DF .text 00000045 GLIBC_2.2 wcsftime +000ca2a0 g DF .text 0000006c GLIBC_2.0 cfsetispeed +000e4400 g DF .text 00000228 GLIBC_2.0 __nss_configure_lookup +0002d2c0 g DF .text 00000044 GLIBC_2.0 ldiv +000fc3a0 g DF .text 0000000a GLIBC_2.0 xdr_void +000edb90 g DF .text 0000002d GLIBC_2.0 ether_ntoa +000441b0 g DF .text 000000fe GLIBC_2.0 parse_printf_format +0005fc60 w DF .text 000000e7 GLIBC_2.0 fgetc +000d38a0 g DF .text 00000040 GLIBC_2.5 tee +00100770 g DF .text 0000006c GLIBC_2.0 xdr_key_netstarg +00071ba0 g DF .text 000000e3 GLIBC_2.0 strfry +0005aa40 g DF .text 000000c9 GLIBC_2.0 _IO_vsprintf +000cbdf0 g DF .text 00000057 GLIBC_2.0 reboot +00111e60 g DF .text 0000005f (GLIBC_2.0) getaliasbyname_r +000f1490 g DF .text 0000017d GLIBC_2.1.2 getaliasbyname_r +0002dea0 g DF .text 00000037 GLIBC_2.0 jrand48 +00111450 g DF .text 00000066 (GLIBC_2.0) gethostbyname_r +000e9fd0 g DF .text 0000029e GLIBC_2.1.2 gethostbyname_r +00093370 g DF .text 00000145 GLIBC_2.0 execlp +00071b60 g DF .text 0000003f GLIBC_2.0 swab +00056f40 g DF .text 0000002f GLIBC_2.0 _IO_funlockfile +00056e70 g DF .text 0000004b GLIBC_2.0 _IO_flockfile +00075860 g DF .text 00000072 GLIBC_2.1.1 __strsep_2c +0008e420 g DF .text 0000006c GLIBC_2.0 seekdir +00023ce0 w DF .text 00000015 GLIBC_2.3 isblank_l +00023cc0 w DF .text 00000011 GLIBC_2.1 __isascii_l +0008eea0 g DF .text 00000024 GLIBC_2.2 alphasort64 +000f8740 g DF .text 000001a6 GLIBC_2.0 pmap_getport +0010ed30 g DF .text 00000024 (GLIBC_2.1) alphasort64 +00039e40 w DF .text 00000065 GLIBC_2.1 makecontext +000cbd80 g DF .text 00000065 GLIBC_2.0 fdatasync +00101320 g DF .text 000001bd GLIBC_2.1 authdes_getucred +000cdb80 g DF .text 00000063 GLIBC_2.1 truncate64 +000d6db0 g DF .text 00000092 GLIBC_2.1 __iswgraph_l +00023e30 g DF .text 00000015 GLIBC_2.1 __ispunct_l +00039cc0 g DF .text 00000029 GLIBC_2.1 strtoumax +000d9740 w DF .text 0000018d GLIBC_2.1 argp_failure +00071260 g DF .text 00000062 GLIBC_2.0 __strcasecmp +00050a50 g DF .text 00000039 GLIBC_2.0 __vfscanf +000585a0 w DF .text 00000171 GLIBC_2.0 fgets +000d67d0 g DF .text 0000006e GLIBC_2.0 __iswctype +00111640 g DF .text 000000e5 (GLIBC_2.0) getnetent_r +000eabb0 g DF .text 000000ed GLIBC_2.1.2 getnetent_r +000c1540 g DF .text 0000001c GLIBC_2.2 posix_spawnattr_setflags +00110920 g DF .text 00000032 (GLIBC_2.3.3) sched_setaffinity +000b7750 g DF .text 00000144 GLIBC_2.3.4 sched_setaffinity +00060590 w DF .text 0000003c GLIBC_2.0 vscanf +00090fa0 g DF .text 0000012d GLIBC_2.0 getpwnam +000f3b60 g DF .text 0000006b GLIBC_2.3.3 inet6_option_append +0006b590 w DF .text 000002fd GLIBC_2.0 calloc +0002e530 g DF .text 00000045 (GLIBC_2.0) __strtouq_internal +00093500 w DF .text 00000008 GLIBC_2.0 getppid +001275a5 g DO .rodata 00000012 GLIBC_2.0 _nl_default_dirname +001067a0 g DF .text 00000060 GLIBC_2.1 getmsg +0005c7a0 g DF .text 00000038 GLIBC_2.2 _IO_unsave_wmarkers +00109230 g DF .text 00000353 GLIBC_PRIVATE _dl_addr +000cfaa0 w DF .text 00000070 GLIBC_2.0 msync +00065070 g DF .text 00000042 GLIBC_2.0 _IO_init +000297a0 g DF .text 0000000f GLIBC_2.1 __signbit +000c96c0 g DF .text 00000022 GLIBC_2.6 futimens +00056ce0 g DF .text 0000018f GLIBC_2.4 renameat +00082800 w DF .text 0000012d GLIBC_2.0 asctime_r +00023250 w DF .text 00000088 GLIBC_2.3 freelocale +0006ff50 g DF .text 000000af GLIBC_2.0 strlen +0002d770 w DF .text 00000086 GLIBC_2.0 initstate +000e7fe0 g DF .text 0000002b GLIBC_2.4 __wmemset_chk +0005a980 w DF .text 000000ac GLIBC_2.0 ungetc +00075ef0 g DF .text 00000021 GLIBC_2.0 wcschr +000238e0 g DF .text 00000048 GLIBC_2.0 isxdigit +000ed480 g DF .text 00000705 GLIBC_2.0 ether_line +00064310 g DF .text 00000047 GLIBC_2.1 _IO_file_init +0005cd20 g DF .text 000000e7 GLIBC_2.2 __wuflow +000c3d00 g DF .text 00000108 GLIBC_2.0 lockf +001433f4 g DO .data 00000004 (GLIBC_2.0) __ctype_b +0010e480 g DF .text 0000006f (GLIBC_2.0) _IO_file_init +000fed10 g DF .text 000000ae GLIBC_2.1 xdr_authdes_cred +000d67d0 w DF .text 0000006e GLIBC_2.0 iswctype +000d03a0 g DF .text 00000063 GLIBC_2.0 qecvt +00075a00 g DF .text 00000022 GLIBC_2.1.1 __memset_gg +0010d410 g DF .text 000000a2 (GLIBC_2.0) tmpfile +000f0d30 g DF .text 00000071 GLIBC_PRIVATE __internal_setnetgrent +00076b80 g DF .text 00000048 GLIBC_2.0 __mbrlen +00056020 g DF .text 000000a2 GLIBC_2.1 tmpfile +00103850 g DF .text 00000068 GLIBC_2.1 xdr_int8_t +000d69c0 g DF .text 0000005d GLIBC_2.1 __towupper_l +000d5660 w DF .text 000004ec GLIBC_2.2.3 sprofil +000d36f0 g DF .text 00000038 GLIBC_2.2.1 pivot_root +00072910 g DF .text 0000007a GLIBC_2.0 envz_entry +000f57a0 g DF .text 000000be GLIBC_2.0 xdr_authunix_parms +000fa0b0 g DF .text 0000009e GLIBC_2.0 xprt_unregister +001434c0 g DO .data 00000098 GLIBC_2.1 _IO_2_1_stdout_ +000228b0 w DF .text 000007fa GLIBC_2.3 newlocale +000ef700 g DF .text 000005f9 GLIBC_2.2 rexec_af +000d12d0 w DF .text 000002bf GLIBC_2.0 tsearch +000f1340 g DF .text 0000012d GLIBC_2.0 getaliasbyname +000f9f10 g DF .text 0000004e GLIBC_2.0 svcerr_progvers +00023e50 w DF .text 00000017 GLIBC_2.3 isspace_l +00072340 w DF .text 00000124 GLIBC_2.0 argz_insert +00075970 g DF .text 00000031 GLIBC_2.1.1 __memcpy_c +0002a130 w DF .text 0000008a GLIBC_2.0 gsignal +000f4450 g DF .text 00000048 GLIBC_2.5 inet6_opt_get_val +001113e0 g DF .text 00000063 (GLIBC_2.0) gethostbyname2_r +0002cff0 g DF .text 00000057 GLIBC_2.1.3 __cxa_atexit +000e9d20 g DF .text 000002ac GLIBC_2.1.2 gethostbyname2_r +000c11b0 g DF .text 00000035 GLIBC_2.2 posix_spawn_file_actions_init +000685d0 w DF .text 00000277 GLIBC_2.0 malloc_stats +000d3730 w DF .text 00000046 GLIBC_2.0 prctl +00061350 g DF .text 0000000f GLIBC_2.2 __fwriting +000cecf0 g DF .text 00000023 GLIBC_2.0 setlogmask +000758e0 g DF .text 00000086 GLIBC_2.1.1 __strsep_3c +000d72a0 g DF .text 0000005d GLIBC_2.1 __towctrans_l +000fc890 g DF .text 0000001a GLIBC_2.0 xdr_enum +001419b0 g DO .data.rel.ro 00000014 GLIBC_2.0 h_errlist +00061ed0 g DF .text 0000005b GLIBC_2.1 fread_unlocked +00074cd0 g DF .text 00000033 GLIBC_2.1.1 __memcpy_g +000d38e0 g DF .text 00000034 GLIBC_2.4 unshare +000caf70 w DF .text 00000044 GLIBC_2.0 brk +000d3d10 w DF .text 0000006c GLIBC_2.0 send +00023e10 w DF .text 00000017 GLIBC_2.3 isprint_l +00085b00 w DF .text 0000003a GLIBC_2.0 setitimer +000d68c0 g DF .text 0000005d GLIBC_2.1 __towctrans +001416a0 g DO .data.rel.ro 00000080 (GLIBC_2.0) sys_sigabbrev +00039dd0 w DF .text 00000066 GLIBC_2.0 setcontext +001416a0 g DO .data.rel.ro 00000100 (GLIBC_2.1) sys_sigabbrev +001416a0 g DO .data.rel.ro 00000104 GLIBC_2.3.3 sys_sigabbrev +000f3830 g DF .text 000000ad GLIBC_2.3.3 inet6_option_next +0002ad60 g DF .text 0000004d GLIBC_2.0 sigemptyset +000d7020 w DF .text 00000092 GLIBC_2.3 iswupper_l +00109e30 g DF .text 0000001f GLIBC_PRIVATE _dl_sym +000cefd0 g DF .text 00000085 GLIBC_2.0 openlog +000b9d90 g DF .text 0000077f GLIBC_2.0 getaddrinfo +00065650 g DF .text 0000006a GLIBC_2.0 _IO_init_marker +00061cf0 g DF .text 0000003d GLIBC_2.0 getchar_unlocked +000e3890 g DF .text 0000011b GLIBC_PRIVATE __res_maybe_init +000d24e0 g DF .text 000000cc GLIBC_2.0 dirname +00017b50 g DF .text 00000016 GLIBC_PRIVATE __gconv_get_alias_db +00070f70 g DF .text 00000056 GLIBC_2.0 memset +00022600 g DF .text 000001a2 GLIBC_2.2 localeconv +00022600 g DF .text 000001a2 (GLIBC_2.0) localeconv +000ca210 g DF .text 00000010 GLIBC_2.0 cfgetospeed +00074d30 g DF .text 0000002f GLIBC_2.1.1 __memset_ccn_by2 +000cb490 w DF .text 00000103 GLIBC_2.0 writev +00066370 g DF .text 000000e2 GLIBC_2.0 _IO_default_xsgetn +00023930 g DF .text 00000046 GLIBC_2.0 isalnum +00074d10 g DF .text 0000001d GLIBC_2.1.1 __memset_ccn_by4 +00106a10 w DF .text 00000051 GLIBC_2.0 setutent +000f9370 g DF .text 00000125 GLIBC_2.0 _seterr_reply +0005c500 g DF .text 00000079 GLIBC_2.2 _IO_switch_to_wget_mode +000f4820 g DF .text 00000047 GLIBC_2.5 inet6_rth_add +00061cc0 w DF .text 0000002a GLIBC_2.1 fgetc_unlocked +0005bfb0 g DF .text 0000003b GLIBC_2.2 swprintf +000d1ad0 g DF .text 0000001d GLIBC_2.0 warn +0005fd70 g DF .text 000000f2 GLIBC_2.0 getchar +00106d90 w DF .text 00000068 GLIBC_2.0 getutid +0001f6a0 g DF .text 00000016 GLIBC_PRIVATE __gconv_get_cache +000958d0 g DF .text 00001859 GLIBC_2.0 glob +00070910 g DF .text 00000192 GLIBC_2.0 strstr +000d46d0 g DF .text 00000049 GLIBC_2.3.3 semtimedop +0002ccf0 g DF .text 00000035 GLIBC_2.0 __secure_getenv +00077aa0 w DF .text 00000075 GLIBC_2.1 wcsnlen +00077ed0 g DF .text 0000003e GLIBC_2.0 __wcstof_internal +0006fa80 g DF .text 000000ae GLIBC_2.0 strcspn +000ca870 g DF .text 00000075 GLIBC_2.0 tcsendbreak +0008e4a0 g DF .text 0000000b GLIBC_2.0 telldir +00023a70 g DF .text 00000048 GLIBC_2.0 islower +000c9670 g DF .text 00000044 GLIBC_2.6 utimensat +000cfd80 g DF .text 000000c4 GLIBC_2.0 fcvt +000320d0 w DF .text 00000029 GLIBC_2.1 __strtof_l +00016520 g DF .text 0000001d GLIBC_2.0 __errno_location +000c5230 w DF .text 00000034 GLIBC_2.0 rmdir +0005a680 g DF .text 00000127 GLIBC_2.0 _IO_setbuffer +000658a0 g DF .text 00000008 GLIBC_2.2 _IO_iter_file +000d3a10 g DF .text 00000037 GLIBC_2.0 bind +0002f510 w DF .text 00000030 GLIBC_2.1 __strtoll_l +000ca390 g DF .text 00000243 GLIBC_2.0 tcsetattr +0005fb40 g DF .text 000000fa GLIBC_2.0 fseek +000fce60 g DF .text 0000003e GLIBC_2.0 xdr_float +000b5b70 g DF .text 000003bc GLIBC_2.0 confstr +000c40a0 w DF .text 00000034 GLIBC_2.0 chdir +000c3060 w DF .text 000000e5 GLIBC_2.1 open64 +000f46c0 g DF .text 00000019 GLIBC_2.5 inet6_rth_segments +000c3680 w DF .text 00000070 GLIBC_2.0 read +0006e930 g DF .text 00000094 GLIBC_2.0 muntrace +0005b200 g DF .text 000000f2 GLIBC_2.2 getwchar +00070ec0 g DF .text 0000001e GLIBC_2.0 memcmp +000f18f0 g DF .text 00000913 GLIBC_2.1 getnameinfo +000cb800 w DF .text 00000026 GLIBC_2.0 getpagesize +000fe3e0 g DF .text 000000b9 GLIBC_2.1 xdr_sizeof +00016690 g DF .text 000001fe (GLIBC_2.0) __moddi3 +00024470 w DF .text 00000022 GLIBC_2.0 dgettext +00074de0 g DF .text 00000018 GLIBC_2.1.1 __strlen_g +00058fa0 g DF .text 000001d1 GLIBC_2.0 _IO_ftell +0005bb30 g DF .text 000000f6 GLIBC_2.2 putwc +000f8180 g DF .text 000000e9 GLIBC_2.0 getrpcport +000658b0 g DF .text 0000004d GLIBC_2.2 _IO_list_lock +000465b0 g DF .text 00000034 GLIBC_2.0 _IO_sprintf +000e79e0 g DF .text 00000042 GLIBC_2.4 __pread_chk +000cfbe0 g DF .text 00000038 GLIBC_2.0 mlock +0008ffe0 g DF .text 000000b0 GLIBC_2.0 endgrent +0006fcf0 w DF .text 00000064 GLIBC_2.0 strndup +000d3490 g DF .text 00000046 GLIBC_2.0 init_module +000cf630 g DF .text 0000002b GLIBC_2.4 __syslog_chk +000826e0 g DF .text 0000011b GLIBC_2.0 asctime +000f5d10 g DF .text 00000084 GLIBC_2.0 clnt_sperrno +000fd990 g DF .text 0000016a GLIBC_2.0 xdrrec_skiprecord +00077400 w DF .text 00000362 GLIBC_2.0 mbsnrtowcs +00072e50 g DF .text 0000109f GLIBC_2.1 __strcoll_l +000e39f0 g DF .text 000000ae GLIBC_PRIVATE __gai_sigqueue +000238a0 g DF .text 00000037 GLIBC_2.0 toupper +000eb570 g DF .text 000000a8 GLIBC_2.0 setprotoent +000934c0 g DF .text 00000031 GLIBC_2.0 __getpid +0002d4d0 g DF .text 000000b9 GLIBC_2.0 mbtowc +0010a030 g DF .text 00000084 GCC_3.0 __register_frame_info_table_bases +00100b60 g DF .text 000000f9 GLIBC_2.1 netname2user +00023c80 g DF .text 00000028 GLIBC_2.0 _toupper +000d3b40 w DF .text 00000037 GLIBC_2.0 getsockopt +000fb520 g DF .text 00000245 GLIBC_2.0 svctcp_create +0005cf80 g DF .text 00000080 GLIBC_2.2 _IO_wsetb +000593f0 w DF .text 00000278 GLIBC_2.0 getdelim +0008f8c0 g DF .text 0000003f GLIBC_2.0 setgroups +000f5fe0 g DF .text 0000009a GLIBC_2.0 clnt_perrno +000d2aa0 g DF .text 00000046 GLIBC_2.3 setxattr +0010b930 g DF .text 00000096 GCC_3.0 _Unwind_Find_FDE +0002dfb0 w DF .text 000000a0 GLIBC_2.0 erand48_r +0002dde0 g DF .text 00000034 GLIBC_2.0 lrand48 +00064d10 g DF .text 0000007a GLIBC_2.0 _IO_doallocbuf +000c4650 g DF .text 0000026a GLIBC_2.0 ttyname +00144aa4 w DO .bss 00000004 GLIBC_2.0 ___brk_addr +001089b0 g DF .text 000000d5 GLIBC_2.1 grantpt +000df190 g DF .text 0000003c GLIBC_2.1 pthread_attr_init +00070fd0 g DF .text 00000044 GLIBC_2.1 mempcpy +000df150 g DF .text 0000003c (GLIBC_2.0) pthread_attr_init +000dfe90 g DF .text 00000155 GLIBC_2.0 herror +000b7340 g DF .text 00000049 GLIBC_2.0 getopt +00077c40 g DF .text 00000046 GLIBC_2.0 wcstoul +000e78d0 g DF .text 000000a8 GLIBC_2.4 __fgets_unlocked_chk +001081b0 w DF .text 000000f9 GLIBC_2.0 utmpname +00093b00 g DF .text 00000149 GLIBC_2.0 getlogin_r +00023db0 w DF .text 00000017 GLIBC_2.3 isdigit_l +00046dd0 w DF .text 00003e13 GLIBC_2.2 vfwprintf +000cce30 g DF .text 00000083 GLIBC_2.2 __setmntent +0005a370 g DF .text 00000100 GLIBC_2.0 _IO_seekoff +000ca7f0 g DF .text 00000032 GLIBC_2.0 tcflow +000d0cc0 g DF .text 000000d4 GLIBC_2.0 hcreate_r +00077d30 w DF .text 00000046 GLIBC_2.0 wcstouq +0005c480 g DF .text 0000007e GLIBC_2.2 _IO_wdoallocbuf +000efd00 g DF .text 0000003e GLIBC_2.0 rexec +000d4490 g DF .text 00000061 GLIBC_2.0 msgget +0005c0c0 g DF .text 00000034 GLIBC_2.2 fwscanf +00103770 g DF .text 00000069 GLIBC_2.1 xdr_int16_t +000e7bf0 g DF .text 00000034 GLIBC_2.4 __getcwd_chk +000c2d60 g DF .text 0000015a GLIBC_2.4 fchmodat +00072990 g DF .text 0000007a GLIBC_2.0 envz_strip +001461a8 g DO .bss 00000004 GLIBC_PRIVATE _dl_open_hook +000c3f80 w DF .text 00000038 GLIBC_2.0 dup2 +0005f550 g DF .text 00000085 GLIBC_2.0 clearerr +00144a94 w DO .bss 00000004 GLIBC_2.0 environ +000eea20 g DF .text 00000b7b GLIBC_2.2 rcmd_af +000f9c50 g DF .text 00000039 GLIBC_2.2.3 __rpc_thread_svc_max_pollfd +00092670 w DF .text 00000055 GLIBC_2.0 pause +0002c740 w DF .text 000000fe GLIBC_2.0 unsetenv +0002dd00 g DF .text 00000052 GLIBC_2.0 rand_r +0010c980 g DF .text 0000003d (GLIBC_2.0) atexit +00066d30 g DF .text 0000003f GLIBC_2.0 _IO_str_init_static +00029470 g DF .text 00000011 GLIBC_2.0 __finite +00083540 w DF .text 0000003c GLIBC_2.0 timelocal +000724d0 w DF .text 000000a5 GLIBC_2.0 argz_add_sep +000fdd10 g DF .text 0000006b GLIBC_2.0 xdr_pointer +00076a00 g DF .text 0000015e GLIBC_2.0 wctob +00029f60 w DF .text 00000064 GLIBC_2.0 longjmp +000c2180 g DF .text 0000003f (GLIBC_2.1) __fxstat64 +00086250 g DF .text 0000004a GLIBC_2.0 strptime +00062f30 g DF .text 000001e4 GLIBC_2.1 _IO_file_xsputn +000c2180 g DF .text 0000003f GLIBC_2.2 __fxstat64 +0010dac0 g DF .text 000002a5 (GLIBC_2.0) _IO_file_xsputn +000f6080 g DF .text 00000395 GLIBC_2.0 clnt_sperror +000e7140 g DF .text 000000f2 GLIBC_2.3.4 __vprintf_chk +000d3130 g DF .text 00000034 GLIBC_2.0 __adjtimex +000d3ea0 w DF .text 00000037 GLIBC_2.0 shutdown +00106910 g DF .text 00000022 GLIBC_2.1 fattach +00029f20 g DF .text 00000036 GLIBC_2.0 _setjmp +00060650 w DF .text 000000f7 GLIBC_2.0 vsnprintf +000c8e50 w DF .text 000000a4 GLIBC_2.0 poll +0006bcb0 w DF .text 0000018c GLIBC_2.0 malloc_get_state +00106800 g DF .text 00000046 GLIBC_2.1 getpmsg +00059690 g DF .text 00000047 GLIBC_2.0 _IO_getline +00108ea0 g DF .text 00000045 GLIBC_2.1 ptsname +00092b00 g DF .text 000000f5 GLIBC_2.0 fexecve +000afff0 w DF .text 0000013a GLIBC_2.0 re_comp +000f6420 g DF .text 00000044 GLIBC_2.0 clnt_perror +000d0340 g DF .text 0000005e GLIBC_2.0 qgcvt +000f9d90 g DF .text 00000042 GLIBC_2.0 svcerr_noproc +00077b50 g DF .text 00000045 GLIBC_2.0 __wcstol_internal +000656f0 g DF .text 00000011 GLIBC_2.0 _IO_marker_difference +000e7080 g DF .text 000000a8 GLIBC_2.3.4 __fprintf_chk +000713a0 g DF .text 00000069 GLIBC_2.1 __strncasecmp_l +0002ae10 g DF .text 0000006a GLIBC_2.0 sigaddset +00055d10 g DF .text 00000034 GLIBC_2.0 _IO_sscanf +000829c0 g DF .text 0000001b GLIBC_2.0 ctime +0010bc30 g DF .text 0000007b GLIBC_2.0 __frame_state_for +000d6660 w DF .text 000000cb GLIBC_2.0 iswupper +000f9ec0 g DF .text 00000042 GLIBC_2.0 svcerr_noprog +00065880 g DF .text 00000007 GLIBC_2.2 _IO_iter_end +000e7d50 g DF .text 0000003e GLIBC_2.4 __wmemcpy_chk +0008fb10 g DF .text 0000012d GLIBC_2.0 getgrnam +000d3130 w DF .text 00000034 GLIBC_2.0 adjtimex +000df890 g DF .text 0000003c GLIBC_2.0 pthread_mutex_unlock +000cb910 g DF .text 00000038 GLIBC_2.0 sethostname +00065980 g DF .text 00000070 GLIBC_2.0 _IO_setb +000c0fd0 w DF .text 000000ef GLIBC_2.1 __pread64 +0006dc80 g DF .text 000000f8 GLIBC_2.0 mcheck +00023ce0 g DF .text 00000015 GLIBC_2.1 __isblank_l +000fdd80 g DF .text 000000df GLIBC_2.0 xdr_reference +0010f0d0 g DF .text 0000005f (GLIBC_2.0) getpwuid_r +000916e0 g DF .text 000001ec GLIBC_2.1.2 getpwuid_r +000ec7d0 g DF .text 000000b0 GLIBC_2.0 endrpcent +00100ac0 g DF .text 00000091 GLIBC_2.1 netname2host +000e9230 g DF .text 00000282 GLIBC_2.0 inet_network +0002c610 g DF .text 00000091 GLIBC_2.0 putenv +0007ffb0 g DF .text 00000100 GLIBC_2.0 wcswidth +00023ef0 w DF .text 0000002c GLIBC_2.3 isctype +000f8440 g DF .text 0000013a GLIBC_2.0 pmap_set +00111170 g DF .text 0000003c (GLIBC_2.0) pthread_cond_broadcast +000c4410 w DF .text 00000053 GLIBC_2.0 fchown +000df570 g DF .text 0000003c GLIBC_2.3.2 pthread_cond_broadcast +00028ab0 g DF .text 00000172 GLIBC_2.0 catopen +000791a0 w DF .text 00000040 GLIBC_2.1 __wcstoull_l +00000000 g DO *ABS* 00000000 GLIBC_2.0 GLIBC_2.0 +000fc980 g DF .text 00000029 GLIBC_2.0 xdr_netobj +000d42b0 g DF .text 00000047 GLIBC_2.0 ftok +00064a40 g DF .text 000001b2 GLIBC_2.0 _IO_link_in +00000000 g DO *ABS* 00000000 GLIBC_2.1 GLIBC_2.1 +00044110 w DF .text 00000097 GLIBC_2.0 register_printf_function +00029e40 g DF .text 00000035 GLIBC_2.0 __sigsetjmp +00000000 g DO *ABS* 00000000 GLIBC_2.2 GLIBC_2.2 +000710f0 g DF .text 00000010 GLIBC_2.0 __ffs +00143840 g DO .data 00000004 GLIBC_2.0 stdout +000cde20 g DF .text 0000078d GLIBC_2.0 getttyent +000e8f90 g DF .text 0000005c GLIBC_2.0 inet_makeaddr +00000000 g DO *ABS* 00000000 GLIBC_2.3 GLIBC_2.3 +00144aa4 g DO .bss 00000004 GLIBC_2.0 __curbrk +00000000 g DO *ABS* 00000000 GLIBC_2.4 GLIBC_2.4 +00000000 g DO *ABS* 00000000 GLIBC_2.5 GLIBC_2.5 +000e94e0 g DF .text 00000169 GLIBC_2.0 gethostbyaddr +0010d310 g DF .text 0000008a (GLIBC_2.0) _IO_popen +00000000 g DO *ABS* 00000000 GLIBC_2.6 GLIBC_2.6 +000d2320 w DF .text 0000001a GLIBC_2.0 get_phys_pages +00059fc0 g DF .text 0000008d GLIBC_2.1 _IO_popen +000dd1e0 w DF .text 0000001d GLIBC_2.1 argp_help +0005f790 g DF .text 000000f6 GLIBC_2.0 fputc +00143400 g DO .data 00000004 (GLIBC_2.0) __ctype_toupper +001114c0 g DF .text 000000e5 (GLIBC_2.0) gethostent_r +00065740 g DF .text 00000079 GLIBC_2.0 _IO_seekmark +000ea340 g DF .text 000000ed GLIBC_2.1.2 gethostent_r +000d70c0 g DF .text 0000005d GLIBC_2.1 __towlower_l +00029690 w DF .text 00000072 GLIBC_2.0 frexp +00055ef0 g DF .text 0000012e GLIBC_2.0 psignal +000d1be0 g DF .text 00000023 GLIBC_2.0 verrx +00093c70 g DF .text 00000022 GLIBC_2.0 setlogin +000f05f0 g DF .text 000001b3 GLIBC_PRIVATE __internal_getnetgrent_r +00061040 g DF .text 000000f8 GLIBC_2.1 fseeko64 +00142a00 g DO .data.rel.ro 00000054 GLIBC_2.0 _IO_file_jumps +0010ed60 g DF .text 00000024 (GLIBC_2.1) versionsort64 +0008eed0 g DF .text 00000024 GLIBC_2.2 versionsort64 +000d2840 g DF .text 00000038 GLIBC_2.3 fremovexattr +000e7d00 g DF .text 00000042 GLIBC_2.4 __wcscpy_chk +0006ae90 g DF .text 000000fc GLIBC_2.0 __libc_valloc +00065130 g DF .text 0000004b GLIBC_2.0 _IO_sungetc +000d3bc0 w DF .text 0000006c GLIBC_2.0 recv +000f8050 g DF .text 0000002d GLIBC_2.0 _rpc_dtablesize +000d3230 g DF .text 0000003a GLIBC_2.0 create_module +000937d0 g DF .text 00000034 GLIBC_2.0 getsid +000cc170 g DF .text 0000003d GLIBC_2.0 mktemp +000e0160 g DF .text 00000172 GLIBC_2.0 inet_addr +000cab50 w DF .text 00000038 GLIBC_2.0 getrusage +00061dc0 g DF .text 000000ec GLIBC_2.0 _IO_peekc_locked +000656c0 g DF .text 00000028 GLIBC_2.0 _IO_remove_marker +000e8b50 g DF .text 00000050 GLIBC_2.4 __mbstowcs_chk +00143328 w DO .data 00000004 GLIBC_2.0 __malloc_hook +00023e50 g DF .text 00000017 GLIBC_2.1 __isspace_l +000c8740 g DF .text 0000070d GLIBC_2.0 fts_read +000d6d10 w DF .text 00000092 GLIBC_2.3 iswlower_l +000d6320 w DF .text 000000cb GLIBC_2.0 iswgraph +000cc6d0 g DF .text 000000d5 GLIBC_2.0 getfsspec +0002e490 g DF .text 00000045 GLIBC_2.0 __strtoll_internal +000cc250 g DF .text 00000051 GLIBC_2.0 ualarm +00058b90 w DF .text 00000149 GLIBC_2.0 fputs +000d3780 g DF .text 00000046 GLIBC_2.0 query_module +000c1250 g DF .text 00000028 GLIBC_2.2 posix_spawn_file_actions_destroy +00070bd0 w DF .text 00000104 GLIBC_2.0 strtok_r +000ea430 g DF .text 000000b0 GLIBC_2.0 endhostent +00023e10 g DF .text 00000017 GLIBC_2.1 __isprint_l +000df680 g DF .text 00000043 GLIBC_2.3.2 pthread_cond_wait +00111280 g DF .text 00000043 (GLIBC_2.0) pthread_cond_wait +00072260 g DF .text 00000088 GLIBC_2.0 argz_delete +0005c8c0 g DF .text 00000053 GLIBC_2.2 __woverflow +000fc420 g DF .text 00000065 GLIBC_2.0 xdr_u_long +000e7dc0 g DF .text 0000003e GLIBC_2.4 __wmempcpy_chk +00094a90 w DF .text 000001f5 GLIBC_2.0 fpathconf +00023d90 w DF .text 00000015 GLIBC_2.3 iscntrl_l +000a2230 w DF .text 000000a7 GLIBC_2.0 regerror +00070000 g DF .text 0000009d GLIBC_2.0 strnlen +0002de20 g DF .text 00000037 GLIBC_2.0 nrand48 +00111000 g DF .text 000000e5 (GLIBC_2.0) getspent_r +00076830 w DF .text 00000034 GLIBC_2.2 wmempcpy +000d7c00 g DF .text 000000e2 GLIBC_2.1.2 getspent_r +0014636c g DO .bss 00000004 GLIBC_2.1 argp_program_bug_address +000c3760 w DF .text 0000003a GLIBC_2.0 lseek +00093990 w DF .text 00000085 GLIBC_2.0 setresgid +0002abd0 w DF .text 00000038 GLIBC_2.0 sigaltstack +00075040 g DF .text 00000042 GLIBC_2.1.1 __strncmp_g +000fca80 g DF .text 00000123 GLIBC_2.0 xdr_string +00085c10 g DF .text 00000072 GLIBC_2.0 ftime +00071460 g DF .text 00000046 GLIBC_2.0 memcpy +0005b0c0 w DF .text 000000e7 GLIBC_2.2 getwc +00076b80 w DF .text 00000048 GLIBC_2.0 mbrlen +000ce660 g DF .text 00000052 GLIBC_2.0 endusershell +000c4250 g DF .text 00000089 GLIBC_2.0 getwd +000b7640 g DF .text 00000034 GLIBC_2.0 __sched_get_priority_min +00060df0 g DF .text 00000228 GLIBC_2.1 freopen64 +0010cd10 g DF .text 00000183 (GLIBC_2.0) fclose +00057d70 g DF .text 000001e8 GLIBC_2.1 fclose +00085c90 w DF .text 00000558 GLIBC_2.1 getdate_r +000c1d40 g DF .text 00000015 GLIBC_2.2 posix_spawnattr_setschedparam +0005c710 g DF .text 00000082 GLIBC_2.2 _IO_seekwmark +00065180 g DF .text 0000003c GLIBC_2.0 _IO_adjust_column +000c37e0 w DF .text 000000f7 GLIBC_2.0 euidaccess +0002a8d0 g DF .text 0000012e GLIBC_2.0 __sigpause +000c4e20 g DF .text 0000010c GLIBC_2.4 symlinkat +0002dce0 g DF .text 00000017 GLIBC_2.0 rand +000cbaa0 w DF .text 000001c0 GLIBC_2.0 pselect +000df950 g DF .text 00000043 GLIBC_2.0 pthread_setcanceltype +000ca700 g DF .text 00000032 GLIBC_2.0 tcsetpgrp +00075f20 g DF .text 0000002e GLIBC_2.0 wcscmp +000e67a0 g DF .text 000000a3 GLIBC_2.3.4 __memmove_chk +000c71c0 g DF .text 00000052 GLIBC_2.3.3 nftw64 +000cfa60 w DF .text 0000003a GLIBC_2.0 mprotect +00110d80 g DF .text 0000002b (GLIBC_2.1) nftw64 +000e7ba0 g DF .text 00000043 GLIBC_2.4 __getwd_chk +000759b0 g DF .text 00000045 GLIBC_2.1.1 __strcat_c +000e3ae0 g DF .text 00000355 GLIBC_PRIVATE __nss_lookup_function +000710f0 w DF .text 00000010 GLIBC_2.1 ffsl +000cc890 g DF .text 000000aa GLIBC_2.0 getmntent +00109f30 g DF .text 0000001d GLIBC_PRIVATE __libc_dl_error_tsd +000819d0 g DF .text 00000055 GLIBC_2.1 __wcscasecmp_l +0002e350 g DF .text 00000045 GLIBC_2.0 __strtol_internal +000e6e80 g DF .text 0000010c GLIBC_2.3.4 __vsnprintf_chk +00074f70 g DF .text 00000036 GLIBC_2.1.1 __strcat_g +0008b0d0 g DF .text 00002517 GLIBC_2.3 __wcsftime_l +00057c30 g DF .text 0000013c GLIBC_2.0 _IO_file_doallocate +0002e440 g DF .text 00000046 GLIBC_2.0 strtoul +000618a0 g DF .text 00000144 GLIBC_2.2 fmemopen +000df770 g DF .text 0000004a GLIBC_2.0 pthread_setschedparam +000d0c70 g DF .text 0000004f GLIBC_2.0 hdestroy_r +000d7cf0 g DF .text 000000b0 GLIBC_2.0 endspent +000cfca0 g DF .text 0000002c GLIBC_2.0 munlockall +0002aa20 w DF .text 0000001b GLIBC_2.0 sigpause +000fc490 g DF .text 0000001a GLIBC_2.0 xdr_u_int +000416a0 g DF .text 00000036 GLIBC_2.0 vprintf +00109040 g DF .text 00000032 GLIBC_2.1.1 getutmpx +00109040 g DF .text 00000032 GLIBC_2.1.1 getutmp +000d3e60 g DF .text 00000037 GLIBC_2.0 setsockopt +0006b890 g DF .text 00000180 GLIBC_2.0 malloc +00065ae0 g DF .text 0000010e GLIBC_2.0 _IO_default_xsputn +000cfb90 w DF .text 00000046 GLIBC_2.3.3 remap_file_pages +00029f60 w DF .text 00000064 GLIBC_2.0 siglongjmp +001465b8 g DO .bss 0000000c GLIBC_2.0 svcauthdes_stats +000ce990 g DF .text 00000240 GLIBC_2.0 getpass +0002e580 w DF .text 00000046 GLIBC_2.0 strtouq +00143404 g DO .data 00000004 (GLIBC_2.2) __ctype32_tolower +00100a90 g DF .text 00000022 GLIBC_2.0 xdr_keystatus +000d3920 g DF .text 00000034 GLIBC_2.0 uselib +0002b070 g DF .text 00000052 GLIBC_2.0 sigisemptyset +00075240 g DF .text 00000044 GLIBC_2.1.1 __strspn_g +0002a1c0 g DF .text 00000044 GLIBC_2.0 killpg +00037fe0 g DF .text 00000048 GLIBC_2.0 strfmon +000230e0 w DF .text 0000014b GLIBC_2.3 duplocale +0006f690 g DF .text 000001aa GLIBC_2.0 strcat +000fc400 g DF .text 0000001a GLIBC_2.0 xdr_int +000c2ca0 w DF .text 00000010 GLIBC_2.0 umask +00071260 w DF .text 00000062 GLIBC_2.0 strcasecmp +0008ef00 w DF .text 000000a2 GLIBC_2.4 fdopendir +00061160 g DF .text 00000179 GLIBC_2.1 ftello64 +000df3b0 g DF .text 00000043 GLIBC_2.0 pthread_attr_getschedpolicy +0010c9c0 g DF .text 0000003f (GLIBC_2.0) realpath +00037800 g DF .text 0000050e GLIBC_2.3 realpath +00085bd0 g DF .text 0000003e GLIBC_2.0 timegm +00060c10 g DF .text 000001bb GLIBC_2.1 ftello +000294b0 w DF .text 000001cf GLIBC_2.0 modf +00109870 g DF .text 0000008b GLIBC_PRIVATE __libc_dlclose +00068850 g DF .text 0000018a GLIBC_2.0 __libc_mallinfo +0002a130 g DF .text 0000008a GLIBC_2.0 raise +000cb750 g DF .text 000000a7 GLIBC_2.0 setegid +000670f0 w DF .text 00000034 GLIBC_2.0 malloc_usable_size +00023db0 g DF .text 00000017 GLIBC_2.1 __isdigit_l +000d2f50 g DF .text 00000013 GLIBC_2.0 setfsgid +0005c840 g DF .text 0000007e GLIBC_2.2 _IO_wdefault_doallocate +0004ae40 g DF .text 00005c04 GLIBC_2.0 _IO_vfscanf +00056a20 g DF .text 0000005c GLIBC_2.0 remove +000b7550 w DF .text 0000003a GLIBC_2.0 sched_setscheduler +0007dce0 w DF .text 00000039 GLIBC_2.3 wcstold_l +00093740 w DF .text 00000038 GLIBC_2.0 setpgid +000d3ac0 w DF .text 00000037 GLIBC_2.0 getpeername +000819d0 w DF .text 00000055 GLIBC_2.3 wcscasecmp_l +00074da0 g DF .text 00000038 GLIBC_2.1.1 __memset_gcn_by2 +000e7750 g DF .text 00000158 GLIBC_2.4 __fgets_chk +0006fb30 g DF .text 00000154 GLIBC_2.1.1 __strverscmp +000e39d0 g DF .text 00000019 GLIBC_2.2 __res_state +000f8580 g DF .text 00000115 GLIBC_2.0 pmap_getmaps +000298f0 w DF .text 0000006a GLIBC_2.0 frexpf +00141360 g DO .data.rel.ro 000001f8 (GLIBC_2.3) sys_errlist +0006fcf0 g DF .text 00000064 GLIBC_2.2 __strndup +00141360 g DO .data.rel.ro 000001ec (GLIBC_2.0) sys_errlist +00141360 g DO .data.rel.ro 00000210 GLIBC_2.4 sys_errlist +00074d60 g DF .text 00000035 GLIBC_2.1.1 __memset_gcn_by4 +00141360 g DO .data.rel.ro 000001f4 (GLIBC_2.1) sys_errlist +001462ec g DO .bss 00000004 GLIBC_2.0 mallwatch +00065450 w DF .text 000001fd GLIBC_2.2 _flushlbf +00076b60 w DF .text 00000019 GLIBC_2.0 mbsinit +000d69c0 w DF .text 0000005d GLIBC_2.3 towupper_l +000e6b90 g DF .text 000000bc GLIBC_2.3.4 __strncpy_chk +00093530 w DF .text 0000000c GLIBC_2.0 getgid +0010a520 g DF .text 00000043 GLIBC_2.0 __register_frame_table +000b0260 w DF .text 0000007c GLIBC_2.0 re_compile_pattern +000465f0 w DF .text 00000034 GLIBC_2.0 asprintf +00084630 w DF .text 00000079 GLIBC_2.0 tzset +000c0f10 g DF .text 000000bc GLIBC_PRIVATE __libc_pwrite +001430cc g DO .data 00000004 GLIBC_2.0 re_max_failures +000c21c0 g DF .text 0000003f (GLIBC_2.1) __lxstat64 +00143920 g DO .data 00000050 GLIBC_2.0 _IO_stderr_ +000c21c0 g DF .text 0000003f GLIBC_2.2 __lxstat64 +00029c80 w DF .text 00000071 GLIBC_2.0 frexpl +000fd820 g DF .text 00000170 GLIBC_2.0 xdrrec_eof +00023c00 g DF .text 00000048 GLIBC_2.0 isupper +000cf600 g DF .text 00000029 GLIBC_2.0 vsyslog +00016a10 g DF .text 0000019e (GLIBC_2.0) __umoddi3 +000fb9e0 g DF .text 000002ee GLIBC_2.0 svcudp_bufcreate +0006fe20 g DF .text 00000121 GLIBC_2.0 __strerror_r +00029800 w DF .text 00000011 GLIBC_2.0 finitef +000c28e0 w DF .text 0000012b GLIBC_2.1 fstatfs64 +00106e00 w DF .text 00000068 GLIBC_2.0 getutline +000e5970 g DF .text 0000008a GLIBC_PRIVATE __nss_services_lookup +00066100 g DF .text 00000138 GLIBC_2.0 __uflow +00070fd0 g DF .text 00000044 GLIBC_2.0 __mempcpy +0002ea30 w DF .text 00000030 GLIBC_2.3 strtol_l +000297e0 g DF .text 00000018 GLIBC_2.0 __isnanf +00022820 g DF .text 00000067 GLIBC_2.2 __nl_langinfo_l +000fa150 g DF .text 00000087 GLIBC_2.2 svc_getreq_poll +00029ab0 w DF .text 0000000e GLIBC_2.0 finitel +000c1d90 g DF .text 00000081 GLIBC_2.6 __sched_cpucount +000df2c0 g DF .text 00000043 GLIBC_2.0 pthread_attr_setinheritsched +00000000 g DO *ABS* 00000000 GLIBC_2.1.1 GLIBC_2.1.1 +00146510 g DO .bss 00000004 GLIBC_2.2 svc_pollfd +00000000 g DO *ABS* 00000000 GLIBC_2.1.2 GLIBC_2.1.2 +00060650 w DF .text 000000f7 GLIBC_2.0 __vsnprintf +000227b0 g DF .text 00000070 GLIBC_2.0 nl_langinfo +00000000 g DO *ABS* 00000000 GLIBC_2.1.3 GLIBC_2.1.3 +000cc460 g DF .text 00000089 GLIBC_2.0 setfsent +000cc940 w DF .text 00000092 GLIBC_2.0 hasmntopt +00029a60 g DF .text 00000046 GLIBC_2.0 __isnanl +0002b1b0 g DF .text 00000016 GLIBC_2.1 __libc_current_sigrtmax +0008e0b0 w DF .text 00000092 GLIBC_2.0 opendir +000ea770 g DF .text 000001e1 GLIBC_2.1.2 getnetbyaddr_r +001115d0 g DF .text 00000063 (GLIBC_2.0) getnetbyaddr_r +00076080 g DF .text 000000a1 GLIBC_2.0 wcsncat +00029680 w DF .text 0000000d GLIBC_2.1 scalbln +000ea270 g DF .text 000000ab GLIBC_2.0 gethostent +000e8ab0 g DF .text 00000042 GLIBC_2.4 __mbsrtowcs_chk +000585a0 g DF .text 00000171 GLIBC_2.0 _IO_fgets +00146500 g DO .bss 00000010 GLIBC_2.0 rpc_createerr +000710c0 w DF .text 0000002e GLIBC_2.0 bzero +000f8a60 g DF .text 00000685 GLIBC_2.0 clnt_broadcast +0002ad00 g DF .text 00000024 GLIBC_2.0 __sigaddset +000297b0 g DF .text 00000024 GLIBC_2.0 __isinff +0006e220 g DF .text 000000bd GLIBC_2.2 mcheck_check_all +00143164 g DO .data 00000004 GLIBC_2.1 argp_err_exit_status +000d73c0 g DF .text 0000012d GLIBC_2.0 getspnam +000df4f0 g DF .text 0000003c GLIBC_2.0 pthread_condattr_destroy +000c2730 g DF .text 00000038 GLIBC_2.2 __statfs +00144a94 g DO .bss 00000004 GLIBC_2.0 __environ +000e7e90 g DF .text 00000056 GLIBC_2.4 __wcscat_chk +000c2140 g DF .text 0000003f GLIBC_2.2 __xstat64 +00090850 w DF .text 0000024e GLIBC_2.0 fgetgrent_r +000c2140 g DF .text 0000003f (GLIBC_2.1) __xstat64 +000f37d0 g DF .text 00000011 GLIBC_2.3.3 inet6_option_space +000d2cd0 w DF .text 00000090 GLIBC_2.0 clone +000d6ef0 g DF .text 00000090 GLIBC_2.1 __iswpunct_l +0002c520 g DF .text 000000ef GLIBC_2.0 getenv +00023fa0 g DF .text 0000003c GLIBC_2.3 __ctype_b_loc +00029a00 g DF .text 00000055 GLIBC_2.0 __isinfl +001108e0 g DF .text 00000032 (GLIBC_2.3.3) sched_getaffinity +000b76c0 g DF .text 00000089 GLIBC_2.3.4 sched_getaffinity +0002aa00 w DF .text 0000001b GLIBC_2.2 __xpg_sigpause +000d5230 w DF .text 000001cd GLIBC_2.0 profil +00055d10 g DF .text 00000034 GLIBC_2.0 sscanf +0010a100 g DF .text 00000023 GLIBC_2.0 __deregister_frame_info +00093900 w DF .text 00000085 GLIBC_2.0 setresuid +0002e130 w DF .text 00000052 GLIBC_2.0 jrand48_r +000d3c30 w DF .text 0000006c GLIBC_2.0 recvfrom +00074e70 g DF .text 00000040 GLIBC_2.1.1 __mempcpy_by2 +000d5c40 g DF .text 00000019 GLIBC_2.0 __profile_frequency +00077770 w DF .text 0000032f GLIBC_2.0 wcsnrtombs +00074e30 g DF .text 00000033 GLIBC_2.1.1 __mempcpy_by4 +00146520 g DO .bss 00000080 GLIBC_2.0 svc_fdset +000ef660 g DF .text 0000009c GLIBC_2.0 ruserok +0006f550 g DF .text 0000002c GLIBC_2.0 _obstack_allocated_p +000c7250 g DF .text 0000003b GLIBC_2.0 fts_set +000fc690 g DF .text 0000001a GLIBC_2.1.1 xdr_u_longlong_t +000caec0 g DF .text 000000ab GLIBC_2.0 nice +000b0130 w DF .text 00000126 GLIBC_2.0 regcomp +00101c60 g DF .text 0000023b GLIBC_2.1 xdecrypt +000c2ff0 w DF .text 00000070 GLIBC_2.0 __open +00085ac0 w DF .text 00000038 GLIBC_2.0 getitimer +00023ac0 g DF .text 00000048 GLIBC_2.0 isgraph +00146344 g DO .bss 00000004 GLIBC_2.0 optarg +00028a30 g DF .text 00000080 GLIBC_2.0 catclose +000f7630 g DF .text 000002db GLIBC_2.0 clntudp_bufcreate +000eb950 g DF .text 0000013d GLIBC_2.0 getservbyname +00061330 g DF .text 0000001a GLIBC_2.2 __freading +0007ff30 g DF .text 0000007b GLIBC_2.0 wcwidth +00143844 g DO .data 00000004 GLIBC_2.0 stderr +000d4500 g DF .text 00000065 GLIBC_2.2 msgctl +00110eb0 g DF .text 00000062 (GLIBC_2.0) msgctl +000e8f60 g DF .text 0000002d GLIBC_2.0 inet_lnaof +0002ae80 g DF .text 0000006a GLIBC_2.0 sigdelset +00016110 w DF .text 00000016 GLIBC_2.1 gnu_get_libc_release +000cb070 w DF .text 0000003a GLIBC_2.0 ioctl +000c44d0 g DF .text 00000178 GLIBC_2.4 fchownat +000923c0 g DF .text 00000034 GLIBC_2.0 alarm +00143560 g DO .data 00000098 GLIBC_2.1 _IO_2_1_stderr_ +0005c580 g DF .text 00000049 GLIBC_2.2 _IO_sputbackwc +0006ad30 g DF .text 00000105 GLIBC_2.0 __libc_pvalloc +00037700 w DF .text 0000007d GLIBC_2.0 system +00100700 g DF .text 00000068 GLIBC_2.1 xdr_getcredres +000782f0 w DF .text 00000040 GLIBC_2.1 __wcstol_l +00055c30 w DF .text 00000039 GLIBC_2.2 vfwscanf +000d3520 g DF .text 0000002c GLIBC_2.4 inotify_init +000cdc60 g DF .text 00000044 GLIBC_2.0 chflags +000d1c60 g DF .text 00000026 GLIBC_2.0 err +000ebab0 g DF .text 000001fb GLIBC_2.1.2 getservbyname_r +00111990 g DF .text 00000066 (GLIBC_2.0) getservbyname_r +000fc810 g DF .text 00000079 GLIBC_2.0 xdr_bool +00071100 g DF .text 00000064 GLIBC_2.1 ffsll +00023ef0 g DF .text 0000002c GLIBC_2.3 __isctype +000caae0 g DF .text 0000006a GLIBC_2.1 setrlimit64 +00093670 w DF .text 00000088 GLIBC_2.0 group_member +000c1e60 g DF .text 00000056 GLIBC_2.6 sched_getcpu +000583a0 g DF .text 000001df GLIBC_2.2 _IO_fgetpos +00065a80 g DF .text 00000052 GLIBC_2.0 _IO_free_backup_area +000cfa20 w DF .text 00000038 GLIBC_2.0 munmap +0010d4c0 g DF .text 0000013b (GLIBC_2.0) _IO_fgetpos +000c14e0 g DF .text 00000037 GLIBC_2.2 posix_spawnattr_setsigdefault +0006f2e0 g DF .text 000000cc GLIBC_2.0 _obstack_begin_1 +000918d0 g DF .text 00000319 GLIBC_PRIVATE _nss_files_parse_pwent +000e88a0 g DF .text 0000003b GLIBC_2.4 __getgroups_chk +00091fe0 w DF .text 00000029 GLIBC_2.0 wait3 +00092010 w DF .text 00000040 GLIBC_2.0 wait4 +0006f3b0 g DF .text 00000195 GLIBC_2.0 _obstack_newchunk +00074ef0 g DF .text 00000034 GLIBC_2.1.1 __stpcpy_g +000d25b0 w DF .text 0000007c GLIBC_2.0 advance +000f42e0 g DF .text 0000002a GLIBC_2.5 inet6_opt_init +00143024 g DO .data 00000002 GLIBC_2.0 __fpu_control +00109ff0 g DF .text 0000003a GLIBC_2.0 __register_frame_info +000e9980 g DF .text 000001a5 GLIBC_2.0 gethostbyname +000c3760 w DF .text 0000003a GLIBC_2.0 __lseek +000e6e40 g DF .text 00000039 GLIBC_2.3.4 __snprintf_chk +001430d8 g DO .data 00000004 GLIBC_2.0 optopt +000c13b0 g DF .text 00000097 GLIBC_2.2 posix_spawn_file_actions_adddup2 +000782f0 w DF .text 00000040 GLIBC_2.3 wcstol_l +00146354 g DO .bss 00000004 GLIBC_2.0 error_message_count +00023d90 g DF .text 00000015 GLIBC_2.1 __iscntrl_l +000c2f00 g DF .text 000000ed GLIBC_2.4 mkdirat +000cb6a0 g DF .text 000000a7 GLIBC_2.0 seteuid +00075f50 g DF .text 0000002c GLIBC_2.0 wcscpy +0002e0f0 g DF .text 00000037 GLIBC_2.0 mrand48_r +000d2f30 g DF .text 00000013 GLIBC_2.0 setfsuid +000c3f40 w DF .text 00000034 GLIBC_2.0 dup +000e68a0 g DF .text 000000d9 GLIBC_2.3.4 __memset_chk +00143860 g DO .data 00000050 GLIBC_2.0 _IO_stdin_ +000df9a0 g DF .text 00000046 GLIBC_2.0 pthread_exit +000fc7d0 g DF .text 00000037 GLIBC_2.0 xdr_u_char +0005b310 g DF .text 0000003d GLIBC_2.2 getwchar_unlocked +00146340 g DO .bss 00000004 GLIBC_2.0 re_syntax_options +00108fb0 g DF .text 00000023 GLIBC_2.1 pututxline +000d4300 w DF .text 000000b6 GLIBC_2.0 msgsnd +00093a20 g DF .text 000000dd GLIBC_2.0 getlogin +000cdcb0 g DF .text 00000044 GLIBC_2.0 fchflags +0002b0d0 g DF .text 0000005f GLIBC_2.0 sigandset +000298e0 w DF .text 0000000d GLIBC_2.0 scalbnf +000b7680 w DF .text 00000038 GLIBC_2.0 sched_rr_get_interval +00064360 g DF .text 00000091 GLIBC_2.1 _IO_file_finish +000d2c50 g DF .text 00000075 GLIBC_2.2 __sysctl +000fcea0 g DF .text 000000a0 GLIBC_2.0 xdr_double +00093550 w DF .text 0000003f GLIBC_2.0 getgroups +00029c70 w DF .text 0000000d GLIBC_2.0 scalbnl +000cb210 w DF .text 00000103 GLIBC_2.0 readv +00093510 w DF .text 0000000c GLIBC_2.0 getuid +000ef5a0 g DF .text 0000003f GLIBC_2.0 rcmd +000c4f30 w DF .text 0000003a GLIBC_2.0 readlink +000d1790 g DF .text 0000008b GLIBC_2.0 lsearch +000ee6b0 g DF .text 000000ca GLIBC_2.2 iruserok_af +00055c90 g DF .text 00000024 GLIBC_2.0 fscanf +000eccc0 g DF .text 00000656 GLIBC_2.0 ether_aton_r +00041ac0 g DF .text 0000264a GLIBC_2.0 __printf_fp +000d3620 w DF .text 00000046 GLIBC_2.0 mremap +000d2ec0 w DF .text 0000006a GLIBC_2.3 readahead +00100c60 g DF .text 000001a0 GLIBC_2.1 host2netname +000d2a60 g DF .text 00000038 GLIBC_2.3 removexattr +0005c410 g DF .text 0000002d GLIBC_2.2 _IO_switch_to_wbackup_area +000f88f0 g DF .text 0000006f GLIBC_2.0 xdr_pmap +00000000 g DO *ABS* 00000000 GLIBC_2.2.1 GLIBC_2.2.1 +00074eb0 g DF .text 00000033 GLIBC_2.1.1 __mempcpy_byn +000eb310 g DF .text 000000a2 GLIBC_2.0 getprotoent +00092aa0 w DF .text 00000053 GLIBC_2.0 execve +0005e350 g DF .text 0000015f GLIBC_2.2 _IO_wfile_sync +00000000 g DO *ABS* 00000000 GLIBC_2.2.2 GLIBC_2.2.2 +000fc8b0 g DF .text 000000cd GLIBC_2.0 xdr_opaque +00093540 w DF .text 0000000c GLIBC_2.0 getegid +00000000 g DO *ABS* 00000000 GLIBC_2.2.3 GLIBC_2.2.3 +00000000 g DO *ABS* 00000000 GLIBC_2.2.4 GLIBC_2.2.4 +000caa10 g DF .text 0000003f GLIBC_2.2 setrlimit +000d30f0 g DF .text 00000038 (GLIBC_2.0) setrlimit +000b7480 g DF .text 00000047 GLIBC_2.0 getopt_long +00063c10 g DF .text 0000011b GLIBC_2.0 _IO_file_open +00000000 g DO *ABS* 00000000 GLIBC_2.2.6 GLIBC_2.2.6 +000835e0 w DF .text 00000038 GLIBC_2.0 settimeofday +0005fe80 g DF .text 000000cb GLIBC_2.0 open_memstream +000cb040 g DF .text 00000022 GLIBC_2.0 sstk +00109e50 g DF .text 000000d7 GLIBC_PRIVATE _dl_vsym +000613b0 g DF .text 00000076 GLIBC_2.2 __fpurge +00108fe0 g DF .text 00000023 GLIBC_2.1 utmpxname +00093700 w DF .text 00000034 GLIBC_2.0 getpgid +0002b1b0 g DF .text 00000016 GLIBC_PRIVATE __libc_current_sigrtmax_private +00037150 w DF .text 00000029 GLIBC_2.3 strtold_l +000e6aa0 g DF .text 000000e7 GLIBC_2.3.4 __strncat_chk +000c1d60 g DF .text 00000024 GLIBC_2.2 posix_madvise +000c1560 g DF .text 00000012 GLIBC_2.2 posix_spawnattr_getpgroup +000d1af0 g DF .text 000000e3 GLIBC_2.0 vwarnx +000753b0 g DF .text 000000d3 GLIBC_2.1.1 __mempcpy_small +0010d620 g DF .text 00000184 (GLIBC_2.1) fgetpos64 +0005abb0 g DF .text 000001af GLIBC_2.2 fgetpos64 +0006f840 w DF .text 00000167 GLIBC_2.0 index +001464e4 g DO .bss 00000004 GLIBC_2.0 rexecoptions +000df1d0 g DF .text 00000043 GLIBC_2.0 pthread_attr_getdetachstate +0005daf0 g DF .text 0000019f GLIBC_2.2 _IO_wfile_xsputn +00092f20 g DF .text 00000441 GLIBC_2.0 execvp +000cfb50 g DF .text 0000003a GLIBC_2.2 mincore +00068850 w DF .text 0000018a GLIBC_2.0 mallinfo +000689e0 w DF .text 00000077 GLIBC_2.0 malloc_trim +000665f0 g DF .text 00000042 GLIBC_2.0 _IO_str_underflow +000f2710 g DF .text 00000023 GLIBC_2.3 freeifaddrs +000fb8b0 g DF .text 00000126 GLIBC_2.0 svcudp_enablecache +000230e0 g DF .text 0000014b GLIBC_2.1 __duplocale +00081a30 g DF .text 00000073 GLIBC_2.1 __wcsncasecmp_l +000c4c10 g DF .text 000001c1 GLIBC_2.4 linkat +00065d90 g DF .text 00000129 GLIBC_2.0 _IO_default_pbackfail +000f4690 g DF .text 00000024 GLIBC_2.5 inet6_rth_space +0005c7e0 g DF .text 00000058 GLIBC_2.2 _IO_free_wbackup_area +000df6d0 g DF .text 0000004a GLIBC_2.3.2 pthread_cond_timedwait +001112d0 g DF .text 0000004a (GLIBC_2.0) pthread_cond_timedwait +000914f0 g DF .text 000001ec GLIBC_2.1.2 getpwnam_r +0010d7d0 g DF .text 00000110 (GLIBC_2.0) _IO_fsetpos +0010f070 g DF .text 0000005f (GLIBC_2.0) getpwnam_r +00058e40 g DF .text 0000013e GLIBC_2.2 _IO_fsetpos +0014332c w DO .data 00000004 GLIBC_2.0 __realloc_hook +0005f8b0 g DF .text 0000026b GLIBC_2.0 freopen +000e6520 w DF .text 00000217 GLIBC_2.1 backtrace_symbols_fd +000712d0 w DF .text 0000007a GLIBC_2.0 strncasecmp +000c2200 g DF .text 00000096 GLIBC_2.0 __xmknod +0005dc90 g DF .text 000006b2 GLIBC_2.2 _IO_wfile_seekoff +000e7a80 g DF .text 00000032 GLIBC_2.4 __recv_chk +000cc390 g DF .text 0000008b GLIBC_2.0 ptrace +000f4710 g DF .text 00000106 GLIBC_2.5 inet6_rth_reverse +000cdd30 g DF .text 0000001a GLIBC_2.0 remque +000f2b40 g DF .text 00000c87 GLIBC_2.3 getifaddrs +000d70c0 w DF .text 0000005d GLIBC_2.3 towlower_l +0005bc50 g DF .text 00000038 GLIBC_2.2 putwc_unlocked +00045bc0 g DF .text 0000002b GLIBC_2.1 printf_size_info +00000020 g D .tbss 00000004 GLIBC_PRIVATE h_errno +00029680 w DF .text 0000000d GLIBC_2.0 scalbn +0007dce0 w DF .text 00000039 GLIBC_2.1 __wcstold_l +000f22d0 g DF .text 000000a4 GLIBC_2.1 if_nametoindex +000298e0 w DF .text 0000000d GLIBC_2.1 scalblnf +00077ce0 g DF .text 00000045 GLIBC_2.0 __wcstoll_internal +00146480 g DO .bss 00000030 GLIBC_2.2 _res_hconf +000c4000 w DF .text 0000006c GLIBC_2.0 creat +000c2020 g DF .text 0000008e GLIBC_2.0 __fxstat +0010e860 g DF .text 000000d8 (GLIBC_2.0) _IO_file_close_it +00064400 g DF .text 0000019d GLIBC_2.1 _IO_file_close_it +00029c70 w DF .text 0000000d GLIBC_2.1 scalblnl +000631f0 g DF .text 00000016 GLIBC_2.0 _IO_file_close +000700a0 g DF .text 000000aa GLIBC_2.0 strncat +001002d0 g DF .text 00000081 GLIBC_2.1 key_decryptsession_pk +0014316c g DO .data 00000004 GLIBC_2.0 __check_rhosts_file +000c9630 g DF .text 00000040 GLIBC_2.3 sendfile64 +000d3d80 w DF .text 0000006c GLIBC_2.0 sendmsg +000e6520 g DF .text 00000217 GLIBC_2.1 __backtrace_symbols_fd +00039cf0 g DF .text 00000029 GLIBC_2.1 wcstoimax +0002e580 g DF .text 00000046 GLIBC_2.0 strtoull +00071970 g DF .text 00000090 GLIBC_2.1.1 __strsep_g +0005cb30 g DF .text 000000e7 GLIBC_2.2 __wunderflow +00016bb0 g DF .text 00000133 (GLIBC_2.0) __udivdi3 +00057d70 g DF .text 000001e8 GLIBC_2.1 _IO_fclose +0010cd10 g DF .text 00000183 (GLIBC_2.0) _IO_fclose +00061380 g DF .text 00000013 GLIBC_2.2 __fwritable +000e7c30 g DF .text 00000038 GLIBC_2.4 __realpath_chk +0002afc0 g DF .text 000000a2 GLIBC_2.0 __sysv_signal +000cab90 w DF .text 000000cb GLIBC_2.0 ulimit +000609d0 w DF .text 00000034 GLIBC_2.0 obstack_printf +0005e870 g DF .text 00000475 GLIBC_2.2 _IO_wfile_underflow +0005b050 g DF .text 0000006d GLIBC_2.2 fputwc_unlocked +000c1c40 g DF .text 00000039 GLIBC_2.2 posix_spawnattr_getsigmask +000e5bb0 g DF .text 0000008c GLIBC_2.0 __nss_passwd_lookup +0002dd60 g DF .text 00000034 GLIBC_2.0 drand48 +000fc380 g DF .text 0000001f GLIBC_2.0 xdr_free +0005f750 g DF .text 00000034 GLIBC_2.0 fileno +0010d3e0 g DF .text 00000023 (GLIBC_2.0) pclose +000710c0 g DF .text 0000002e GLIBC_2.0 __bzero +000ea4e0 g DF .text 000000a8 GLIBC_2.0 sethostent +00023e90 g DF .text 00000017 GLIBC_2.1 __isxdigit_l +00060040 g DF .text 00000023 GLIBC_2.1 pclose +000f46e0 g DF .text 00000026 GLIBC_2.5 inet6_rth_getaddr +000b5970 w DF .text 00000039 GLIBC_2.0 re_search +00093740 g DF .text 00000038 GLIBC_2.0 __setpgid +000cb870 w DF .text 00000098 GLIBC_2.0 gethostname +00024470 g DF .text 00000022 GLIBC_2.0 __dgettext +000df0c0 g DF .text 00000046 GLIBC_2.0 pthread_equal +000d8400 w DF .text 0000008f GLIBC_2.0 sgetspent_r +000c2bf0 w DF .text 000000a3 GLIBC_2.1 fstatvfs64 +000cc2b0 g DF .text 0000003e GLIBC_2.0 usleep +000df800 g DF .text 00000043 GLIBC_2.0 pthread_mutex_init +000d2cd0 g DF .text 00000090 GLIBC_2.0 __clone +000cd7c0 w DF .text 0000003f GLIBC_2.0 utimes +00143408 g DO .data 00000004 (GLIBC_2.2) __ctype32_toupper +0002b690 g DF .text 000001fd GLIBC_2.1 sigset +000d4210 g DF .text 0000003e GLIBC_2.0 __cmsg_nxthdr +0006f580 g DF .text 00000021 GLIBC_2.0 _obstack_memory_used +000d2180 g DF .text 00000086 GLIBC_2.0 ustat +000c43b0 g DF .text 00000053 GLIBC_2.1 chown +00110960 g DF .text 00000031 (GLIBC_2.0) chown +0006cff0 g DF .text 00000487 GLIBC_2.0 __libc_realloc +000d3810 g DF .text 0000004c GLIBC_2.5 splice +000c1590 g DF .text 00000050 GLIBC_2.2 posix_spawn +000d6b50 g DF .text 00000090 GLIBC_2.1 __iswblank_l +0005c5d0 g DF .text 0000004b GLIBC_2.2 _IO_sungetwc +00121960 g DO .rodata 00000024 GLIBC_PRIVATE _itoa_lower_digits +000c4120 w DF .text 00000130 GLIBC_2.0 getcwd +000fccb0 g DF .text 0000004f GLIBC_2.0 xdr_vector +000593f0 w DF .text 00000278 GLIBC_2.0 __getdelim +00039eb0 w DF .text 000000a4 GLIBC_2.1 swapcontext +000f9d10 g DF .text 00000030 GLIBC_2.2.3 __rpc_thread_svc_fdset +00143340 g DO .data 00000004 GLIBC_2.0 __progname_full +000d2950 g DF .text 00000040 GLIBC_2.3 lgetxattr +001038c0 g DF .text 00000068 GLIBC_2.1 xdr_uint8_t +00029800 g DF .text 00000011 GLIBC_2.0 __finitef +00146358 g DO .bss 00000004 GLIBC_2.0 error_one_per_line +00080fb0 w DF .text 00000955 GLIBC_2.3 wcsxfrm_l +000fe9e0 g DF .text 0000022e GLIBC_2.1 authdes_pk_create +000f2230 g DF .text 0000009b GLIBC_2.1 if_indextoname +000d3960 g DF .text 00000040 GLIBC_2.5 vmsplice +0005c370 g DF .text 00000024 GLIBC_2.2 swscanf +000f9de0 g DF .text 00000042 GLIBC_2.0 svcerr_decode +00059270 w DF .text 0000015f GLIBC_2.0 fwrite +00109010 g DF .text 0000002a GLIBC_2.1 updwtmpx +00016130 w DF .text 00000016 GLIBC_2.1 gnu_get_libc_version +00029ab0 g DF .text 0000000e GLIBC_2.0 __finitel +000ffcc0 g DF .text 00000089 GLIBC_2.1 des_setparity +00029820 w DF .text 0000001e GLIBC_2.0 copysignf +000e6740 g DF .text 00000005 GLIBC_2.2 __cyg_profile_func_enter +00058d00 w DF .text 00000118 GLIBC_2.0 fread +000f4000 g DF .text 00000184 GLIBC_2.3.4 getsourcefilter +000297e0 w DF .text 00000018 GLIBC_2.0 isnanf +000d04e0 g DF .text 0000032a GLIBC_2.0 qfcvt_r +0002e050 g DF .text 00000037 GLIBC_2.0 lrand48_r +000cfe50 g DF .text 000002e1 GLIBC_2.0 fcvt_r +000835a0 w DF .text 00000038 GLIBC_2.0 gettimeofday +000d6a20 w DF .text 00000090 GLIBC_2.3 iswalnum_l +00017100 g DF .text 0000003a GLIBC_2.1 iconv_close +00083620 w DF .text 0000011c GLIBC_2.0 adjtime +000f07b0 w DF .text 00000095 GLIBC_2.0 getnetgrent_r +0002a360 w DF .text 00000157 GLIBC_2.0 sigaction +0005c6d0 g DF .text 0000003d GLIBC_2.2 _IO_wmarker_delta +00056a80 g DF .text 00000038 GLIBC_2.0 rename +00029ac0 w DF .text 0000001e GLIBC_2.0 copysignl +0002df10 g DF .text 00000039 GLIBC_2.0 seed48 +000cdd50 g DF .text 00000042 GLIBC_2.0 endttyent +00029a60 w DF .text 00000046 GLIBC_2.0 isnanl +000659f0 g DF .text 0000008d GLIBC_2.0 _IO_default_finish +001010f0 g DF .text 00000227 GLIBC_2.1 rtime +000cc7b0 g DF .text 000000a9 GLIBC_2.0 getfsent +000d32f0 g DF .text 00000040 GLIBC_2.3.2 epoll_ctl +000d6920 g DF .text 00000092 GLIBC_2.1 __iswxdigit_l +00058b90 g DF .text 00000149 GLIBC_2.0 _IO_fputs +00000000 g DO *ABS* 00000000 GLIBC_2.3.2 GLIBC_2.3.2 +000cfb10 g DF .text 0000003a GLIBC_2.0 madvise +00090580 g DF .text 000002c2 GLIBC_PRIVATE _nss_files_parse_grent +00100f00 g DF .text 00000063 GLIBC_2.1 getnetname +00101bf0 g DF .text 00000061 GLIBC_2.1 passwd2des +00000000 g DO *ABS* 00000000 GLIBC_2.3.3 GLIBC_2.3.3 +001095e0 g DF .text 00000033 GLIBC_2.1 _dl_mcount_wrapper +0002ad30 g DF .text 00000024 GLIBC_2.0 __sigdelset +00000000 g DO *ABS* 00000000 GLIBC_2.3.4 GLIBC_2.3.4 +0008e510 g DF .text 000001e4 GLIBC_2.0 scandir +00075520 g DF .text 000000b2 GLIBC_2.1.1 __stpcpy_small +000ead50 g DF .text 000000a8 GLIBC_2.0 setnetent +000cc1e0 g DF .text 0000002b GLIBC_2.2 mkstemp64 +0002b190 g DF .text 00000016 GLIBC_PRIVATE __libc_current_sigrtmin_private +000d2fa0 g DF .text 00000019 GLIBC_2.3.3 gnu_dev_minor +000297b0 w DF .text 00000024 GLIBC_2.0 isinff +000938a0 w DF .text 00000053 GLIBC_2.0 getresgid +00029f60 g DF .text 00000064 GLIBC_PRIVATE __libc_siglongjmp +000c2730 w DF .text 00000038 GLIBC_2.0 statfs +00093520 w DF .text 0000000c GLIBC_2.0 geteuid +000b74d0 w DF .text 00000038 GLIBC_2.0 sched_setparam +000e6750 g DF .text 00000050 GLIBC_2.3.4 __memcpy_chk +000ed320 g DF .text 00000153 GLIBC_2.0 ether_hostton +000d6ab0 w DF .text 00000092 GLIBC_2.3 iswalpha_l +000d37d0 g DF .text 00000040 GLIBC_2.0 quotactl +0002d800 w DF .text 00000060 GLIBC_2.0 srandom +000d6f80 g DF .text 00000092 GLIBC_2.1 __iswspace_l +000ecb10 g DF .text 0000017d GLIBC_2.1.2 getrpcbynumber_r +00111cf0 g DF .text 0000005f (GLIBC_2.0) getrpcbynumber_r +00029a00 w DF .text 00000055 GLIBC_2.0 isinfl +0002b890 g DF .text 00000023 GLIBC_2.0 atof +000ce5b0 g DF .text 000000a7 GLIBC_2.0 getttynam +0009f160 w DF .text 0000004b GLIBC_2.0 re_set_registers +00028c30 g DF .text 000007d2 GLIBC_PRIVATE __open_catalog +0002aef0 g DF .text 0000006e GLIBC_2.0 sigismember +000df360 g DF .text 00000043 GLIBC_2.0 pthread_attr_setschedparam +00071020 g DF .text 0000009f GLIBC_2.0 bcopy +000602f0 g DF .text 0000003b GLIBC_2.0 setlinebuf +000e6c50 g DF .text 000000cd GLIBC_2.4 __stpncpy_chk +00076430 w DF .text 0000011e GLIBC_2.1 wcswcs +0002b8c0 g DF .text 0000002b GLIBC_2.0 atoi +000d6e50 g DF .text 00000092 GLIBC_2.1 __iswprint_l +00075800 g DF .text 0000005e GLIBC_2.1.1 __strtok_r_1c +000fc4b0 g DF .text 000000cb GLIBC_2.1.1 xdr_hyper +0008f010 g DF .text 00000074 GLIBC_2.2 getdirentries64 +00085b40 g DF .text 00000034 GLIBC_2.0 stime +00027430 w DF .text 0000011d GLIBC_2.0 textdomain +000b7600 w DF .text 00000034 GLIBC_2.0 sched_get_priority_max +0002b8f0 g DF .text 0000002b GLIBC_2.0 atol +000ca830 g DF .text 00000032 GLIBC_2.0 tcflush +000c1ca0 g DF .text 00000039 GLIBC_2.2 posix_spawnattr_getschedparam +000f4390 g DF .text 000000b4 GLIBC_2.5 inet6_opt_find +00077d30 g DF .text 00000046 GLIBC_2.1 wcstoull +000edc30 g DF .text 00000155 GLIBC_2.0 ether_ntohost +00141580 g DO .data.rel.ro 00000100 (GLIBC_2.1) sys_siglist +00141580 g DO .data.rel.ro 00000080 (GLIBC_2.0) sys_siglist +000cfc60 g DF .text 00000034 GLIBC_2.0 mlockall +00141580 g DO .data.rel.ro 00000104 GLIBC_2.3.3 sys_siglist +000cc340 g DF .text 00000044 GLIBC_2.0 stty +000d5d00 w DF .text 000000cb GLIBC_2.0 iswxdigit +000c7220 g DF .text 00000026 GLIBC_2.1 ftw64 +00091f70 w DF .text 00000070 GLIBC_2.0 waitpid +000e8a10 g DF .text 00000049 GLIBC_2.4 __mbsnrtowcs_chk +00061430 g DF .text 0000002a GLIBC_2.2 __fpending +000c3610 w DF .text 00000065 GLIBC_2.0 close +00108a90 g DF .text 0000006b GLIBC_2.1 unlockpt +000fc9b0 g DF .text 00000090 GLIBC_2.0 xdr_union +000e6100 w DF .text 00000160 GLIBC_2.1 backtrace +0006fb30 w DF .text 00000154 GLIBC_2.1 strverscmp +000c1c80 g DF .text 00000015 GLIBC_2.2 posix_spawnattr_getschedpolicy +00028980 g DF .text 000000ab GLIBC_2.0 catgets +0002d310 g DF .text 00000095 GLIBC_2.0 lldiv +00106b50 w DF .text 0000005e GLIBC_2.0 endutent +000df900 w DF .text 00000043 GLIBC_2.0 pthread_setcancelstate +00056180 g DF .text 000000b8 GLIBC_2.0 tmpnam +000e1020 g DF .text 000000cf GLIBC_2.0 inet_nsap_ntoa +00075d80 g DF .text 00000126 GLIBC_2.6 strerror_l +000c2ff0 w DF .text 00000070 GLIBC_2.0 open +000d0ea0 w DF .text 00000022 GLIBC_2.0 twalk +0002dee0 g DF .text 0000002d GLIBC_2.0 srand48 +00023ed0 w DF .text 00000011 GLIBC_2.3 toupper_l +00102d10 g DF .text 00000012 GLIBC_2.1 svcunixfd_create +000d2ba0 g DF .text 00000034 GLIBC_2.0 iopl +000c6200 g DF .text 00000026 GLIBC_2.0 ftw +00077d80 g DF .text 00000045 GLIBC_2.0 __wcstoull_internal +000d7510 g DF .text 00000141 GLIBC_2.0 sgetspent +0006fe20 w DF .text 00000121 GLIBC_2.0 strerror_r +00065860 g DF .text 00000016 GLIBC_2.2 _IO_iter_begin +000df720 g DF .text 0000004a GLIBC_2.0 pthread_getschedparam +000258d0 w DF .text 00000040 GLIBC_2.2 dngettext +000f9cd0 g DF .text 00000039 GLIBC_2.2.3 __rpc_thread_createerr +000cc0b0 g DF .text 00000034 GLIBC_2.0 vhangup +00082ab0 g DF .text 00000035 GLIBC_2.0 localtime +00100650 g DF .text 0000008f GLIBC_2.1 key_secretkey_is_set +00082a20 g DF .text 0000000d GLIBC_2.0 difftime +000cc0f0 w DF .text 00000038 GLIBC_2.0 swapon +00108f30 g DF .text 00000017 GLIBC_2.1 endutxent +000d2d90 w DF .text 000000a5 GLIBC_2.1 lseek64 +000e8a60 g DF .text 00000049 GLIBC_2.4 __wcsnrtombs_chk +00061c70 g DF .text 00000010 GLIBC_2.0 ferror_unlocked +000d2e40 w DF .text 00000034 GLIBC_2.0 umount +00092a84 w DF .text 00000013 GLIBC_2.1.1 _Exit +000d31f0 g DF .text 00000038 GLIBC_2.1 capset +0006f840 g DF .text 00000167 GLIBC_2.0 strchr +000d7220 w DF .text 00000073 GLIBC_2.3 wctrans_l +000d2800 g DF .text 0000003a GLIBC_2.3 flistxattr +000f5da0 g DF .text 000001fd GLIBC_2.0 clnt_spcreateerror +0006f610 g DF .text 00000078 GLIBC_2.0 obstack_free +000df450 g DF .text 00000043 GLIBC_2.0 pthread_attr_getscope +000f1280 g DF .text 000000a2 GLIBC_2.0 getaliasent +00141360 g DO .data.rel.ro 000001f8 (GLIBC_2.3) _sys_errlist +00141360 g DO .data.rel.ro 00000210 GLIBC_2.4 _sys_errlist +00141360 g DO .data.rel.ro 000001f4 (GLIBC_2.1) _sys_errlist +00141360 g DO .data.rel.ro 000001ec (GLIBC_2.0) _sys_errlist +0002b620 g DF .text 00000070 GLIBC_2.1 sigignore +0002af60 w DF .text 00000022 GLIBC_2.0 sigreturn +000ee830 g DF .text 000001c7 GLIBC_2.2 rresvport_af +000d4ef0 g DF .text 000001a0 GLIBC_2.0 __monstartup +000d5dd0 w DF .text 000000a4 GLIBC_2.0 iswdigit +000fa3a0 g DF .text 00000037 GLIBC_2.0 svcerr_weakauth +00060ad0 w DF .text 00000017 GLIBC_2.0 fcloseall +000e81a0 g DF .text 0000010b GLIBC_2.4 __wprintf_chk +000d6180 w DF .text 000000c9 GLIBC_2.0 iswcntrl +000cce00 w DF .text 0000002c GLIBC_2.0 endmntent +00056f40 w DF .text 0000002f GLIBC_2.0 funlockfile +001447c4 g DO .bss 00000004 GLIBC_2.0 __timezone +00046500 g DF .text 00000024 GLIBC_2.0 fprintf +000d3b00 g DF .text 00000037 GLIBC_2.0 getsockname +000c1ec0 g DF .text 00000038 GLIBC_2.0 utime +0010eb40 g DF .text 000001e4 (GLIBC_2.1) scandir64 +0008ecb0 g DF .text 000001e4 GLIBC_2.2 scandir64 +000d0a50 g DF .text 00000045 GLIBC_2.0 hsearch +000dd100 w DF .text 000000dd GLIBC_2.1 argp_error +00146234 g DO .bss 00000004 GLIBC_2.0 _nl_domain_bindings +00075760 g DF .text 00000041 GLIBC_2.1.1 __strpbrk_c2 +0002d1f0 g DF .text 00000011 GLIBC_2.0 abs +000d3df0 w DF .text 0000006c GLIBC_2.0 sendto +000757b0 g DF .text 0000004c GLIBC_2.1.1 __strpbrk_c3 +000cc9e0 w DF .text 0000041f GLIBC_2.0 addmntent +000d6ef0 w DF .text 00000090 GLIBC_2.3 iswpunct_l +00037150 w DF .text 00000029 GLIBC_2.1 __strtold_l +001082d0 w DF .text 0000010f GLIBC_2.0 updwtmp +000e46e0 g DF .text 00000372 GLIBC_2.0 __nss_database_lookup +0005c3a0 g DF .text 00000033 GLIBC_2.2 _IO_least_wmarker +00070300 w DF .text 000001b9 GLIBC_2.0 rindex +00092a30 w DF .text 00000051 GLIBC_2.0 vfork +0010ed90 g DF .text 000000e5 (GLIBC_2.0) getgrent_r +000fa1e0 g DF .text 000000fe GLIBC_2.0 xprt_register +000393e0 g DF .text 000000f0 GLIBC_2.1 addseverity +0008fef0 g DF .text 000000e2 GLIBC_2.1.2 getgrent_r +000e7250 g DF .text 000000bc GLIBC_2.3.4 __vfprintf_chk +00083540 g DF .text 0000003c GLIBC_2.0 mktime +00100550 g DF .text 00000100 GLIBC_2.1 key_gendes +0002d3b0 g DF .text 000000c5 GLIBC_2.0 mblen +000d16e0 w DF .text 0000005c GLIBC_2.1 tdestroy +000d2c50 w DF .text 00000075 GLIBC_2.0 sysctl +000f5a20 g DF .text 000002e2 GLIBC_2.0 clnt_create +0008e700 g DF .text 00000024 GLIBC_2.0 alphasort +001447c4 w DO .bss 00000004 GLIBC_2.0 timezone +000f90f0 g DF .text 000000ec GLIBC_2.0 xdr_rmtcall_args +00070bd0 g DF .text 00000104 GLIBC_2.0 __strtok_r +00068ec0 w DF .text 0000014b GLIBC_2.0 mallopt +000fde60 g DF .text 00000035 GLIBC_2.0 xdrstdio_create +00039c90 g DF .text 00000029 GLIBC_2.1 strtoimax +00056950 w DF .text 00000039 GLIBC_2.0 getline +00144100 w DO .bss 00000004 GLIBC_2.0 __malloc_initialize_hook +000d6c70 g DF .text 00000093 GLIBC_2.1 __iswdigit_l +00071170 g DF .text 00000041 GLIBC_2.0 __stpcpy +00016f70 g DF .text 00000187 GLIBC_2.1 iconv +000f8080 g DF .text 000000f5 GLIBC_2.0 get_myaddress +000ec990 g DF .text 0000017d GLIBC_2.1.2 getrpcbyname_r +00111c90 g DF .text 0000005f (GLIBC_2.0) getrpcbyname_r +00143344 w DO .data 00000004 GLIBC_2.0 program_invocation_short_name +000d3170 g DF .text 00000038 GLIBC_2.0 bdflush +0002d230 w DF .text 00000031 GLIBC_2.1.1 imaxabs +00016540 g DF .text 0000002a (GLIBC_2.0) __floatdidf +000a2f60 w DF .text 00000093 GLIBC_2.0 re_compile_fastmap +000d29d0 g DF .text 00000038 GLIBC_2.3 lremovexattr +0010cb50 g DF .text 000001b6 (GLIBC_2.0) fdopen +00057fa0 g DF .text 000002da GLIBC_2.1 fdopen +000668e0 g DF .text 000001b9 GLIBC_2.0 _IO_str_seekoff +000ce900 g DF .text 0000001d GLIBC_2.0 setusershell +00142740 g DO .data.rel.ro 00000054 GLIBC_2.2 _IO_wfile_jumps +0008ea50 g DF .text 000000b0 GLIBC_2.2 readdir64 +0010e940 g DF .text 000000af (GLIBC_2.1) readdir64 +000f9750 g DF .text 00000406 GLIBC_2.0 xdr_callmsg +000f9e80 g DF .text 00000036 GLIBC_2.0 svcerr_auth +0002c3e0 g DF .text 0000013e GLIBC_2.0 qsort +00037d10 w DF .text 0000002b GLIBC_2.0 canonicalize_file_name +00093700 g DF .text 00000034 GLIBC_2.0 __getpgid +00016cf0 g DF .text 0000027d GLIBC_2.1 iconv_open +00064de0 g DF .text 0000002a GLIBC_2.0 _IO_sgetn +0002fc20 g DF .text 0000003e GLIBC_2.0 __strtod_internal +0005adc0 g DF .text 0000013c GLIBC_2.2 _IO_fsetpos64 +0010d900 g DF .text 0000010e (GLIBC_2.1) _IO_fsetpos64 +000391c0 w DF .text 00000042 GLIBC_2.3 strfmon_l +0002de60 g DF .text 00000034 GLIBC_2.0 mrand48 +000c1520 g DF .text 00000013 GLIBC_2.2 posix_spawnattr_getflags +000d39a0 w DF .text 0000006c GLIBC_2.0 accept +0002d590 g DF .text 00000046 GLIBC_2.0 wcstombs +0006ce00 g DF .text 000001e5 GLIBC_2.0 __libc_free +000e9b50 g DF .text 000001ab GLIBC_2.0 gethostbyname2 +000fee80 g DF .text 00000197 GLIBC_2.1 cbc_crypt +000e5a00 g DF .text 0000008c GLIBC_2.0 __nss_hosts_lookup +0002fb70 w DF .text 00000030 GLIBC_2.1 __strtoull_l +00100a20 g DF .text 0000003a GLIBC_2.1 xdr_netnamestr +00066aa0 g DF .text 00000189 GLIBC_2.0 _IO_str_overflow +00144108 w DO .bss 00000004 GLIBC_2.0 __after_morecore_hook +000de250 w DF .text 00000d40 GLIBC_2.1 argp_parse +0005a520 g DF .text 00000141 GLIBC_2.0 _IO_seekpos +00072bf0 g DF .text 000000a2 GLIBC_2.0 envz_get +00071a00 g DF .text 00000151 GLIBC_2.1 __strcasestr +00093840 w DF .text 00000053 GLIBC_2.0 getresuid +000c1ce0 g DF .text 0000003a GLIBC_2.2 posix_spawnattr_setsigmask +000dfdf0 g DF .text 00000096 GLIBC_2.0 hstrerror +000cf060 g DF .text 0000059d GLIBC_2.4 __vsyslog_chk +000d34e0 g DF .text 0000003a GLIBC_2.4 inotify_add_watch +0010cec0 g DF .text 000001a5 (GLIBC_2.0) _IO_proc_close +000ca5e0 w DF .text 000000d6 GLIBC_2.0 tcgetattr +00023cb0 g DF .text 0000000b GLIBC_2.0 toascii +00059b70 g DF .text 000001a5 GLIBC_2.1 _IO_proc_close +000c27b0 w DF .text 0000012b GLIBC_2.1 statfs64 +000f5040 g DF .text 00000081 GLIBC_2.0 authnone_create +00075000 g DF .text 0000003f GLIBC_2.1.1 __strcmp_gg +00023e70 w DF .text 00000017 GLIBC_2.3 isupper_l +000cbfd0 g DF .text 000000a5 GLIBC_2.0 sethostid +00108f80 g DF .text 00000023 GLIBC_2.1 getutxline +000560d0 g DF .text 000000a2 GLIBC_2.1 tmpfile64 +00092400 w DF .text 0000026a GLIBC_2.0 sleep +00091e80 w DF .text 00000034 GLIBC_2.0 times +00063840 g DF .text 000000dd GLIBC_2.1 _IO_file_sync +0010e5f0 g DF .text 00000097 (GLIBC_2.0) _IO_file_sync +0007fef0 g DF .text 0000003e GLIBC_2.0 wcsxfrm +000751b0 g DF .text 00000046 GLIBC_2.1.1 __strcspn_g +00073ef0 w DF .text 00000d51 GLIBC_2.3 strxfrm_l +0002b1d0 g DF .text 0000004f GLIBC_2.1 __libc_allocate_rtsig +000e89c0 g DF .text 00000049 GLIBC_2.4 __wcrtomb_chk +00023f60 g DF .text 0000003c GLIBC_2.3 __ctype_toupper_loc +000d2be0 g DF .text 00000038 GLIBC_2.3.4 vm86 +000d3070 g DF .text 00000034 (GLIBC_2.0) vm86 +000cdd00 g DF .text 0000002f GLIBC_2.0 insque +000f6500 g DF .text 00000126 GLIBC_2.0 clntraw_create +000d33b0 g DF .text 00000094 GLIBC_2.6 epoll_pwait +000cb800 g DF .text 00000026 GLIBC_2.0 __getpagesize +000e6a20 g DF .text 00000078 GLIBC_2.3.4 __strcpy_chk +0006ae90 w DF .text 000000fc GLIBC_2.0 valloc +00023f20 g DF .text 0000003c GLIBC_2.3 __ctype_tolower_loc +00108f10 g DF .text 00000017 GLIBC_2.1 getutxent +00065900 g DF .text 00000045 GLIBC_2.2 _IO_list_unlock +00143334 g DO .data 00000004 GLIBC_2.0 obstack_alloc_failed_handler +0005b6f0 g DF .text 0000007c GLIBC_2.2 fputws_unlocked +000fcd00 g DF .text 0000015c GLIBC_2.0 xdr_array +000d2990 g DF .text 0000003a GLIBC_2.3 llistxattr +0002d070 g DF .text 00000175 GLIBC_2.1.3 __cxa_finalize +0002b190 g DF .text 00000016 GLIBC_2.1 __libc_current_sigrtmin +000d2e80 w DF .text 00000038 GLIBC_2.1 umount2 +000cf790 g DF .text 0000004b GLIBC_2.0 syscall +0002a5a0 g DF .text 00000041 GLIBC_2.0 sigpending +0002bbf0 g DF .text 0000006c GLIBC_2.0 bsearch +00075290 g DF .text 00000032 GLIBC_2.1.1 __strpbrk_cg +000b78d0 g DF .text 00000044 GLIBC_2.0 freeaddrinfo +000713a0 w DF .text 00000069 GLIBC_2.3 strncasecmp_l +000236a0 g DF .text 00000181 GLIBC_2.0 __assert_perror_fail +000d2340 w DF .text 000001a0 GLIBC_2.0 get_nprocs +00111930 g DF .text 0000005f (GLIBC_2.0) getprotobyname_r +00075cd0 g DF .text 000000b0 GLIBC_2.3.4 __xpg_strerror_r +0005a7d0 w DF .text 00000189 GLIBC_2.0 setvbuf +000eb7d0 g DF .text 0000017d GLIBC_2.1.2 getprotobyname_r +00080fb0 g DF .text 00000955 GLIBC_2.1 __wcsxfrm_l +0005ab10 w DF .text 0000009b GLIBC_2.0 vsscanf +00111370 g DF .text 0000006c (GLIBC_2.0) gethostbyaddr_r +000e9670 g DF .text 0000030c GLIBC_2.1.2 gethostbyaddr_r +00016890 g DF .text 00000179 (GLIBC_2.0) __divdi3 +00090ad0 g DF .text 0000018e GLIBC_2.0 fgetpwent +000f1170 g DF .text 000000a7 GLIBC_2.0 setaliasent +0002a640 g DF .text 000000a7 GLIBC_2.1.3 __sigsuspend +000f9530 g DF .text 0000007f GLIBC_2.0 xdr_rejected_reply +000d31b0 g DF .text 00000038 GLIBC_2.1 capget +0010ea10 g DF .text 00000110 (GLIBC_2.1) readdir64_r +0008eb20 g DF .text 00000110 GLIBC_2.2 readdir64_r +000b7550 g DF .text 0000003a GLIBC_2.0 __sched_setscheduler +000fe250 g DF .text 000000fc GLIBC_2.0 getpublickey +000f9c90 g DF .text 00000039 GLIBC_2.2.3 __rpc_thread_svc_pollfd +000c7540 g DF .text 00000551 GLIBC_2.0 fts_open +000fa030 g DF .text 0000007e GLIBC_2.0 svc_unregister +00106ae0 w DF .text 00000062 GLIBC_2.0 pututline +00093810 w DF .text 0000002c GLIBC_2.0 setsid +00000004 g D .tdata 00000004 GLIBC_PRIVATE __resp +00106970 w DF .text 0000005e GLIBC_2.0 getutent +000c14a0 g DF .text 00000037 GLIBC_2.2 posix_spawnattr_getsigdefault +000d6db0 w DF .text 00000092 GLIBC_2.3 iswgraph_l +00045bf0 g DF .text 00000902 GLIBC_2.1 printf_size +000df110 g DF .text 0000003c GLIBC_2.0 pthread_attr_destroy +0007feb0 w DF .text 00000037 GLIBC_2.0 wcscoll +00077bf0 g DF .text 00000045 GLIBC_2.0 __wcstoul_internal +0010a5d0 g DF .text 00000031 GLIBC_2.0 __deregister_frame +0002a360 w DF .text 00000157 GLIBC_2.0 __sigaction +00103630 g DF .text 000000bb GLIBC_2.1.1 xdr_uint64_t +00103130 g DF .text 00000274 GLIBC_2.1 svcunix_create +0002e090 w DF .text 00000058 GLIBC_2.0 nrand48_r +000ca310 g DF .text 00000076 GLIBC_2.0 cfsetspeed +000d8030 g DF .text 000003cc GLIBC_PRIVATE _nss_files_parse_spent +00112c00 g DF __libc_freeres_fn 0000007b GLIBC_2.1 __libc_freeres +000c3c00 w DF .text 000000b7 GLIBC_2.0 fcntl +000e8010 g DF .text 0000003b GLIBC_2.4 __wcpncpy_chk +000d6730 w DF .text 0000009e GLIBC_2.0 wctype +00076340 g DF .text 0000004f GLIBC_2.0 wcsspn +00110e20 g DF .text 0000008e (GLIBC_2.1) getrlimit64 +000caa50 g DF .text 0000008e GLIBC_2.2 getrlimit64 +000f37f0 g DF .text 00000039 GLIBC_2.3.3 inet6_option_init +000d71b0 g DF .text 0000006e GLIBC_2.1 __iswctype_l +000cfd20 g DF .text 00000055 GLIBC_2.0 ecvt +000e7d90 g DF .text 0000002e GLIBC_2.4 __wmemmove_chk +000e6d20 g DF .text 00000032 GLIBC_2.3.4 __sprintf_chk +000eea00 g DF .text 0000001b GLIBC_2.0 rresvport +000f5860 g DF .text 000001b4 GLIBC_2.0 bindresvport +000ca240 g DF .text 00000051 GLIBC_2.0 cfsetospeed +000465f0 g DF .text 00000034 GLIBC_2.1 __asprintf +00071350 g DF .text 0000004f GLIBC_2.1 __strcasecmp_l +0005f250 g DF .text 000000f7 GLIBC_2.2 fwide +0010eea0 g DF .text 0000005f (GLIBC_2.0) getgrgid_r +000901a0 g DF .text 000001ec GLIBC_2.1.2 getgrgid_r +000df5f0 g DF .text 00000043 GLIBC_2.3.2 pthread_cond_init +001111f0 g DF .text 00000043 (GLIBC_2.0) pthread_cond_init +000937b0 g DF .text 0000001c GLIBC_2.0 setpgrp +00075fc0 g DF .text 0000005b GLIBC_2.0 wcsdup +000ca220 g DF .text 00000018 GLIBC_2.0 cfgetispeed +0002b920 g DF .text 0000002b GLIBC_2.0 atoll +0002a060 w DF .text 000000cf GLIBC_2.0 bsd_signal +00108b00 w DF .text 0000039c GLIBC_2.1 ptsname_r +0002ea30 w DF .text 00000030 GLIBC_2.1 __strtol_l +000d2880 g DF .text 00000046 GLIBC_2.3 fsetxattr +000e94c0 g DF .text 0000001d GLIBC_2.0 __h_errno_location +000fd360 g DF .text 00000162 GLIBC_2.0 xdrrec_create +0010dde0 g DF .text 000003de (GLIBC_2.0) _IO_file_seekoff +00056ed0 g DF .text 00000069 GLIBC_2.0 _IO_ftrylockfile +000632e0 g DF .text 0000055b GLIBC_2.1 _IO_file_seekoff +000c3610 w DF .text 00000065 GLIBC_2.0 __close +00065890 g DF .text 0000000b GLIBC_2.2 _IO_iter_next +000ccec0 w DF .text 000008d5 GLIBC_2.0 getmntent_r +000750d0 g DF .text 0000001b GLIBC_2.1.1 __strchrnul_c +0002d210 g DF .text 00000011 GLIBC_2.0 labs +001430c8 g DO .data 00000004 GLIBC_2.0 obstack_exit_failure +000c4bd0 w DF .text 00000038 GLIBC_2.0 link +00088f70 g DF .text 0000215c GLIBC_2.3 __strftime_l +001008e0 g DF .text 00000068 GLIBC_2.0 xdr_cryptkeyres +000cd990 g DF .text 00000167 GLIBC_2.4 futimesat +0005cc20 g DF .text 000000f1 GLIBC_2.2 _IO_wdefault_xsgetn +000f0910 g DF .text 00000399 GLIBC_2.0 innetgr +001435f8 g DO .data 00000004 GLIBC_2.0 _IO_list_all +000c33c0 w DF .text 00000089 GLIBC_2.4 openat +0005c1c0 w DF .text 000000f7 GLIBC_2.2 vswprintf +000d6be0 g DF .text 00000090 GLIBC_2.1 __iswcntrl_l +000604b0 w DF .text 000000dd GLIBC_2.0 vdprintf +000e7a30 g DF .text 00000049 GLIBC_2.4 __pread64_chk +000750f0 g DF .text 0000001d GLIBC_2.1.1 __strchrnul_g +000f7430 g DF .text 00000046 GLIBC_2.0 clntudp_create +000eb680 g DF .text 0000012d GLIBC_2.0 getprotobyname +0010a610 g DF .text 000000ea GCC_3.0 __deregister_frame_info_bases +000596e0 g DF .text 000001a4 GLIBC_2.1 _IO_getline_info +00023eb0 w DF .text 00000011 GLIBC_2.3 tolower_l +00061460 g DF .text 00000038 GLIBC_2.2 __fsetlocking +00088e80 w DF .text 00000044 GLIBC_2.3.2 strptime_l +00072130 w DF .text 000000d8 GLIBC_2.0 argz_create_sep +001433f8 g DO .data 00000004 (GLIBC_2.0) __ctype32_b +000c1f90 g DF .text 0000008e GLIBC_2.0 __xstat +000800b0 w DF .text 00000ef3 GLIBC_2.3 wcscoll_l +000e6100 g DF .text 00000160 GLIBC_2.1 __backtrace +000d30b0 g DF .text 00000038 (GLIBC_2.0) getrlimit +000ca9d0 g DF .text 0000003f GLIBC_2.2 getrlimit +0002a860 w DF .text 00000063 GLIBC_2.0 sigsetmask +00100470 g DF .text 00000073 GLIBC_2.1 key_encryptsession +00023a20 g DF .text 00000048 GLIBC_2.0 isdigit +00055cc0 g DF .text 00000041 GLIBC_2.0 scanf +000d28d0 g DF .text 00000040 GLIBC_2.3 getxattr +000c2d30 g DF .text 00000022 GLIBC_2.3.2 lchmod +000239d0 g DF .text 00000046 GLIBC_2.0 iscntrl +000d43c0 g DF .text 000000c5 GLIBC_PRIVATE __libc_msgrcv +000cb830 w DF .text 00000039 GLIBC_2.0 getdtablesize +000d35d0 w DF .text 00000046 GLIBC_2.0 mount +0012d500 g DO .rodata 00000004 GLIBC_2.4 sys_nerr +0012d50c g DO .rodata 00000004 (GLIBC_2.3) sys_nerr +0012d508 g DO .rodata 00000004 (GLIBC_2.1) sys_nerr +0012d504 g DO .rodata 00000004 (GLIBC_2.0) sys_nerr +00023ed0 g DF .text 00000011 GLIBC_2.1 __toupper_l +0002d9f0 w DF .text 000000b7 GLIBC_2.0 random_r +000d64c0 w DF .text 000000c9 GLIBC_2.0 iswpunct +000d1c30 g DF .text 00000026 GLIBC_2.0 errx +00071350 w DF .text 0000004f GLIBC_2.3 strcasecmp_l +00076550 g DF .text 00000073 GLIBC_2.0 wmemchr +00091e40 w DF .text 00000034 GLIBC_2.0 uname +00070ee0 g DF .text 0000008f GLIBC_2.0 memmove +00100270 g DF .text 0000005a GLIBC_2.1 key_setnet +00063150 g DF .text 00000097 GLIBC_2.1 _IO_file_write +0010dd70 g DF .text 0000006d (GLIBC_2.0) _IO_file_write +00146514 g DO .bss 00000004 GLIBC_2.2 svc_max_pollfd +00077e10 w DF .text 0000003f GLIBC_2.0 wcstod +00146238 g DO .bss 00000004 GLIBC_2.0 _nl_msg_cat_cntr +000e7500 g DF .text 00000046 GLIBC_2.3.4 __chk_fail +000f9fa0 g DF .text 00000082 GLIBC_2.0 svc_getreqset +000d5c60 w DF .text 00000013 GLIBC_2.0 mcount +0006df50 g DF .text 00000099 GLIBC_2.0 mprobe +000c15e0 g DF .text 00000050 GLIBC_2.2 posix_spawnp +00077f10 w DF .text 0000003f GLIBC_2.0 wcstof +0010e690 g DF .text 00000153 (GLIBC_2.0) _IO_file_overflow +000e8b00 g DF .text 00000042 GLIBC_2.4 __wcsrtombs_chk +000e6260 w DF .text 000002bc GLIBC_2.1 backtrace_symbols +00063920 g DF .text 000001ef GLIBC_2.1 _IO_file_overflow +00065950 g DF .text 0000002e GLIBC_2.2 _IO_list_resetlock +000d3030 g DF .text 0000003a GLIBC_PRIVATE __modify_ldt +000d4ea0 g DF .text 00000044 GLIBC_2.0 _mcleanup +000d7220 g DF .text 00000073 GLIBC_2.2 __wctrans_l +00023e90 w DF .text 00000017 GLIBC_2.3 isxdigit_l +0002b2f0 w DF .text 00000061 GLIBC_2.1 sigtimedwait +00059270 g DF .text 0000015f GLIBC_2.0 _IO_fwrite +000effc0 g DF .text 00000426 GLIBC_2.0 ruserpass +00076390 g DF .text 0000009b GLIBC_2.0 wcstok +000df8d0 g DF .text 00000030 GLIBC_2.0 pthread_self +000fa2e0 g DF .text 000000b9 GLIBC_2.0 svc_register +00091f70 g DF .text 00000070 GLIBC_2.0 __waitpid +00077ba0 g DF .text 00000046 GLIBC_2.0 wcstol +0005ad80 w DF .text 00000032 GLIBC_2.1 fopen64 +000df400 g DF .text 00000043 GLIBC_2.0 pthread_attr_setschedpolicy +0005c2c0 g DF .text 000000a6 GLIBC_2.2 vswscanf +00016570 g DF .text 00000031 (GLIBC_2.0) __fixunsxfdi +000ec1c0 g DF .text 000000b0 GLIBC_2.0 endservent +000e5b20 g DF .text 0000008c GLIBC_2.0 __nss_group_lookup +000c0e50 w DF .text 000000bc GLIBC_2.1 pread +00016610 g DF .text 00000038 (GLIBC_2.0) __ucmpdi2 +0003bf00 g DF .text 00000030 GLIBC_2.0 ctermid +00077b20 w DF .text 00000024 GLIBC_2.2 wcschrnul +00109740 g DF .text 00000099 GLIBC_PRIVATE __libc_dlsym +000c0f10 w DF .text 000000bc GLIBC_2.1 pwrite +000cce00 g DF .text 0000002c GLIBC_2.2 __endmntent +00077c90 w DF .text 00000046 GLIBC_2.0 wcstoq +0002ab50 g DF .text 0000007c GLIBC_2.0 sigstack +00092a30 g DF .text 00000051 GLIBC_2.1.2 __vfork +00071970 w DF .text 00000090 GLIBC_2.0 strsep +00061360 g DF .text 00000013 GLIBC_2.2 __freadable +000d6b50 w DF .text 00000090 GLIBC_2.3 iswblank_l +0006f210 g DF .text 000000c9 GLIBC_2.0 _obstack_begin +000f0f10 g DF .text 000000be GLIBC_2.0 getnetgrent +000645a0 g DF .text 00000210 GLIBC_2.1 _IO_file_underflow +0010e1c0 g DF .text 000000e8 (GLIBC_2.0) _IO_file_underflow +00100e00 g DF .text 000000fb GLIBC_2.1 user2netname +000e4630 g DF .text 000000b0 GLIBC_2.0 __nss_next +000770a0 w DF .text 0000035f GLIBC_2.0 wcsrtombs +00143970 g DO .data 00000004 GLIBC_2.0 __morecore +00024400 w DF .text 00000015 GLIBC_2.0 bindtextdomain +000c37a0 w DF .text 00000038 GLIBC_2.0 access +000b7590 g DF .text 00000034 GLIBC_2.0 __sched_getscheduler +000397c0 g DF .text 00000495 GLIBC_2.1 fmtmsg +000d0410 g DF .text 000000c4 GLIBC_2.0 qfcvt +0002e490 g DF .text 00000045 (GLIBC_2.0) __strtoq_internal +0008df80 g DF .text 00000056 GLIBC_2.1 ntp_gettime +0006de70 g DF .text 000000e0 GLIBC_2.2 mcheck_pedantic +0006e9d0 g DF .text 000001e5 GLIBC_2.0 mtrace +0005fc60 g DF .text 000000e7 GLIBC_2.0 _IO_getc +000c23f0 g DF .text 000001dc GLIBC_2.4 __fxstatat +00071cb0 g DF .text 00000084 GLIBC_2.0 memmem +0014635c g DO .bss 00000004 GLIBC_2.0 loc1 +00061300 g DF .text 0000002a GLIBC_2.2 __fbufsize +00065710 g DF .text 0000002f GLIBC_2.0 _IO_marker_delta +00146360 g DO .bss 00000004 GLIBC_2.0 loc2 +00071d40 w DF .text 000000c6 GLIBC_2.1 rawmemchr +000cbd50 g DF .text 0000002c GLIBC_2.0 sync +000d3860 g DF .text 00000034 GLIBC_2.0 sysinfo +0008f810 g DF .text 000000ae GLIBC_2.2.4 getgrouplist +00070ec0 w DF .text 0000001e GLIBC_2.0 bcmp +0005b1d0 w DF .text 0000002a GLIBC_2.2 getwc_unlocked +0002aa40 w DF .text 00000104 GLIBC_2.0 sigvec +001430d4 g DO .data 00000004 GLIBC_2.0 opterr +00071f70 w DF .text 00000074 GLIBC_2.0 argz_append +000f9f60 g DF .text 00000036 GLIBC_2.0 svc_getreq +00093600 w DF .text 00000070 GLIBC_2.0 setgid +00068a60 w DF .text 0000045a GLIBC_2.0 malloc_set_state +000e69c0 g DF .text 00000057 GLIBC_2.3.4 __strcat_chk +00072040 g DF .text 00000041 GLIBC_2.0 __argz_count +0005c030 g DF .text 00000039 GLIBC_2.2 wprintf +000d86f0 w DF .text 00000079 GLIBC_2.0 ulckpwdf +000c85f0 g DF .text 00000146 GLIBC_2.0 fts_children +00111a00 g DF .text 00000066 (GLIBC_2.0) getservbyport_r +000ebe10 g DF .text 000001fb GLIBC_2.1.2 getservbyport_r +000c1f00 g DF .text 0000003a GLIBC_2.0 mkfifo +00070ce0 g DF .text 0000003e GLIBC_2.0 strxfrm +000c3580 w DF .text 00000089 GLIBC_2.4 openat64 +000b7590 w DF .text 00000034 GLIBC_2.0 sched_getscheduler +0002ce30 w DF .text 00000051 GLIBC_2.0 on_exit +000c38e0 g DF .text 000002bb GLIBC_2.4 faccessat +001465b4 g DO .bss 00000004 GLIBC_2.1 __key_decryptsession_pk_LOCAL +000e1410 g DF .text 0000000f GLIBC_2.0 __res_randomid +000602b0 g DF .text 00000032 GLIBC_2.0 setbuf +00059890 g DF .text 00000180 GLIBC_2.0 _IO_gets +00061f30 g DF .text 000000a7 GLIBC_2.1 fwrite_unlocked +0006f9b0 g DF .text 00000054 GLIBC_2.0 strcmp +00029f60 g DF .text 00000064 GLIBC_PRIVATE __libc_longjmp +0002e530 g DF .text 00000045 GLIBC_2.0 __strtoull_internal +000d6f80 w DF .text 00000092 GLIBC_2.3 iswspace_l +000d3ca0 w DF .text 0000006c GLIBC_2.0 recvmsg +00023dd0 w DF .text 00000017 GLIBC_2.3 islower_l +00066240 g DF .text 00000128 GLIBC_2.0 __underflow +000c10c0 w DF .text 000000ef GLIBC_2.1 pwrite64 +0006fd60 g DF .text 000000b6 GLIBC_2.0 strerror +000391c0 g DF .text 00000042 GLIBC_2.1 __strfmon_l +000fca40 g DF .text 0000003a GLIBC_2.0 xdr_wrapstring +000ca6c0 g DF .text 00000038 GLIBC_2.0 tcgetpgrp +00015f50 g DF .text 000001b6 GLIBC_2.0 __libc_start_main +0008ea40 g DF .text 0000000a GLIBC_2.0 dirfd +0005b1d0 w DF .text 0000002a GLIBC_2.2 fgetwc_unlocked +00110d50 g DF .text 0000002b (GLIBC_2.1) nftw +000f96d0 g DF .text 00000022 GLIBC_2.0 xdr_des_block +000c61a0 g DF .text 00000052 GLIBC_2.3.3 nftw +000f94a0 g DF .text 0000008c GLIBC_2.0 xdr_callhdr +000d6e50 w DF .text 00000092 GLIBC_2.3 iswprint_l +001009b0 g DF .text 0000006c GLIBC_2.0 xdr_cryptkeyarg2 +000913e0 g DF .text 000000a7 GLIBC_2.0 setpwent +000d4570 g DF .text 00000062 GLIBC_2.0 semop +000cc420 g DF .text 00000034 GLIBC_2.0 endfsent +00023e70 g DF .text 00000017 GLIBC_2.1 __isupper_l +0005c070 g DF .text 00000041 GLIBC_2.2 wscanf +0005f6a0 w DF .text 0000009a GLIBC_2.0 ferror +00106a70 w DF .text 00000069 GLIBC_2.0 getutent_r +000fec10 g DF .text 0000009b GLIBC_2.1 authdes_create +000c8f00 g DF .text 00000220 GLIBC_2.4 ppoll +00071170 w DF .text 00000041 GLIBC_2.0 stpcpy +000df5b0 g DF .text 0000003c GLIBC_2.3.2 pthread_cond_destroy +00091bf0 w DF .text 00000221 GLIBC_2.0 fgetpwent_r +00073ef0 g DF .text 00000d51 GLIBC_2.1 __strxfrm_l +00106940 g DF .text 00000022 GLIBC_2.1 fdetach +00029710 w DF .text 00000085 GLIBC_2.0 ldexp +001111b0 g DF .text 0000003c (GLIBC_2.0) pthread_cond_destroy +000cfcd0 g DF .text 00000050 GLIBC_2.0 gcvt +00091ec0 w DF .text 000000ac GLIBC_2.0 __wait +0005bf70 w DF .text 00000034 GLIBC_2.2 fwprintf +000fcbb0 g DF .text 000000fe GLIBC_2.0 xdr_bytes +0002cbe0 w DF .text 00000074 GLIBC_2.0 setenv +00022820 w DF .text 00000067 GLIBC_2.3 nl_langinfo_l +000cae80 g DF .text 0000003a GLIBC_2.0 setpriority +000c1310 g DF .text 00000094 GLIBC_2.2 posix_spawn_file_actions_addopen +00017b30 g DF .text 00000016 GLIBC_PRIVATE __gconv_get_modules_db +00066080 g DF .text 0000007e GLIBC_2.0 _IO_default_doallocate +001097e0 g DF .text 00000088 GLIBC_PRIVATE __libc_dlopen_mode +00058d00 g DF .text 00000118 GLIBC_2.0 _IO_fread +0008f090 g DF .text 00000192 GLIBC_2.0 fgetgrent +000e7ac0 g DF .text 00000040 GLIBC_2.4 __recvfrom_chk +000cb9d0 g DF .text 00000038 GLIBC_2.0 setdomainname +000c36f0 w DF .text 00000070 GLIBC_2.0 write +000ebcb0 g DF .text 0000013d GLIBC_2.0 getservbyport +000f2380 g DF .text 00000048 GLIBC_2.1 if_freenameindex +00034930 w DF .text 00000029 GLIBC_2.3 strtod_l +000eaae0 g DF .text 000000ab GLIBC_2.0 getnetent +00106f60 w DF .text 00000068 GLIBC_2.0 getutline_r +00076020 w DF .text 00000054 GLIBC_2.0 wcslen +000c91a0 g DF .text 000001ae GLIBC_2.2 posix_fallocate +000c3fc0 g DF .text 00000034 GLIBC_2.0 __pipe +000d8770 w DF .text 0000038b GLIBC_2.0 lckpwdf +000fdb00 g DF .text 000000aa GLIBC_2.0 xdrrec_endofrecord +00060af0 g DF .text 000000fa GLIBC_2.1 fseeko +000d72a0 w DF .text 0000005d GLIBC_2.3 towctrans_l +0006fa10 g DF .text 00000037 GLIBC_2.0 strcoll +000f44a0 g DF .text 00000048 GLIBC_2.5 inet6_opt_set_val +0002a060 w DF .text 000000cf GLIBC_2.0 ssignal +0003d040 g DF .text 000043ec GLIBC_2.0 vfprintf +0002d680 w DF .text 00000067 GLIBC_2.0 random +00094d50 g DF .text 0000006a GLIBC_2.0 globfree +000d3270 g DF .text 0000003a GLIBC_2.0 delete_module +00077e50 g DF .text 0000003e GLIBC_2.0 __wcstold_internal +000dd050 w DF .text 000000af GLIBC_2.1 argp_state_help +00141580 g DO .data.rel.ro 00000100 (GLIBC_2.1) _sys_siglist +00141580 g DO .data.rel.ro 00000104 GLIBC_2.3.3 _sys_siglist +00072e20 g DF .text 0000002b GLIBC_2.0 basename +00141580 g DO .data.rel.ro 00000080 (GLIBC_2.0) _sys_siglist +000e8f40 w DF .text 00000007 GLIBC_2.0 ntohl +00093780 g DF .text 00000008 GLIBC_2.0 getpgrp +000b7430 g DF .text 00000047 GLIBC_2.0 getopt_long_only +000cf690 g DF .text 000000a2 GLIBC_2.0 closelog +00076130 g DF .text 000000d2 GLIBC_2.0 wcsncmp +000b5ae0 w DF .text 0000004d GLIBC_2.0 re_exec +00023cc0 g DF .text 00000011 GLIBC_2.0 isascii +000d2340 w DF .text 000001a0 GLIBC_2.0 get_nprocs_conf +000f5fa0 g DF .text 0000003d GLIBC_2.0 clnt_pcreateerror +000e7c70 g DF .text 0000003b GLIBC_2.4 __ptsname_r_chk +000d4ef0 w DF .text 000001a0 GLIBC_2.0 monstartup +000c3c00 w DF .text 000000b7 GLIBC_2.0 __fcntl +000e8f50 w DF .text 0000000e GLIBC_2.0 ntohs +00046570 w DF .text 0000003b GLIBC_2.0 snprintf +00066460 g DF .text 00000066 GLIBC_2.0 __overflow +0002e3f0 g DF .text 00000045 GLIBC_2.0 __strtoul_internal +000766b0 w DF .text 00000024 GLIBC_2.0 wmemmove +000c9170 g DF .text 00000030 GLIBC_2.3.3 posix_fadvise64 +00110db0 g DF .text 00000024 (GLIBC_2.2) posix_fadvise64 +00100950 g DF .text 00000057 GLIBC_2.0 xdr_cryptkeyarg +00094670 w DF .text 0000041d GLIBC_2.0 sysconf +000e7330 g DF .text 000001ab GLIBC_2.3.4 __gets_chk +0006f610 g DF .text 00000078 GLIBC_2.0 _obstack_free +000d2fc0 g DF .text 00000068 GLIBC_2.3.3 gnu_dev_makedev +000fc580 g DF .text 000000ea GLIBC_2.1.1 xdr_u_hyper +000f0850 g DF .text 000000bb GLIBC_2.0 setnetgrent +000c22a0 g DF .text 0000014d GLIBC_2.4 __xmknodat +000165e0 g DF .text 00000023 (GLIBC_2.0) __fixunsdfdi +0010cb50 g DF .text 000001b6 (GLIBC_2.0) _IO_fdopen +00057fa0 g DF .text 000002da GLIBC_2.1 _IO_fdopen +000f38e0 g DF .text 000000d6 GLIBC_2.3.3 inet6_option_find +000791a0 w DF .text 00000040 GLIBC_2.3 wcstoull_l +000f6d20 g DF .text 000002a9 GLIBC_2.0 clnttcp_create +00023df0 w DF .text 00000017 GLIBC_2.3 isgraph_l +000ec010 g DF .text 000000a2 GLIBC_2.0 getservent +000e88e0 g DF .text 0000003b GLIBC_2.4 __ttyname_r_chk +0002d5e0 g DF .text 00000093 GLIBC_2.0 wctomb +00146364 g DO .bss 00000004 GLIBC_2.0 locs +00062090 g DF .text 00000099 GLIBC_2.1 fputs_unlocked +0002af90 g DF .text 00000024 GLIBC_2.0 siggetmask +00143330 w DO .data 00000004 GLIBC_2.0 __memalign_hook +00090d60 g DF .text 00000177 GLIBC_2.0 putpwent +0005bdb0 g DF .text 0000004f GLIBC_2.2 putwchar_unlocked +00075ac0 g DF .text 00000073 GLIBC_2.1.1 __strncpy_by2 +000d45e0 g DF .text 00000062 GLIBC_2.0 semget +00066ce0 g DF .text 0000004c GLIBC_2.0 _IO_str_init_readonly +00075b40 g DF .text 0000006b GLIBC_2.1.1 __strncpy_by4 +0002dbc0 w DF .text 00000116 GLIBC_2.0 initstate_r +000f95b0 g DF .text 0000008f GLIBC_2.0 xdr_accepted_reply +0005ab10 w DF .text 0000009b GLIBC_2.0 __vsscanf +0006ce00 g DF .text 000001e5 GLIBC_2.0 free +00076430 g DF .text 0000011e GLIBC_2.0 wcsstr +00076310 g DF .text 00000028 GLIBC_2.0 wcsrchr +00023b60 g DF .text 00000046 GLIBC_2.0 ispunct +00062390 g DF .text 0000003b GLIBC_2.0 _IO_file_seek +001447c0 g DO .bss 00000004 GLIBC_2.0 __daylight +000e6740 g DF .text 00000005 GLIBC_2.2 __cyg_profile_func_exit +000df270 g DF .text 00000043 GLIBC_2.0 pthread_attr_getinheritsched +000e7b60 g DF .text 00000032 GLIBC_2.5 __readlinkat_chk +001003f0 g DF .text 00000073 GLIBC_2.1 key_decryptsession +000d1960 g DF .text 00000137 GLIBC_2.0 vwarn +00076730 w DF .text 00000038 GLIBC_2.0 wcpcpy + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.ls b/scripts/t/Dpkg_Shlibs/objdump.ls new file mode 100644 index 0000000..30ae8be --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.ls @@ -0,0 +1,536 @@ + +/bin/ls: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x00003e16 + +Program Header: + PHDR off 0x00000034 vaddr 0x00000034 paddr 0x00000034 align 2**2 + filesz 0x00000120 memsz 0x00000120 flags r-x + INTERP off 0x00000154 vaddr 0x00000154 paddr 0x00000154 align 2**0 + filesz 0x00000013 memsz 0x00000013 flags r-- + LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12 + filesz 0x00021f10 memsz 0x00021f10 flags r-x + LOAD off 0x000229b8 vaddr 0x000239b8 paddr 0x000239b8 align 2**12 + filesz 0x0000098c memsz 0x00001b1c flags rw- + DYNAMIC off 0x00022eac vaddr 0x00023eac paddr 0x00023eac align 2**2 + filesz 0x000000f8 memsz 0x000000f8 flags rw- + NOTE off 0x00000168 vaddr 0x00000168 paddr 0x00000168 align 2**2 + filesz 0x00000044 memsz 0x00000044 flags r-- +EH_FRAME off 0x0001b5b8 vaddr 0x0001b5b8 paddr 0x0001b5b8 align 2**2 + filesz 0x000008cc memsz 0x000008cc flags r-- + STACK off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**4 + filesz 0x00000000 memsz 0x00000000 flags rw- + RELRO off 0x000229b8 vaddr 0x000239b8 paddr 0x000239b8 align 2**0 + filesz 0x00000648 memsz 0x00000648 flags r-- + +Dynamic Section: + NEEDED libselinux.so.1 + NEEDED libc.so.6 + INIT 0x00001ce8 + FINI 0x00016524 + INIT_ARRAY 0x000239b8 + INIT_ARRAYSZ 0x00000004 + FINI_ARRAY 0x000239bc + FINI_ARRAYSZ 0x00000004 + GNU_HASH 0x000001ac + STRTAB 0x00000adc + SYMTAB 0x0000020c + STRSZ 0x00000638 + SYMENT 0x00000010 + DEBUG 0x00000000 + PLTGOT 0x00024000 + PLTRELSZ 0x00000388 + PLTREL 0x00000011 + JMPREL 0x00001960 + REL 0x000012d0 + RELSZ 0x00000690 + RELENT 0x00000008 + FLAGS_1 0x08000000 + VERNEED 0x00001230 + VERNEEDNUM 0x00000001 + VERSYM 0x00001114 + RELCOUNT 0x000000c6 + +Version References: + required from libc.so.6: + 0x0d696912 0x00 10 GLIBC_2.2 + 0x09691f73 0x00 09 GLIBC_2.1.3 + 0x09691a73 0x00 08 GLIBC_2.2.3 + 0x0d696914 0x00 07 GLIBC_2.4 + 0x06969197 0x00 06 GLIBC_2.17 + 0x0d696911 0x00 05 GLIBC_2.1 + 0x09691974 0x00 04 GLIBC_2.3.4 + 0x0d696910 0x00 03 GLIBC_2.0 + 0x0d696913 0x00 02 GLIBC_2.3 + +DYNAMIC SYMBOL TABLE: +00000000 DF *UND* 00000000 GLIBC_2.3 __ctype_toupper_loc +00000000 DF *UND* 00000000 GLIBC_2.0 unsetenv +00000000 DF *UND* 00000000 GLIBC_2.0 getpwnam +00000000 DF *UND* 00000000 GLIBC_2.0 raise +00000000 DF *UND* 00000000 GLIBC_2.3.4 __snprintf_chk +00000000 DO *UND* 00000000 GLIBC_2.0 __progname +00000000 DF *UND* 00000000 GLIBC_2.0 strcmp +00000000 DF *UND* 00000000 GLIBC_2.1 open64 +00000000 w D *UND* 00000000 _ITM_deregisterTMCloneTable +00000000 DF *UND* 00000000 GLIBC_2.0 getpwuid +00000000 DF *UND* 00000000 GLIBC_2.0 fflush +00000000 DO *UND* 00000000 GLIBC_2.0 stderr +00000000 DF *UND* 00000000 GLIBC_2.0 _exit +00000000 DF *UND* 00000000 GLIBC_2.0 sigprocmask +00000000 DF *UND* 00000000 GLIBC_2.0 dirfd +00000000 DF *UND* 00000000 GLIBC_2.0 wcwidth +00000000 DF *UND* 00000000 GLIBC_2.0 memmove +00000000 DF *UND* 00000000 GLIBC_2.0 _setjmp +00000000 DF *UND* 00000000 GLIBC_2.0 free +00000000 DF *UND* 00000000 GLIBC_2.0 memcpy +00000000 DF *UND* 00000000 GLIBC_2.0 mbsinit +00000000 DF *UND* 00000000 GLIBC_2.17 clock_gettime +00000000 DF *UND* 00000000 GLIBC_2.0 __strtoull_internal +00000000 DF *UND* 00000000 GLIBC_2.1 fclose +00000000 DF *UND* 00000000 GLIBC_2.1 fseeko64 +00000000 DF *UND* 00000000 GLIBC_2.0 signal +00000000 DF *UND* 00000000 GLIBC_2.0 memcmp +00000000 DF *UND* 00000000 GLIBC_2.0 gettimeofday +00000000 DO *UND* 00000000 GLIBC_2.0 __progname_full +00000000 DO *UND* 00000000 GLIBC_2.0 optind +00000000 DF *UND* 00000000 GLIBC_2.0 dcgettext +00000000 DF *UND* 00000000 GLIBC_2.0 mktime +00000000 DF *UND* 00000000 GLIBC_2.4 __stack_chk_fail +00000000 DF *UND* 00000000 GLIBC_2.0 localtime_r +00000000 DF *UND* 00000000 GLIBC_2.0 sigismember +00000000 DF *UND* 00000000 fgetfilecon +00000000 DF *UND* 00000000 GLIBC_2.0 fflush_unlocked +00000000 DF *UND* 00000000 GLIBC_2.0 iswcntrl +00000000 DF *UND* 00000000 GLIBC_2.0 textdomain +00000000 DF *UND* 00000000 GLIBC_2.0 readlink +00000000 DF *UND* 00000000 GLIBC_2.2.3 fnmatch +00000000 DF *UND* 00000000 GLIBC_2.0 iswprint +00000000 DF *UND* 00000000 GLIBC_2.0 ioctl +00000000 w DF *UND* 00000000 GLIBC_2.1.3 __cxa_finalize +00000000 DF *UND* 00000000 GLIBC_2.0 fwrite +00000000 DF *UND* 00000000 GLIBC_2.2 __fxstat64 +00000000 DF *UND* 00000000 GLIBC_2.0 tzset +00000000 DF *UND* 00000000 GLIBC_2.0 __ctype_get_mb_cur_max +00000000 DF *UND* 00000000 GLIBC_2.0 strcpy +00000000 DF *UND* 00000000 GLIBC_2.2 __fpending +00000000 DF *UND* 00000000 GLIBC_2.0 wcstombs +00000000 DF *UND* 00000000 GLIBC_2.0 mbrtowc +00000000 DF *UND* 00000000 GLIBC_2.0 gethostname +00000000 DF *UND* 00000000 GLIBC_2.1.3 __cxa_atexit +00000000 DF *UND* 00000000 GLIBC_2.0 error +00000000 DF *UND* 00000000 GLIBC_2.0 strcoll +00000000 DF *UND* 00000000 GLIBC_2.0 getenv +00000000 DF *UND* 00000000 GLIBC_2.0 realloc +00000000 DF *UND* 00000000 lgetfilecon +00000000 DF *UND* 00000000 GLIBC_2.0 malloc +00000000 DF *UND* 00000000 GLIBC_2.0 timegm +00000000 DF *UND* 00000000 GLIBC_2.2 __freading +00000000 DF *UND* 00000000 GLIBC_2.3.4 __memcpy_chk +00000000 w D *UND* 00000000 __gmon_start__ +00000000 DF *UND* 00000000 GLIBC_2.0 exit +00000000 DF *UND* 00000000 GLIBC_2.1 fdopen +00000000 DF *UND* 00000000 GLIBC_2.1 fputs_unlocked +00000000 DF *UND* 00000000 GLIBC_2.0 strftime +00000000 DF *UND* 00000000 GLIBC_2.0 getopt_long +00000000 DF *UND* 00000000 getfilecon +00000000 DF *UND* 00000000 GLIBC_2.0 strtoul +00000000 DF *UND* 00000000 GLIBC_2.0 strchr +00000000 DF *UND* 00000000 GLIBC_2.0 getcwd +00000000 DF *UND* 00000000 GLIBC_2.0 fscanf +00000000 DF *UND* 00000000 GLIBC_2.0 strlen +00000000 DF *UND* 00000000 GLIBC_2.0 setenv +00000000 DF *UND* 00000000 GLIBC_2.0 __libc_start_main +00000000 DF *UND* 00000000 GLIBC_2.0 sigaddset +00000000 DF *UND* 00000000 GLIBC_2.0 memset +00000000 DF *UND* 00000000 GLIBC_2.0 ungetc +00000000 DF *UND* 00000000 GLIBC_2.0 snprintf +00000000 DF *UND* 00000000 GLIBC_2.0 __errno_location +00000000 DF *UND* 00000000 GLIBC_2.0 tcgetpgrp +00000000 DF *UND* 00000000 GLIBC_2.0 fileno +00000000 DF *UND* 00000000 GLIBC_2.0 stpncpy +00000000 DO *UND* 00000000 GLIBC_2.0 stdout +00000000 DF *UND* 00000000 GLIBC_2.1 fwrite_unlocked +00000000 DF *UND* 00000000 GLIBC_2.3.4 __printf_chk +00000000 DF *UND* 00000000 GLIBC_2.1 mempcpy +00000000 DF *UND* 00000000 GLIBC_2.0 wcswidth +00000000 DF *UND* 00000000 GLIBC_2.0 sigemptyset +00000000 DF *UND* 00000000 GLIBC_2.0 __uflow +00000000 DO *UND* 00000000 GLIBC_2.0 program_invocation_name +00000000 DF *UND* 00000000 GLIBC_2.1 __rawmemchr +00000000 DF *UND* 00000000 GLIBC_2.0 nl_langinfo +00000000 DF *UND* 00000000 GLIBC_2.0 setlocale +00000000 DF *UND* 00000000 GLIBC_2.0 strrchr +00000000 DF *UND* 00000000 GLIBC_2.0 __overflow +00000000 DF *UND* 00000000 GLIBC_2.0 mbstowcs +00000000 DF *UND* 00000000 GLIBC_2.0 gmtime_r +00000000 DF *UND* 00000000 GLIBC_2.2 localeconv +00000000 DF *UND* 00000000 GLIBC_2.3 getxattr +00000000 DF *UND* 00000000 freecon +00000000 DF *UND* 00000000 GLIBC_2.1 lseek64 +00000000 DF *UND* 00000000 GLIBC_2.2 readdir64 +00000000 DO *UND* 00000000 GLIBC_2.0 program_invocation_short_name +00000000 DF *UND* 00000000 GLIBC_2.3.4 __fprintf_chk +00000000 DF *UND* 00000000 GLIBC_2.0 sigaction +00000000 DF *UND* 00000000 GLIBC_2.0 bindtextdomain +00000000 w D *UND* 00000000 _ITM_registerTMCloneTable +00000000 DF *UND* 00000000 GLIBC_2.0 strncmp +00000000 DF *UND* 00000000 GLIBC_2.0 isatty +00000000 DF *UND* 00000000 GLIBC_2.0 abort +00000000 DF *UND* 00000000 GLIBC_2.2 __xstat64 +00000000 DO *UND* 00000000 GLIBC_2.0 optarg +00000000 DF *UND* 00000000 GLIBC_2.2 __lxstat64 +00000000 DF *UND* 00000000 GLIBC_2.0 getgrnam +00000000 DF *UND* 00000000 GLIBC_2.0 close +00000000 DF *UND* 00000000 GLIBC_2.0 closedir +00000000 DF *UND* 00000000 GLIBC_2.0 strspn +00000000 DF *UND* 00000000 GLIBC_2.0 opendir +00000000 DF *UND* 00000000 GLIBC_2.0 getgrgid +00000000 DF *UND* 00000000 GLIBC_2.3 __ctype_tolower_loc +00000000 DF *UND* 00000000 GLIBC_2.0 __assert_fail +00000000 DF *UND* 00000000 GLIBC_2.3 __ctype_b_loc +00000000 DF *UND* 00000000 GLIBC_2.0 calloc +00000000 DF *UND* 00000000 GLIBC_2.3.4 __sprintf_chk +00024340 g DO .data 00000004 Base obstack_alloc_failed_handler +00014ed0 g DF .text 000000fb Base _obstack_newchunk +00024344 g D .data 00000000 Base _edata +00014ea0 g DF .text 0000002a Base _obstack_begin_1 +00014fd0 g DF .text 00000030 Base _obstack_allocated_p +000254d4 g D .bss 00000000 Base _end +00014e70 g DF .text 00000023 Base _obstack_begin +00016544 g DO .rodata 00000004 Base _IO_stdin_used +00015080 g DF .text 00000022 Base _obstack_memory_used +00024344 g D .bss 00000000 Base __bss_start +00001ce8 g DF .init 00000000 Base _init +00016524 g DF .fini 00000000 Base _fini +00015000 g DF .text 00000071 Base _obstack_free + + +DYNAMIC RELOCATION RECORDS +OFFSET TYPE VALUE +000239b8 R_386_RELATIVE *ABS* +000239bc R_386_RELATIVE *ABS* +000239c0 R_386_RELATIVE *ABS* +000239c4 R_386_RELATIVE *ABS* +000239c8 R_386_RELATIVE *ABS* +000239cc R_386_RELATIVE *ABS* +000239d0 R_386_RELATIVE *ABS* +000239d4 R_386_RELATIVE *ABS* +000239d8 R_386_RELATIVE *ABS* +000239dc R_386_RELATIVE *ABS* +000239e0 R_386_RELATIVE *ABS* +000239e4 R_386_RELATIVE *ABS* +000239e8 R_386_RELATIVE *ABS* +000239ec R_386_RELATIVE *ABS* +000239f0 R_386_RELATIVE *ABS* +000239f4 R_386_RELATIVE *ABS* +000239f8 R_386_RELATIVE *ABS* +000239fc R_386_RELATIVE *ABS* +00023a00 R_386_RELATIVE *ABS* +00023a04 R_386_RELATIVE *ABS* +00023a08 R_386_RELATIVE *ABS* +00023a0c R_386_RELATIVE *ABS* +00023a10 R_386_RELATIVE *ABS* +00023a14 R_386_RELATIVE *ABS* +00023a18 R_386_RELATIVE *ABS* +00023a1c R_386_RELATIVE *ABS* +00023a20 R_386_RELATIVE *ABS* +00023a24 R_386_RELATIVE *ABS* +00023a28 R_386_RELATIVE *ABS* +00023a2c R_386_RELATIVE *ABS* +00023a40 R_386_RELATIVE *ABS* +00023a44 R_386_RELATIVE *ABS* +00023a48 R_386_RELATIVE *ABS* +00023a4c R_386_RELATIVE *ABS* +00023a50 R_386_RELATIVE *ABS* +00023a54 R_386_RELATIVE *ABS* +00023a58 R_386_RELATIVE *ABS* +00023a5c R_386_RELATIVE *ABS* +00023a60 R_386_RELATIVE *ABS* +00023a64 R_386_RELATIVE *ABS* +00023a68 R_386_RELATIVE *ABS* +00023a6c R_386_RELATIVE *ABS* +00023a70 R_386_RELATIVE *ABS* +00023a74 R_386_RELATIVE *ABS* +00023a78 R_386_RELATIVE *ABS* +00023a7c R_386_RELATIVE *ABS* +00023a80 R_386_RELATIVE *ABS* +00023a84 R_386_RELATIVE *ABS* +00023a88 R_386_RELATIVE *ABS* +00023a8c R_386_RELATIVE *ABS* +00023a90 R_386_RELATIVE *ABS* +00023a94 R_386_RELATIVE *ABS* +00023a98 R_386_RELATIVE *ABS* +00023a9c R_386_RELATIVE *ABS* +00023aa0 R_386_RELATIVE *ABS* +00023aa4 R_386_RELATIVE *ABS* +00023aa8 R_386_RELATIVE *ABS* +00023aac R_386_RELATIVE *ABS* +00023ab0 R_386_RELATIVE *ABS* +00023ab4 R_386_RELATIVE *ABS* +00023ab8 R_386_RELATIVE *ABS* +00023abc R_386_RELATIVE *ABS* +00023ac0 R_386_RELATIVE *ABS* +00023ac8 R_386_RELATIVE *ABS* +00023acc R_386_RELATIVE *ABS* +00023ad0 R_386_RELATIVE *ABS* +00023ad4 R_386_RELATIVE *ABS* +00023ad8 R_386_RELATIVE *ABS* +00023ae0 R_386_RELATIVE *ABS* +00023ae4 R_386_RELATIVE *ABS* +00023ae8 R_386_RELATIVE *ABS* +00023aec R_386_RELATIVE *ABS* +00023af0 R_386_RELATIVE *ABS* +00023b00 R_386_RELATIVE *ABS* +00023b04 R_386_RELATIVE *ABS* +00023b08 R_386_RELATIVE *ABS* +00023b0c R_386_RELATIVE *ABS* +00023b10 R_386_RELATIVE *ABS* +00023b14 R_386_RELATIVE *ABS* +00023b18 R_386_RELATIVE *ABS* +00023b20 R_386_RELATIVE *ABS* +00023b30 R_386_RELATIVE *ABS* +00023b40 R_386_RELATIVE *ABS* +00023b50 R_386_RELATIVE *ABS* +00023b60 R_386_RELATIVE *ABS* +00023b70 R_386_RELATIVE *ABS* +00023b80 R_386_RELATIVE *ABS* +00023b90 R_386_RELATIVE *ABS* +00023ba0 R_386_RELATIVE *ABS* +00023bb0 R_386_RELATIVE *ABS* +00023bc0 R_386_RELATIVE *ABS* +00023bd0 R_386_RELATIVE *ABS* +00023be0 R_386_RELATIVE *ABS* +00023bf0 R_386_RELATIVE *ABS* +00023c00 R_386_RELATIVE *ABS* +00023c10 R_386_RELATIVE *ABS* +00023c20 R_386_RELATIVE *ABS* +00023c30 R_386_RELATIVE *ABS* +00023c40 R_386_RELATIVE *ABS* +00023c50 R_386_RELATIVE *ABS* +00023c60 R_386_RELATIVE *ABS* +00023c70 R_386_RELATIVE *ABS* +00023c80 R_386_RELATIVE *ABS* +00023c90 R_386_RELATIVE *ABS* +00023ca0 R_386_RELATIVE *ABS* +00023cb0 R_386_RELATIVE *ABS* +00023cc0 R_386_RELATIVE *ABS* +00023cd0 R_386_RELATIVE *ABS* +00023ce0 R_386_RELATIVE *ABS* +00023cf0 R_386_RELATIVE *ABS* +00023d00 R_386_RELATIVE *ABS* +00023d10 R_386_RELATIVE *ABS* +00023d20 R_386_RELATIVE *ABS* +00023d30 R_386_RELATIVE *ABS* +00023d40 R_386_RELATIVE *ABS* +00023d50 R_386_RELATIVE *ABS* +00023d60 R_386_RELATIVE *ABS* +00023d70 R_386_RELATIVE *ABS* +00023d80 R_386_RELATIVE *ABS* +00023d90 R_386_RELATIVE *ABS* +00023da0 R_386_RELATIVE *ABS* +00023db0 R_386_RELATIVE *ABS* +00023dc0 R_386_RELATIVE *ABS* +00023de0 R_386_RELATIVE *ABS* +00023de4 R_386_RELATIVE *ABS* +00023de8 R_386_RELATIVE *ABS* +00023dec R_386_RELATIVE *ABS* +00023df0 R_386_RELATIVE *ABS* +00023df4 R_386_RELATIVE *ABS* +00023df8 R_386_RELATIVE *ABS* +00023dfc R_386_RELATIVE *ABS* +00023e00 R_386_RELATIVE *ABS* +00023e04 R_386_RELATIVE *ABS* +00023e08 R_386_RELATIVE *ABS* +00023e0c R_386_RELATIVE *ABS* +00023e10 R_386_RELATIVE *ABS* +00023e14 R_386_RELATIVE *ABS* +00023e18 R_386_RELATIVE *ABS* +00023e1c R_386_RELATIVE *ABS* +00023e20 R_386_RELATIVE *ABS* +00023e24 R_386_RELATIVE *ABS* +00023e28 R_386_RELATIVE *ABS* +00023e2c R_386_RELATIVE *ABS* +00023e30 R_386_RELATIVE *ABS* +00023e34 R_386_RELATIVE *ABS* +00023e38 R_386_RELATIVE *ABS* +00023e3c R_386_RELATIVE *ABS* +00023e44 R_386_RELATIVE *ABS* +00023e48 R_386_RELATIVE *ABS* +00023e4c R_386_RELATIVE *ABS* +00023e50 R_386_RELATIVE *ABS* +00023e58 R_386_RELATIVE *ABS* +00023e5c R_386_RELATIVE *ABS* +00023e60 R_386_RELATIVE *ABS* +00023e64 R_386_RELATIVE *ABS* +00023e6c R_386_RELATIVE *ABS* +00023e70 R_386_RELATIVE *ABS* +00023e80 R_386_RELATIVE *ABS* +00023e84 R_386_RELATIVE *ABS* +00023e88 R_386_RELATIVE *ABS* +00023e8c R_386_RELATIVE *ABS* +00023e90 R_386_RELATIVE *ABS* +00023e94 R_386_RELATIVE *ABS* +00023e98 R_386_RELATIVE *ABS* +00023e9c R_386_RELATIVE *ABS* +00023ea0 R_386_RELATIVE *ABS* +00023ea4 R_386_RELATIVE *ABS* +00023fb8 R_386_RELATIVE *ABS* +00023fc0 R_386_RELATIVE *ABS* +00023fc8 R_386_RELATIVE *ABS* +00023fd0 R_386_RELATIVE *ABS* +00023fd8 R_386_RELATIVE *ABS* +000241e4 R_386_RELATIVE *ABS* +00024200 R_386_RELATIVE *ABS* +00024204 R_386_RELATIVE *ABS* +00024224 R_386_RELATIVE *ABS* +0002422c R_386_RELATIVE *ABS* +0002423c R_386_RELATIVE *ABS* +00024254 R_386_RELATIVE *ABS* +0002425c R_386_RELATIVE *ABS* +00024264 R_386_RELATIVE *ABS* +0002426c R_386_RELATIVE *ABS* +00024274 R_386_RELATIVE *ABS* +0002427c R_386_RELATIVE *ABS* +00024294 R_386_RELATIVE *ABS* +0002429c R_386_RELATIVE *ABS* +000242a4 R_386_RELATIVE *ABS* +000242ac R_386_RELATIVE *ABS* +000242b4 R_386_RELATIVE *ABS* +000242bc R_386_RELATIVE *ABS* +000242c4 R_386_RELATIVE *ABS* +000242cc R_386_RELATIVE *ABS* +000242dc R_386_RELATIVE *ABS* +000242e4 R_386_RELATIVE *ABS* +000242e8 R_386_RELATIVE *ABS* +00024334 R_386_RELATIVE *ABS* +0002433c R_386_RELATIVE *ABS* +00024340 R_386_RELATIVE *ABS* +00023fa4 R_386_GLOB_DAT _ITM_deregisterTMCloneTable +00023fa8 R_386_GLOB_DAT stderr@GLIBC_2.0 +00023fac R_386_GLOB_DAT free@GLIBC_2.0 +00023fb0 R_386_GLOB_DAT optind@GLIBC_2.0 +00023fb4 R_386_GLOB_DAT __cxa_finalize@GLIBC_2.1.3 +00023fbc R_386_GLOB_DAT malloc@GLIBC_2.0 +00023fc4 R_386_GLOB_DAT __gmon_start__ +00023fcc R_386_GLOB_DAT stdout@GLIBC_2.0 +00023fd4 R_386_GLOB_DAT program_invocation_name@GLIBC_2.0 +00023fdc R_386_GLOB_DAT program_invocation_short_name@GLIBC_2.0 +00023fe0 R_386_GLOB_DAT _ITM_registerTMCloneTable +00023fe4 R_386_GLOB_DAT optarg@GLIBC_2.0 +0002400c R_386_JUMP_SLOT __ctype_toupper_loc@GLIBC_2.3 +00024010 R_386_JUMP_SLOT unsetenv@GLIBC_2.0 +00024014 R_386_JUMP_SLOT getpwnam@GLIBC_2.0 +00024018 R_386_JUMP_SLOT raise@GLIBC_2.0 +0002401c R_386_JUMP_SLOT __snprintf_chk@GLIBC_2.3.4 +00024020 R_386_JUMP_SLOT strcmp@GLIBC_2.0 +00024024 R_386_JUMP_SLOT open64@GLIBC_2.1 +00024028 R_386_JUMP_SLOT getpwuid@GLIBC_2.0 +0002402c R_386_JUMP_SLOT fflush@GLIBC_2.0 +00024030 R_386_JUMP_SLOT _exit@GLIBC_2.0 +00024034 R_386_JUMP_SLOT sigprocmask@GLIBC_2.0 +00024038 R_386_JUMP_SLOT dirfd@GLIBC_2.0 +0002403c R_386_JUMP_SLOT wcwidth@GLIBC_2.0 +00024040 R_386_JUMP_SLOT memmove@GLIBC_2.0 +00024044 R_386_JUMP_SLOT _setjmp@GLIBC_2.0 +00024048 R_386_JUMP_SLOT memcpy@GLIBC_2.0 +0002404c R_386_JUMP_SLOT mbsinit@GLIBC_2.0 +00024050 R_386_JUMP_SLOT clock_gettime@GLIBC_2.17 +00024054 R_386_JUMP_SLOT __strtoull_internal@GLIBC_2.0 +00024058 R_386_JUMP_SLOT fclose@GLIBC_2.1 +0002405c R_386_JUMP_SLOT fseeko64@GLIBC_2.1 +00024060 R_386_JUMP_SLOT signal@GLIBC_2.0 +00024064 R_386_JUMP_SLOT memcmp@GLIBC_2.0 +00024068 R_386_JUMP_SLOT gettimeofday@GLIBC_2.0 +0002406c R_386_JUMP_SLOT dcgettext@GLIBC_2.0 +00024070 R_386_JUMP_SLOT mktime@GLIBC_2.0 +00024074 R_386_JUMP_SLOT __stack_chk_fail@GLIBC_2.4 +00024078 R_386_JUMP_SLOT localtime_r@GLIBC_2.0 +0002407c R_386_JUMP_SLOT sigismember@GLIBC_2.0 +00024080 R_386_JUMP_SLOT fgetfilecon +00024084 R_386_JUMP_SLOT fflush_unlocked@GLIBC_2.0 +00024088 R_386_JUMP_SLOT iswcntrl@GLIBC_2.0 +0002408c R_386_JUMP_SLOT textdomain@GLIBC_2.0 +00024090 R_386_JUMP_SLOT readlink@GLIBC_2.0 +00024094 R_386_JUMP_SLOT fnmatch@GLIBC_2.2.3 +00024098 R_386_JUMP_SLOT iswprint@GLIBC_2.0 +0002409c R_386_JUMP_SLOT ioctl@GLIBC_2.0 +000240a0 R_386_JUMP_SLOT fwrite@GLIBC_2.0 +000240a4 R_386_JUMP_SLOT __fxstat64@GLIBC_2.2 +000240a8 R_386_JUMP_SLOT tzset@GLIBC_2.0 +000240ac R_386_JUMP_SLOT __ctype_get_mb_cur_max@GLIBC_2.0 +000240b0 R_386_JUMP_SLOT strcpy@GLIBC_2.0 +000240b4 R_386_JUMP_SLOT __fpending@GLIBC_2.2 +000240b8 R_386_JUMP_SLOT wcstombs@GLIBC_2.0 +000240bc R_386_JUMP_SLOT mbrtowc@GLIBC_2.0 +000240c0 R_386_JUMP_SLOT gethostname@GLIBC_2.0 +000240c4 R_386_JUMP_SLOT __cxa_atexit@GLIBC_2.1.3 +000240c8 R_386_JUMP_SLOT error@GLIBC_2.0 +000240cc R_386_JUMP_SLOT strcoll@GLIBC_2.0 +000240d0 R_386_JUMP_SLOT getenv@GLIBC_2.0 +000240d4 R_386_JUMP_SLOT realloc@GLIBC_2.0 +000240d8 R_386_JUMP_SLOT lgetfilecon +000240dc R_386_JUMP_SLOT timegm@GLIBC_2.0 +000240e0 R_386_JUMP_SLOT __freading@GLIBC_2.2 +000240e4 R_386_JUMP_SLOT __memcpy_chk@GLIBC_2.3.4 +000240e8 R_386_JUMP_SLOT exit@GLIBC_2.0 +000240ec R_386_JUMP_SLOT fdopen@GLIBC_2.1 +000240f0 R_386_JUMP_SLOT fputs_unlocked@GLIBC_2.1 +000240f4 R_386_JUMP_SLOT strftime@GLIBC_2.0 +000240f8 R_386_JUMP_SLOT getopt_long@GLIBC_2.0 +000240fc R_386_JUMP_SLOT getfilecon +00024100 R_386_JUMP_SLOT strtoul@GLIBC_2.0 +00024104 R_386_JUMP_SLOT strchr@GLIBC_2.0 +00024108 R_386_JUMP_SLOT getcwd@GLIBC_2.0 +0002410c R_386_JUMP_SLOT fscanf@GLIBC_2.0 +00024110 R_386_JUMP_SLOT strlen@GLIBC_2.0 +00024114 R_386_JUMP_SLOT setenv@GLIBC_2.0 +00024118 R_386_JUMP_SLOT __libc_start_main@GLIBC_2.0 +0002411c R_386_JUMP_SLOT sigaddset@GLIBC_2.0 +00024120 R_386_JUMP_SLOT memset@GLIBC_2.0 +00024124 R_386_JUMP_SLOT ungetc@GLIBC_2.0 +00024128 R_386_JUMP_SLOT snprintf@GLIBC_2.0 +0002412c R_386_JUMP_SLOT __errno_location@GLIBC_2.0 +00024130 R_386_JUMP_SLOT tcgetpgrp@GLIBC_2.0 +00024134 R_386_JUMP_SLOT fileno@GLIBC_2.0 +00024138 R_386_JUMP_SLOT stpncpy@GLIBC_2.0 +0002413c R_386_JUMP_SLOT fwrite_unlocked@GLIBC_2.1 +00024140 R_386_JUMP_SLOT __printf_chk@GLIBC_2.3.4 +00024144 R_386_JUMP_SLOT mempcpy@GLIBC_2.1 +00024148 R_386_JUMP_SLOT wcswidth@GLIBC_2.0 +0002414c R_386_JUMP_SLOT sigemptyset@GLIBC_2.0 +00024150 R_386_JUMP_SLOT __uflow@GLIBC_2.0 +00024154 R_386_JUMP_SLOT __rawmemchr@GLIBC_2.1 +00024158 R_386_JUMP_SLOT nl_langinfo@GLIBC_2.0 +0002415c R_386_JUMP_SLOT setlocale@GLIBC_2.0 +00024160 R_386_JUMP_SLOT strrchr@GLIBC_2.0 +00024164 R_386_JUMP_SLOT __overflow@GLIBC_2.0 +00024168 R_386_JUMP_SLOT mbstowcs@GLIBC_2.0 +0002416c R_386_JUMP_SLOT gmtime_r@GLIBC_2.0 +00024170 R_386_JUMP_SLOT localeconv@GLIBC_2.2 +00024174 R_386_JUMP_SLOT getxattr@GLIBC_2.3 +00024178 R_386_JUMP_SLOT freecon +0002417c R_386_JUMP_SLOT lseek64@GLIBC_2.1 +00024180 R_386_JUMP_SLOT readdir64@GLIBC_2.2 +00024184 R_386_JUMP_SLOT __fprintf_chk@GLIBC_2.3.4 +00024188 R_386_JUMP_SLOT sigaction@GLIBC_2.0 +0002418c R_386_JUMP_SLOT bindtextdomain@GLIBC_2.0 +00024190 R_386_JUMP_SLOT strncmp@GLIBC_2.0 +00024194 R_386_JUMP_SLOT isatty@GLIBC_2.0 +00024198 R_386_JUMP_SLOT abort@GLIBC_2.0 +0002419c R_386_JUMP_SLOT __xstat64@GLIBC_2.2 +000241a0 R_386_JUMP_SLOT __lxstat64@GLIBC_2.2 +000241a4 R_386_JUMP_SLOT getgrnam@GLIBC_2.0 +000241a8 R_386_JUMP_SLOT close@GLIBC_2.0 +000241ac R_386_JUMP_SLOT closedir@GLIBC_2.0 +000241b0 R_386_JUMP_SLOT strspn@GLIBC_2.0 +000241b4 R_386_JUMP_SLOT opendir@GLIBC_2.0 +000241b8 R_386_JUMP_SLOT getgrgid@GLIBC_2.0 +000241bc R_386_JUMP_SLOT __ctype_tolower_loc@GLIBC_2.3 +000241c0 R_386_JUMP_SLOT __assert_fail@GLIBC_2.0 +000241c4 R_386_JUMP_SLOT __ctype_b_loc@GLIBC_2.3 +000241c8 R_386_JUMP_SLOT calloc@GLIBC_2.0 +000241cc R_386_JUMP_SLOT __sprintf_chk@GLIBC_2.3.4 + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.patterns b/scripts/t/Dpkg_Shlibs/objdump.patterns new file mode 100644 index 0000000..571ad47 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.patterns @@ -0,0 +1,235 @@ + +./t/Dpkg_Shlibs/libobjdump.patterns.so: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x00001650 + +Program Header: + LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12 + filesz 0x0000212c memsz 0x0000212c flags r-x + LOAD off 0x00002dd8 vaddr 0x00003dd8 paddr 0x00003dd8 align 2**12 + filesz 0x00000274 memsz 0x00000278 flags rw- + DYNAMIC off 0x00002ec8 vaddr 0x00003ec8 paddr 0x00003ec8 align 2**2 + filesz 0x00000110 memsz 0x00000110 flags rw- + NOTE off 0x00000114 vaddr 0x00000114 paddr 0x00000114 align 2**2 + filesz 0x00000024 memsz 0x00000024 flags r-- +EH_FRAME off 0x00001ba0 vaddr 0x00001ba0 paddr 0x00001ba0 align 2**2 + filesz 0x00000134 memsz 0x00000134 flags r-- + STACK off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**4 + filesz 0x00000000 memsz 0x00000000 flags rw- + RELRO off 0x00002dd8 vaddr 0x00003dd8 paddr 0x00003dd8 align 2**0 + filesz 0x00000228 memsz 0x00000228 flags r-- + +Dynamic Section: + NEEDED libstdc++.so.6 + NEEDED libm.so.6 + NEEDED libgcc_s.so.1 + NEEDED libc.so.6 + SONAME libpatterns.so.1 + INIT 0x00001520 + FINI 0x00001b2c + INIT_ARRAY 0x00003dd8 + INIT_ARRAYSZ 0x00000004 + FINI_ARRAY 0x00003ddc + FINI_ARRAYSZ 0x00000004 + GNU_HASH 0x00000138 + STRTAB 0x00000960 + SYMTAB 0x000003d0 + STRSZ 0x00000802 + SYMENT 0x00000010 + PLTGOT 0x00004000 + PLTRELSZ 0x00000070 + PLTREL 0x00000011 + JMPREL 0x000014b0 + REL 0x000012d8 + RELSZ 0x000001d8 + RELENT 0x00000008 + VERDEF 0x00001214 + VERDEFNUM 0x00000003 + VERNEED 0x00001268 + VERNEEDNUM 0x00000003 + VERSYM 0x00001162 + RELCOUNT 0x00000003 + +Version definitions: +1 0x01 0x03e92331 libpatterns.so.1 +2 0x00 0x0e2aa3a1 SYMVER_1 +3 0x00 0x0a4cbc82 SYMVEROPT_2 + +Version References: + required from libgcc_s.so.1: + 0x0b792650 0x00 07 GCC_3.0 + required from libstdc++.so.6: + 0x056bafd3 0x00 06 CXXABI_1.3 + 0x0bafd179 0x00 05 CXXABI_1.3.9 + required from libc.so.6: + 0x09691f73 0x00 04 GLIBC_2.1.3 + +DYNAMIC SYMBOL TABLE: +00000000 w DF *UND* 00000000 GLIBC_2.1.3 __cxa_finalize +00000000 DF *UND* 00000000 CXXABI_1.3.9 _ZdlPvj +00000000 DO *UND* 00000000 CXXABI_1.3 _ZTVN10__cxxabiv117__class_type_infoE +00000000 DF *UND* 00000000 CXXABI_1.3 __gxx_personality_v0 +00000000 DO *UND* 00000000 CXXABI_1.3 _ZTVN10__cxxabiv121__vmi_class_type_infoE +00000000 w D *UND* 00000000 _ITM_deregisterTMCloneTable +00000000 DF *UND* 00000000 GCC_3.0 _Unwind_Resume +00000000 w D *UND* 00000000 __gmon_start__ +00000000 w D *UND* 00000000 _ITM_registerTMCloneTable +00001b88 w DO .rodata 00000008 Base _ZTS6ClassC +00001790 g DF .text 00000002 Base _ZN6ClassBD1Ev +00001940 g DF .text 00000007 Base _ZThn16_N3NSB6ClassDD0Ev +000018e0 g DF .text 0000002a Base _ZN6ClassCD0Ev +00001a00 g DF .text 0000001a Base _ZN3NSA6ClassAC2Ev +00001af0 g DF .text 00000002 SYMVER_1 _ZN3NSB6SymverC2Ev +000019c0 g DF .text 0000001a Base _ZN3NSA6ClassA8InternalC2Ev +00001820 g DF .text 0000002a Base _ZN3NSA6ClassA7PrivateD0Ev +00001a60 g DF .text 0000008c Base _ZN3NSB6ClassDC2Ev +000019e0 g DF .text 00000002 Base _ZN3NSA6ClassA8Internal16internal_method1Ec +00001970 g DF .text 00000002 Base _ZThn12_NK3NSB6ClassD11generate_vtEPKc +00000000 g DO *ABS* 00000000 SYMVER_1 SYMVER_1 +00003e30 w DO .data.rel.ro 00000010 Base _ZTVN3NSA6ClassA7PrivateE +00001770 g DF .text 00000002 Base _ZN3NSA6ClassAD1Ev +00001760 g DF .text 00000002 Base _ZN3NSA6ClassA8InternalD1Ev +00001b00 g DF .text 00000002 SYMVER_1 _ZN3NSB6SymverD1Ev +00001a40 g DF .text 0000001a Base _ZN6ClassCC2Ev +00001b00 g DF .text 00000002 SYMVEROPT_2 _ZN3NSB14SymverOptionalD2Ev +00003e40 w DO .data.rel.ro 00000010 Base _ZTVN3NSA6ClassA8InternalE +00001980 g DF .text 0000001a Base _ZN3NSA6ClassA7PrivateC2Ev +000017b0 g DF .text 0000004d Base _ZN3NSB6ClassDD1Ev +000019a0 g DF .text 00000002 Base _ZN3NSA6ClassA7Private11privmethod1Ei +00001790 g DF .text 00000002 Base _ZN6ClassBD2Ev +00001810 g DF .text 00000007 Base _ZThn16_N3NSB6ClassDD1Ev +00001b2c g DF .fini 00000000 Base _fini +00001950 g DF .text 00000007 Base _ZThn12_N3NSB6ClassDD0Ev +000017a0 g DF .text 00000002 Base _ZN6ClassCD1Ev +00001750 g DF .text 00000002 Base _ZN3NSA6ClassA7PrivateD1Ev +00001520 g DF .init 00000000 Base _init +00003df8 w DO .data.rel.ro 00000008 Base _ZTI6ClassB +000019f0 g DF .text 00000002 Base _ZN3NSA6ClassA8Internal16internal_method2Ec +00003e00 w DO .data.rel.ro 00000008 Base _ZTI6ClassC +00001b00 g DF .text 00000002 SYMVER_1 _ZN3NSB6SymverD2Ev +00001760 g DF .text 00000002 Base _ZN3NSA6ClassA8InternalD2Ev +00000000 g DO *ABS* 00000000 SYMVEROPT_2 SYMVEROPT_2 +00001770 g DF .text 00000002 Base _ZN3NSA6ClassAD2Ev +00003e8c w DO .data.rel.ro 0000003c Base _ZTVN3NSB6ClassDE +00003e50 w DO .data.rel.ro 00000014 Base _ZTVN3NSA6ClassAE +000019b0 g DF .text 00000002 Base _ZN3NSA6ClassA7Private11privmethod2Ei +00001780 g DF .text 00000002 Base _ZNK3NSA6ClassA11generate_vtEPKc +000017b0 g DF .text 0000004d Base _ZN3NSB6ClassDD2Ev +00001960 g DF .text 00000002 Base _ZThn16_NK3NSB6ClassD11generate_vtEPKc +00001780 g DF .text 00000002 Base _ZNK6ClassC11generate_vtEPKc +00001800 g DF .text 00000007 Base _ZThn12_N3NSB6ClassDD1Ev +00001af0 g DF .text 00000002 SYMVEROPT_2 _ZN3NSB14SymverOptionalC1Ev +000017a0 g DF .text 00000002 Base _ZN6ClassCD2Ev +00001b10 g DF .text 00000002 SYMVER_1 _ZN3NSB6Symver14symver_method1Ev +00001750 g DF .text 00000002 Base _ZN3NSA6ClassA7PrivateD2Ev +00001780 g DF .text 00000002 Base _ZNK6ClassB11generate_vtEPKc +00001a20 g DF .text 0000001a Base _ZN6ClassBC1Ev +00003e64 w DO .data.rel.ro 00000014 Base _ZTV6ClassB +00003e78 w DO .data.rel.ro 00000014 Base _ZTV6ClassC +00001b70 w DO .rodata 0000000e Base _ZTSN3NSA6ClassAE +0000404c g D .data 00000000 Base _edata +00001b40 w DO .rodata 00000016 Base _ZTSN3NSA6ClassA7PrivateE +00001b90 w DO .rodata 0000000e Base _ZTSN3NSB6ClassDE +000018b0 g DF .text 0000002a Base _ZN6ClassBD0Ev +00003de0 w DO .data.rel.ro 00000008 Base _ZTIN3NSA6ClassA7PrivateE +00001af0 g DF .text 00000002 SYMVEROPT_2 _ZN3NSB14SymverOptionalC2Ev +000019c0 g DF .text 0000001a Base _ZN3NSA6ClassA8InternalC1Ev +00001af0 g DF .text 00000002 SYMVER_1 _ZN3NSB6SymverC1Ev +00004050 g D .bss 00000000 Base _end +00001a00 g DF .text 0000001a Base _ZN3NSA6ClassAC1Ev +00001b20 g DF .text 00000002 SYMVER_1 _ZN3NSB6Symver14symver_method2Ev +00001a60 g DF .text 0000008c Base _ZN3NSB6ClassDC1Ev +00001b58 w DO .rodata 00000017 Base _ZTSN3NSA6ClassA8InternalE +00001a20 g DF .text 0000001a Base _ZN6ClassBC2Ev +00001780 g DF .text 00000002 Base _ZNK3NSB6ClassD11generate_vtEPKc +00001b00 g DF .text 00000002 SYMVEROPT_2 _ZN3NSB14SymverOptionalD1Ev +00001880 g DF .text 0000002a Base _ZN3NSA6ClassAD0Ev +00001a40 g DF .text 0000001a Base _ZN6ClassCC1Ev +00001850 g DF .text 0000002a Base _ZN3NSA6ClassA8InternalD0Ev +00003de8 w DO .data.rel.ro 00000008 Base _ZTIN3NSA6ClassA8InternalE +0000404c g D .bss 00000000 Base __bss_start +00003e08 w DO .data.rel.ro 00000028 Base _ZTIN3NSB6ClassDE +00003df0 w DO .data.rel.ro 00000008 Base _ZTIN3NSA6ClassAE +00001910 g DF .text 0000002a Base _ZN3NSB6ClassDD0Ev +00001980 g DF .text 0000001a Base _ZN3NSA6ClassA7PrivateC1Ev +00001b80 w DO .rodata 00000008 Base _ZTS6ClassB + + +DYNAMIC RELOCATION RECORDS +OFFSET TYPE VALUE +00003dd8 R_386_RELATIVE *ABS* +00003ddc R_386_RELATIVE *ABS* +00004044 R_386_RELATIVE *ABS* +00003de0 R_386_32 _ZTVN10__cxxabiv117__class_type_infoE@CXXABI_1.3 +00003de8 R_386_32 _ZTVN10__cxxabiv117__class_type_infoE@CXXABI_1.3 +00003df0 R_386_32 _ZTVN10__cxxabiv117__class_type_infoE@CXXABI_1.3 +00003df8 R_386_32 _ZTVN10__cxxabiv117__class_type_infoE@CXXABI_1.3 +00003e00 R_386_32 _ZTVN10__cxxabiv117__class_type_infoE@CXXABI_1.3 +00003de4 R_386_32 _ZTSN3NSA6ClassA7PrivateE@@Base +00003dec R_386_32 _ZTSN3NSA6ClassA8InternalE@@Base +00003df4 R_386_32 _ZTSN3NSA6ClassAE@@Base +00003dfc R_386_32 _ZTS6ClassB@@Base +00003e04 R_386_32 _ZTS6ClassC@@Base +00003e08 R_386_32 _ZTVN10__cxxabiv121__vmi_class_type_infoE@CXXABI_1.3 +00003e0c R_386_32 _ZTSN3NSB6ClassDE@@Base +00003e18 R_386_32 _ZTIN3NSA6ClassAE@@Base +00003e54 R_386_32 _ZTIN3NSA6ClassAE@@Base +00003e20 R_386_32 _ZTI6ClassB@@Base +00003e68 R_386_32 _ZTI6ClassB@@Base +00003e28 R_386_32 _ZTI6ClassC@@Base +00003e7c R_386_32 _ZTI6ClassC@@Base +00003e34 R_386_32 _ZTIN3NSA6ClassA7PrivateE@@Base +00003e38 R_386_32 _ZN3NSA6ClassA7PrivateD1Ev@@Base +00003e3c R_386_32 _ZN3NSA6ClassA7PrivateD0Ev@@Base +00003e44 R_386_32 _ZTIN3NSA6ClassA8InternalE@@Base +00003e48 R_386_32 _ZN3NSA6ClassA8InternalD1Ev@@Base +00003e4c R_386_32 _ZN3NSA6ClassA8InternalD0Ev@@Base +00003e58 R_386_32 _ZN3NSA6ClassAD1Ev@@Base +00003e5c R_386_32 _ZN3NSA6ClassAD0Ev@@Base +00003e60 R_386_32 _ZNK3NSA6ClassA11generate_vtEPKc@@Base +00003e6c R_386_32 _ZN6ClassBD1Ev@@Base +00003e70 R_386_32 _ZN6ClassBD0Ev@@Base +00003e74 R_386_32 _ZNK6ClassB11generate_vtEPKc@@Base +00003e80 R_386_32 _ZN6ClassCD1Ev@@Base +00003e84 R_386_32 _ZN6ClassCD0Ev@@Base +00003e88 R_386_32 _ZNK6ClassC11generate_vtEPKc@@Base +00003e90 R_386_32 _ZTIN3NSB6ClassDE@@Base +00003ea4 R_386_32 _ZTIN3NSB6ClassDE@@Base +00003eb8 R_386_32 _ZTIN3NSB6ClassDE@@Base +00003e94 R_386_32 _ZN3NSB6ClassDD1Ev@@Base +00003e98 R_386_32 _ZN3NSB6ClassDD0Ev@@Base +00003e9c R_386_32 _ZNK3NSB6ClassD11generate_vtEPKc@@Base +00003ea8 R_386_32 _ZThn12_N3NSB6ClassDD1Ev@@Base +00003eac R_386_32 _ZThn12_N3NSB6ClassDD0Ev@@Base +00003eb0 R_386_32 _ZThn12_NK3NSB6ClassD11generate_vtEPKc@@Base +00003ebc R_386_32 _ZThn16_N3NSB6ClassDD1Ev@@Base +00003ec0 R_386_32 _ZThn16_N3NSB6ClassDD0Ev@@Base +00003ec4 R_386_32 _ZThn16_NK3NSB6ClassD11generate_vtEPKc@@Base +00003fd8 R_386_GLOB_DAT __cxa_finalize@GLIBC_2.1.3 +00003fdc R_386_GLOB_DAT _ZTVN3NSA6ClassA8InternalE@@Base +00003fe0 R_386_GLOB_DAT _ZTVN3NSB6ClassDE@@Base +00003fe4 R_386_GLOB_DAT _ZTVN3NSA6ClassAE@@Base +00003fe8 R_386_GLOB_DAT _ZTV6ClassC@@Base +00003fec R_386_GLOB_DAT _ZTV6ClassB@@Base +00003ff0 R_386_GLOB_DAT _ITM_deregisterTMCloneTable +00003ff4 R_386_GLOB_DAT _ZTVN3NSA6ClassA7PrivateE@@Base +00003ff8 R_386_GLOB_DAT __gmon_start__ +00003ffc R_386_GLOB_DAT _ITM_registerTMCloneTable +00004048 R_386_32 __gxx_personality_v0@CXXABI_1.3 +0000400c R_386_JUMP_SLOT _ZN6ClassBD1Ev@@Base +00004010 R_386_JUMP_SLOT _ZN6ClassBD2Ev@@Base +00004014 R_386_JUMP_SLOT _ZN3NSA6ClassA7PrivateD1Ev@@Base +00004018 R_386_JUMP_SLOT _ZN3NSA6ClassAD1Ev@@Base +0000401c R_386_JUMP_SLOT _ZN3NSA6ClassA8InternalD1Ev@@Base +00004020 R_386_JUMP_SLOT _ZdlPvj@CXXABI_1.3.9 +00004024 R_386_JUMP_SLOT _ZN3NSB6ClassDD1Ev@@Base +00004028 R_386_JUMP_SLOT _ZN6ClassCD2Ev@@Base +0000402c R_386_JUMP_SLOT _ZN3NSA6ClassAC2Ev@@Base +00004030 R_386_JUMP_SLOT _ZN6ClassBC2Ev@@Base +00004034 R_386_JUMP_SLOT _ZN6ClassCC2Ev@@Base +00004038 R_386_JUMP_SLOT _Unwind_Resume@GCC_3.0 +0000403c R_386_JUMP_SLOT _ZN3NSA6ClassAD2Ev@@Base +00004040 R_386_JUMP_SLOT _ZN6ClassCD1Ev@@Base + + diff --git a/scripts/t/Dpkg_Shlibs/objdump.space b/scripts/t/Dpkg_Shlibs/objdump.space new file mode 100644 index 0000000..7ef3f90 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.space @@ -0,0 +1,8 @@ + +phony-output: file format elf32-i386 +architecture: i386, flags 0x00000112: +EXEC_P, HAS_SYMS, D_PAGED +start address 0x08049b50 + +DYNAMIC SYMBOL TABLE: +00000000 DF *UND* 00000075 singlespace diff --git a/scripts/t/Dpkg_Shlibs/objdump.spacesyms b/scripts/t/Dpkg_Shlibs/objdump.spacesyms new file mode 100644 index 0000000..1b26af9 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/objdump.spacesyms @@ -0,0 +1,119 @@ + +./t/Dpkg_Shlibs/libobjdump.spacesyms.so: file format elf32-i386 +architecture: i386, flags 0x00000150: +HAS_SYMS, DYNAMIC, D_PAGED +start address 0x00000770 + +Program Header: + LOAD off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**12 + filesz 0x00000d08 memsz 0x00000d08 flags r-x + LOAD off 0x00000f08 vaddr 0x00001f08 paddr 0x00001f08 align 2**12 + filesz 0x00000198 memsz 0x0000019c flags rw- + DYNAMIC off 0x00000f10 vaddr 0x00001f10 paddr 0x00001f10 align 2**2 + filesz 0x000000e0 memsz 0x000000e0 flags rw- + NOTE off 0x00000114 vaddr 0x00000114 paddr 0x00000114 align 2**2 + filesz 0x00000024 memsz 0x00000024 flags r-- +EH_FRAME off 0x000009f8 vaddr 0x000009f8 paddr 0x000009f8 align 2**2 + filesz 0x000000dc memsz 0x000000dc flags r-- + STACK off 0x00000000 vaddr 0x00000000 paddr 0x00000000 align 2**4 + filesz 0x00000000 memsz 0x00000000 flags rw- + RELRO off 0x00000f08 vaddr 0x00001f08 paddr 0x00001f08 align 2**0 + filesz 0x000000f8 memsz 0x000000f8 flags r-- + +Dynamic Section: + NEEDED libc.so.6 + SONAME libspacesyms.so.1 + INIT 0x00000724 + FINI 0x000009e4 + INIT_ARRAY 0x00001f08 + INIT_ARRAYSZ 0x00000004 + FINI_ARRAY 0x00001f0c + FINI_ARRAYSZ 0x00000004 + GNU_HASH 0x00000138 + STRTAB 0x0000037c + SYMTAB 0x000001ec + STRSZ 0x00000200 + SYMENT 0x00000010 + PLTGOT 0x00002000 + REL 0x0000062c + RELSZ 0x000000f8 + RELENT 0x00000008 + VERDEF 0x000005b0 + VERDEFNUM 0x00000003 + VERNEED 0x0000060c + VERNEEDNUM 0x00000001 + VERSYM 0x0000057c + RELCOUNT 0x0000000f + +Version definitions: +1 0x01 0x026eb371 libspacesyms.so.1 +2 0x00 0x00000591 V1 +3 0x00 0x0df29ee1 VERY_LONG_VERSION_1 + V1 + +Version References: + required from libc.so.6: + 0x09691f73 0x00 04 GLIBC_2.1.3 + +DYNAMIC SYMBOL TABLE: +00000000 w D *UND* 00000000 _ITM_deregisterTMCloneTable +00000000 w DF *UND* 00000000 GLIBC_2.1.3 __cxa_finalize +00000000 w D *UND* 00000000 __gmon_start__ +00000000 w D *UND* 00000000 _ITM_registerTMCloneTable +000008c0 g DF .text 00000002 Base symdefaultverSPA CEdefault +000009e4 g DF .fini 00000000 Base _fini +00002040 g DO .data 00000060 Base funcs +00000724 g DF .init 00000000 Base _init +00000980 g DF .text 00000002 V1 symshortvernospacedefault +000020a0 g D .bss 00000000 Base __bss_start +00000890 g DF .text 00000002 Base .protected symdefaultvernospaceprotected +000020a4 g D .bss 00000000 Base _end +000009c0 g DF .text 00000002 V1 symshortverSPA CEdefault +00000000 g DO *ABS* 00000000 V1 V1 +000009a0 g DF .text 00000002 V1 .protected symshortvernospaceprotected +00000900 g DF .text 00000002 VERY_LONG_VERSION_1 symlongvernospacedefault +00000000 g DO *ABS* 00000000 VERY_LONG_VERSION_1 VERY_LONG_VERSION_1 +000020a0 g D .data 00000000 Base _edata +00000870 g DF .text 00000002 Base symdefaultvernospacedefault +00000960 g DF .text 00000002 VERY_LONG_VERSION_1 .protected symlongverSPA CEprotected +000008e0 g DF .text 00000002 Base .protected symdefaultverSPA CEprotected +00000940 g DF .text 00000002 VERY_LONG_VERSION_1 symlongverSPA CEdefault +000009e0 g DF .text 00000002 V1 .protected symshortverSPA CEprotected +00000920 g DF .text 00000002 VERY_LONG_VERSION_1 .protected symlongvernospaceprotected + + +DYNAMIC RELOCATION RECORDS +OFFSET TYPE VALUE +00001f08 R_386_RELATIVE *ABS* +00001f0c R_386_RELATIVE *ABS* +00002020 R_386_RELATIVE *ABS* +00002044 R_386_RELATIVE *ABS* +0000204c R_386_RELATIVE *ABS* +00002054 R_386_RELATIVE *ABS* +0000205c R_386_RELATIVE *ABS* +00002064 R_386_RELATIVE *ABS* +0000206c R_386_RELATIVE *ABS* +00002074 R_386_RELATIVE *ABS* +0000207c R_386_RELATIVE *ABS* +00002084 R_386_RELATIVE *ABS* +0000208c R_386_RELATIVE *ABS* +00002094 R_386_RELATIVE *ABS* +0000209c R_386_RELATIVE *ABS* +00001ff0 R_386_GLOB_DAT _ITM_deregisterTMCloneTable +00001ff4 R_386_GLOB_DAT __cxa_finalize@GLIBC_2.1.3 +00001ff8 R_386_GLOB_DAT __gmon_start__ +00001ffc R_386_GLOB_DAT _ITM_registerTMCloneTable +00002040 R_386_32 symdefaultvernospacedefault@@Base +00002048 R_386_32 symdefaultvernospaceprotected@@Base +00002050 R_386_32 symdefaultverSPA CEdefault@@Base +00002058 R_386_32 symdefaultverSPA CEprotected@@Base +00002060 R_386_32 symlongvernospacedefault@@VERY_LONG_VERSION_1 +00002068 R_386_32 symlongvernospaceprotected@@VERY_LONG_VERSION_1 +00002070 R_386_32 symlongverSPA CEdefault@@VERY_LONG_VERSION_1 +00002078 R_386_32 symlongverSPA CEprotected@@VERY_LONG_VERSION_1 +00002080 R_386_32 symshortvernospacedefault@@V1 +00002088 R_386_32 symshortvernospaceprotected@@V1 +00002090 R_386_32 symshortverSPA CEdefault@@V1 +00002098 R_386_32 symshortverSPA CEprotected@@V1 + + diff --git a/scripts/t/Dpkg_Shlibs/patterns.cpp b/scripts/t/Dpkg_Shlibs/patterns.cpp new file mode 100644 index 0000000..8bfcb4d --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/patterns.cpp @@ -0,0 +1,107 @@ +#define EXPORT(x) x {} + +namespace NSA +{ + class ClassA + { + private: + class Private + { + public: + Private(); + virtual ~Private(); + void privmethod1(int); + void privmethod2(int); + }; + Private *p; + class Internal + { + public: + Internal(); + virtual ~Internal(); + void internal_method1(char); + void internal_method2(char); + }; + Internal *i; + public: + ClassA(); + virtual ~ClassA(); + virtual void generate_vt(const char *) const; + }; + + EXPORT(ClassA::Private::Private()); + EXPORT(ClassA::Private::~Private()); + EXPORT(void ClassA::Private::privmethod1(int)); + EXPORT(void ClassA::Private::privmethod2(int)); + + EXPORT(ClassA::Internal::Internal()); + EXPORT(ClassA::Internal::~Internal()); + EXPORT(void ClassA::Internal::internal_method1(char)); + EXPORT(void ClassA::Internal::internal_method2(char)); + + EXPORT(ClassA::ClassA()); + EXPORT(ClassA::~ClassA()); + EXPORT(void ClassA::generate_vt(const char *) const); +}; + +class ClassB +{ + public: + ClassB(); + virtual ~ClassB(); + virtual void generate_vt(const char *) const; +}; + +EXPORT(ClassB::ClassB()); +EXPORT(ClassB::~ClassB()); +EXPORT(void ClassB::generate_vt(const char *) const); + +class ClassC +{ + public: + ClassC(); + virtual ~ClassC(); + virtual void generate_vt(const char *) const; +}; + +EXPORT(ClassC::ClassC()); +EXPORT(ClassC::~ClassC()); +EXPORT(void ClassC::generate_vt(const char *) const); + +namespace NSB +{ + class ClassD : public NSA::ClassA, public ClassB, public ClassC + { + public: + ClassD(); + virtual ~ClassD(); + virtual void generate_vt(const char *) const override; + }; + + EXPORT(ClassD::ClassD()); + EXPORT(ClassD::~ClassD()); + EXPORT(void ClassD::generate_vt(const char *) const); + + class Symver { + public: + Symver(); + ~Symver(); + + void symver_method1(); + void symver_method2(); + }; + + EXPORT(Symver::Symver()); + EXPORT(Symver::~Symver()); + EXPORT(void Symver::symver_method1()); + EXPORT(void Symver::symver_method2()); + + class SymverOptional { + public: + SymverOptional(); + ~SymverOptional(); + }; + + EXPORT(SymverOptional::SymverOptional()); + EXPORT(SymverOptional::~SymverOptional()); +}; diff --git a/scripts/t/Dpkg_Shlibs/patterns.map b/scripts/t/Dpkg_Shlibs/patterns.map new file mode 100644 index 0000000..ace30b7 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/patterns.map @@ -0,0 +1,9 @@ +SYMVER_1 { + global: + _ZN3NSB6Symver*; +}; + +SYMVEROPT_2 { + global: + _ZN3NSB14SymverOptional*; +}; diff --git a/scripts/t/Dpkg_Shlibs/patterns.symbols b/scripts/t/Dpkg_Shlibs/patterns.symbols new file mode 100644 index 0000000..bacf799 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/patterns.symbols @@ -0,0 +1,47 @@ +libpatterns.so.1 libpatterns1 #MINVER# + (c++|regex|optional)NSA::ClassA::Private(::.*)?@Base 1.private + (c++)NSB::Symver::symver_method2()@SYMVER_1 1.method2 + (symver|optional)SYMVEROPT_2 2 + SYMVEROPT_2@SYMVEROPT_2 2 + (c++|symver)SYMVER_1 1.generic + SYMVER_1@SYMVER_1 1 + (regex|c++)^_Z(T[ISV])?N3NSA6ClassA8Internal.*@Base$ 1.internal + _ZN3NSA6ClassAC1Ev@Base 1 + _ZN3NSA6ClassAC2Ev@Base 1 + _ZN3NSA6ClassAD0Ev@Base 1 + _ZN3NSA6ClassAD1Ev@Base 1 + _ZN3NSA6ClassAD2Ev@Base 1 + _ZN3NSB6ClassDC1Ev@Base 1 + _ZN3NSB6ClassDC2Ev@Base 1 + _ZN3NSB6ClassDD0Ev@Base 1 + _ZN3NSB6ClassDD1Ev@Base 1 + _ZN3NSB6ClassDD2Ev@Base 1 + _ZN3NSB6Symver14symver_method1Ev@SYMVER_1 1.method1 + _ZN6ClassBC1Ev@Base 1 + _ZN6ClassBC2Ev@Base 1 + _ZN6ClassBD0Ev@Base 1 + _ZN6ClassBD1Ev@Base 1 + _ZN6ClassBD2Ev@Base 1 + _ZN6ClassCC1Ev@Base 1 + _ZN6ClassCC2Ev@Base 1 + _ZN6ClassCD0Ev@Base 1 + _ZN6ClassCD1Ev@Base 1 + _ZN6ClassCD2Ev@Base 1 + _ZNK3NSA6ClassA11generate_vtEPKc@Base 1 + _ZNK3NSB6ClassD11generate_vtEPKc@Base 1 + _ZNK6ClassB11generate_vtEPKc@Base 1 + _ZNK6ClassC11generate_vtEPKc@Base 1 + _ZTI6ClassB@Base 1 + _ZTI6ClassC@Base 1 + _ZTIN3NSA6ClassAE@Base 1 + _ZTIN3NSB6ClassDE@Base 1 + _ZTS6ClassB@Base 1 + _ZTS6ClassC@Base 1 + _ZTSN3NSA6ClassAE@Base 1 + _ZTSN3NSB6ClassDE@Base 1 + _ZTV6ClassB@Base 1 + _ZTV6ClassC@Base 1 + _ZTVN3NSA6ClassAE@Base 1 + _ZTVN3NSB6ClassDE@Base 1 + (c++)"non-virtual thunk to NSB::ClassD::generate_vt(char const*) const@Base" 1 + (c++)"non-virtual thunk to NSB::ClassD::~ClassD()@Base" 1 diff --git a/scripts/t/Dpkg_Shlibs/spacesyms-c-gen.pl b/scripts/t/Dpkg_Shlibs/spacesyms-c-gen.pl new file mode 100755 index 0000000..48434f4 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/spacesyms-c-gen.pl @@ -0,0 +1,37 @@ +#!/usr/bin/perl +# +# spacesyms-c-gen.pl +# +# Output a C file that contains symbols matching the shell glob +# sym{defaultver,longver,shortver}{nospace,SPACE}{default,hidden,protected,internal} +# with symbol visibility matching the final element and at least one relocation +# against each symbol. +# +# When used together with spacesyms-o-map.pl and spacesyms.map, makes a shared +# object that contains symbols that covers all cases of: +# +# 1) has a short, long or Base version, +# 2) has or does not have a space in the symbol name, +# 3) default, hidden, protected or internal visibility. + +use strict; +use warnings; + +my @symbols; + +foreach my $version (qw(defaultver longver shortver)) { + foreach my $space (qw(nospace SPACE)) { + foreach my $visibility (qw(default hidden protected internal)) { + my $symbol = "sym$version$space$visibility"; + push @symbols, $symbol; + print "void $symbol(void) __attribute__((visibility(\"$visibility\")));\n"; + print "void $symbol(void) {}\n"; + } + } +} + +print "void (*funcs[])(void) = {\n"; +foreach my $symbol (@symbols) { + print "$symbol,\n"; +} +print "};\n"; diff --git a/scripts/t/Dpkg_Shlibs/spacesyms-o-map.pl b/scripts/t/Dpkg_Shlibs/spacesyms-o-map.pl new file mode 100755 index 0000000..89a1caf --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/spacesyms-o-map.pl @@ -0,0 +1,25 @@ +#!/usr/bin/perl +# +# spacesyms-o-map.pl INPUT OUTPUT +# +# Copy the object file INPUT to OUTPUT, redefining any symbol in INPUT that +# contains "SPACE" in its name to contain "SPA CE" instead. + +use strict; +use warnings; + +my ($input, $output) = @ARGV; +my @cmds = ('objcopy'); + +open my $nm, '-|', 'nm', $input or die "cannot run nm: $!"; +while (<$nm>) { + next if not m/SPACE/; + chomp; + my $x = (split / /, $_, 3)[2]; + my $y = $x =~ s/SPACE/SPA CE/r; + push @cmds, "--redefine-sym=$x=$y"; +} +close $nm; + +push @cmds, $input, $output; +exec @cmds; diff --git a/scripts/t/Dpkg_Shlibs/spacesyms.map b/scripts/t/Dpkg_Shlibs/spacesyms.map new file mode 100644 index 0000000..0053446 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/spacesyms.map @@ -0,0 +1,7 @@ +V1 { + global: symshortver*; +}; + +VERY_LONG_VERSION_1 { + global: symlongver*; +} V1; diff --git a/scripts/t/Dpkg_Shlibs/symbols.blacklist-filter b/scripts/t/Dpkg_Shlibs/symbols.blacklist-filter new file mode 100644 index 0000000..f66ab23 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.blacklist-filter @@ -0,0 +1,3 @@ +libblacklisted.so.0 libblacklisted0 #MINVER# +#include "symbols.blacklisted" + symbol@Base 1.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.blacklist-groups b/scripts/t/Dpkg_Shlibs/symbols.blacklist-groups new file mode 100644 index 0000000..4d3f270 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.blacklist-groups @@ -0,0 +1,4 @@ +libblacklisted.so.0 libblacklisted0 #MINVER# +* Ignore-Blacklist-Groups: aeabi gomp +#include "symbols.blacklisted" + symbol@Base 1.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.blacklist-ignore b/scripts/t/Dpkg_Shlibs/symbols.blacklist-ignore new file mode 100644 index 0000000..9879c12 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.blacklist-ignore @@ -0,0 +1,3 @@ +libblacklisted.so.0 libblacklisted0 #MINVER# +(ignore-blacklist)#include "symbols.blacklisted" + symbol@Base 1.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.blacklisted b/scripts/t/Dpkg_Shlibs/symbols.blacklisted new file mode 100644 index 0000000..a6d3dd6 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.blacklisted @@ -0,0 +1,4 @@ + .gomp_critical_user_foo@Base 2.0 + .gomp_critical_user_bar@Base 2.0 + __aeabi_lcmp@GCC_3.0 3.0 + __aeabi_unknown@GCC_4.0 4.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.fake-1 b/scripts/t/Dpkg_Shlibs/symbols.fake-1 new file mode 100644 index 0000000..f0a230e --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.fake-1 @@ -0,0 +1,3 @@ + symbol1_fake1@Base 1.0 + symbol2_fake1@Base 1.0 + symbol3_fake1@Base 1.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.fake-2 b/scripts/t/Dpkg_Shlibs/symbols.fake-2 new file mode 100644 index 0000000..3eed289 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.fake-2 @@ -0,0 +1,9 @@ +#include "symbols.include-2" +# This is just a comment +libfake.so.1 #PACKAGE# #MINVER# +* Build-Depends-Package: libfake-dev +# The alternate dependency is below +| libvirtualfake + symbol1_fake2@Base 1.0 1 + symbol2_fake2@Base 1.0 + symbol3_fake2@Base 1.1 diff --git a/scripts/t/Dpkg_Shlibs/symbols.fake-3 b/scripts/t/Dpkg_Shlibs/symbols.fake-3 new file mode 100644 index 0000000..576bf22 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.fake-3 @@ -0,0 +1,5 @@ +# if included, this file will change the current "object" parsed +# after the include it will be libdivert.so.1 instead of the object +# of the including symbols file +libdivert.so.1 libdivert1 #MINVER# + divert_something@Base 1.0 diff --git a/scripts/t/Dpkg_Shlibs/symbols.include-1 b/scripts/t/Dpkg_Shlibs/symbols.include-1 new file mode 100644 index 0000000..b524e78 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.include-1 @@ -0,0 +1,9 @@ +libfake.so.1 libfake1 #MINVER# + symbol1_fake1@Base 0.9 + symbol2_fake1@Base 0.9 + symbol_before@Base 0.9 +#include "symbols.fake-1" + symbol3_fake1@Base 0 + symbol_after@Base 1.1 +#include "symbols.fake-3" + symbol_in_libdivert@Base 1.0~beta1 diff --git a/scripts/t/Dpkg_Shlibs/symbols.include-2 b/scripts/t/Dpkg_Shlibs/symbols.include-2 new file mode 100644 index 0000000..0cc18fa --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.include-2 @@ -0,0 +1,3 @@ +libfake.so.1 libfake1 + symbol1_fake2@Base 0.5 +#include "symbols.fake-2" diff --git a/scripts/t/Dpkg_Shlibs/symbols.include-3 b/scripts/t/Dpkg_Shlibs/symbols.include-3 new file mode 100644 index 0000000..8c8f429 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/symbols.include-3 @@ -0,0 +1,5 @@ +libbasictags.so.2 libbasictags2 + symbol0_before@Base 1.0 +(optional|random tag=random value)#include "symbols.fake-1" + symbol9_after@Base 1.0 +(optional=from parent|t=v)#include "basictags.symbols" -- cgit v1.2.3