Your message dated Sat, 13 Feb 2021 13:37:27 +0000 with message-id <[email protected]> and subject line Bug#921401: Removed package(s) from unstable has caused the Debian Bug report #181435, regarding prelink: segfaults to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 181435: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=181435 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: prelink Prelink segfaults on a binary of mine: : tfheen@golem ~ > sudo prelink -vR /usr/local/share/gphoto/drivers/libgphoto_philips.so Laying out 1 libraries in virtual address space 41000000-50000000 Assigned virtual address space slots for libraries: /lib/ld-linux.so.2 4cf2a000-4cf3b6d4 /lib/libc.so.6 4cf3e000-4d04daa4 /usr/local/share/gphoto/drivers/libgphoto_philips.so 415a9000-415b72a4 Prelinking /usr/local/share/gphoto/drivers/libgphoto_philips.so zsh: segmentation fault sudo prelink -vR /usr/local/share/gphoto/drivers/libgphoto_philips.so : tfheen@golem ~ > readelf -aW /usr/local/share/gphoto/drivers/libgphoto_philips.so ELF Header: Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 Class: ELF32 Data: 2's complement, little endian Version: 1 (current) OS/ABI: UNIX - System V ABI Version: 0 Type: DYN (Shared object file) Machine: Intel 80386 Version: 0x1 Entry point address: 0x44a0 Start of program headers: 52 (bytes into file) Start of section headers: 329700 (bytes into file) Flags: 0x0 Size of this header: 52 (bytes) Size of program headers: 32 (bytes) Number of program headers: 3 Size of section headers: 40 (bytes) Number of section headers: 32 Section header string table index: 29 Section Headers: [Nr] Name Type Addr Off Size ES Flg Lk Inf Al [ 0] NULL 00000000 000000 000000 00 0 0 0 [ 1] .hash HASH 00000094 000094 0004e0 04 A 2 0 4 [ 2] .dynsym DYNSYM 00000574 000574 000b30 10 A 3 1 4 [ 3] .dynstr STRTAB 000010a4 0010a4 000b64 00 A 0 0 1 [ 4] .gnu.version VERSYM 00001c08 001c08 000166 02 A 2 0 2 [ 5] .gnu.version_d VERDEF 00001d70 001d70 000038 00 A 3 2 4 [ 6] .gnu.version_r VERNEED 00001da8 001da8 000020 00 A 3 1 4 [ 7] .rel.text REL 00001dc8 001dc8 001f28 08 A 2 e 4 [ 8] .rel.data REL 00003cf0 003cf0 000308 08 A 2 11 4 [ 9] .rel.rodata REL 00003ff8 003ff8 0000f0 08 A 2 10 4 [10] .rel.got REL 000040e8 0040e8 000028 08 A 2 15 4 [11] .rel.plt REL 00004110 004110 000118 08 A 2 d 4 [12] .init PROGBITS 00004228 004228 00002f 00 AX 0 0 4 [13] .plt PROGBITS 00004258 004258 000240 04 AX 0 0 4 [14] .text PROGBITS 000044a0 0044a0 0049f0 00 AX 0 0 16 [15] .fini PROGBITS 00008e90 008e90 00001a 00 AX 0 0 4 [16] .rodata PROGBITS 00008ec0 008ec0 001277 00 A 0 0 32 [17] .data PROGBITS 0000b140 00a140 000928 00 WA 0 0 32 [18] .eh_frame PROGBITS 0000ba68 00aa68 000004 00 WA 0 0 4 [19] .ctors PROGBITS 0000ba6c 00aa6c 000008 00 WA 0 0 4 [20] .dtors PROGBITS 0000ba74 00aa74 000008 00 WA 0 0 4 [21] .got PROGBITS 0000ba7c 00aa7c 0000ac 04 WA 0 0 4 [22] .dynamic DYNAMIC 0000bb28 00ab28 0000b8 08 WA 3 0 4 [23] .bss NOBITS 0000bbe0 00abe0 001504 00 WA 0 0 32 [24] .stab PROGBITS 00000000 00abe0 0136e0 0c 25 0 4 [25] .stabstr STRTAB 00000000 01e2c0 0321e7 00 0 0 1 [26] .comment PROGBITS 00000000 0504a7 0001ab 00 0 0 1 [27] .note NOTE 000001ab 050652 00008c 00 0 0 1 [28] .rel.stab REL 00000238 050ce4 000348 08 2 18 4 [29] .shstrtab STRTAB 00000000 0506de 000106 00 0 0 1 [30] .symtab SYMTAB 00000000 05102c 000ff0 10 31 4d 4 [31] .strtab STRTAB 00000000 05201c 000edd 00 0 0 1 Key to Flags: W (write), A (alloc), X (execute), M (merge), S (strings) I (info), L (link order), G (group), x (unknown) O (extra OS processing required) o (OS specific), p (processor specific) Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align LOAD 0x000000 0x00000000 0x00000000 0x0a137 0x0a137 R E 0x1000 LOAD 0x00a140 0x0000b140 0x0000b140 0x00aa0 0x01fa4 RW 0x1000 DYNAMIC 0x00ab28 0x0000bb28 0x0000bb28 0x000b8 0x000b8 RW 0x4 Section to Segment mapping: Segment Sections... 00 .hash .dynsym .dynstr .gnu.version .gnu.version_d .gnu.version_r .rel.text .rel.data .rel.rodata .rel.got .rel.plt .init .plt .text .fini .rodata 01 .data .eh_frame .ctors .dtors .got .dynamic .bss 02 .dynamic Dynamic segment at offset 0xab28 contains 23 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libc.so.6] 0x0000000e (SONAME) Library soname: [libgphoto_philips.so] 0x0000000c (INIT) 0x4228 0x0000000d (FINI) 0x8e90 0x00000004 (HASH) 0x94 0x00000005 (STRTAB) 0x10a4 0x00000006 (SYMTAB) 0x574 0x0000000a (STRSZ) 2893 (bytes) 0x0000000b (SYMENT) 16 (bytes) 0x00000003 (PLTGOT) 0xba7c 0x00000002 (PLTRELSZ) 280 (bytes) 0x00000014 (PLTREL) REL 0x00000017 (JMPREL) 0x4110 0x00000011 (REL) 0x1dc8 0x00000012 (RELSZ) 9032 (bytes) 0x00000013 (RELENT) 8 (bytes) 0x00000016 (TEXTREL) 0x0 0x6ffffffc (VERDEF) 0x1d70 0x6ffffffd (VERDEFNUM) 2 0x6ffffffe (VERNEED) 0x1da8 0x6fffffff (VERNEEDNUM) 1 0x6ffffff0 (VERSYM) 0x1c08 0x00000000 (NULL) 0x0 Relocation section '.rel.text' at offset 0x1dc8 contains 997 entries: Offset Info Type Sym. Value Symbol's Name 0000456a 00000008 R_386_RELATIVE 0000456f 00000008 R_386_RELATIVE 00004574 00001002 R_386_PC32 00000000 sprintf 00004579 00000008 R_386_RELATIVE 000045b3 00000008 R_386_RELATIVE 000045b8 00000008 R_386_RELATIVE 000045bd 00001002 R_386_PC32 00000000 sprintf 000045e0 00000008 R_386_RELATIVE 000045e5 00001202 R_386_PC32 00000000 strcat 000045f6 00000e01 R_386_32 0000b96c num_philips_commands 0000460c 00000d01 R_386_32 0000b774 philips_commands 00004612 00000d01 R_386_32 0000b774 philips_commands 0000462b 00000d01 R_386_32 0000b774 philips_commands 00004631 00000008 R_386_RELATIVE 00004636 00000008 R_386_RELATIVE 0000463b 00001002 R_386_PC32 00000000 sprintf 00004655 00000d01 R_386_32 0000b774 philips_commands 00004686 00000d01 R_386_32 0000b774 philips_commands 0000468c 00000008 R_386_RELATIVE 00004691 00000008 R_386_RELATIVE 00004696 00001002 R_386_PC32 00000000 sprintf 000046b4 00000008 R_386_RELATIVE 000046b9 00001202 R_386_PC32 00000000 strcat 000046cb 00000e01 R_386_32 0000b96c num_philips_commands 000046d6 00000008 R_386_RELATIVE 000046fb 00000901 R_386_32 0000b764 philips_dumpflag 0000470a 00000a01 R_386_32 0000b768 philips_dumpmaxlen 00004712 00000a01 R_386_32 0000b768 philips_dumpmaxlen 0000471e 00000008 R_386_RELATIVE 00004725 00000008 R_386_RELATIVE 0000472a 00001401 R_386_32 00000000 stderr 00004730 00001502 R_386_PC32 00000000 fprintf 0000474a 00000008 R_386_RELATIVE 0000474f 00001401 R_386_32 00000000 stderr 00004755 00001502 R_386_PC32 00000000 fprintf 00004766 00000008 R_386_RELATIVE 0000476b 00001401 R_386_32 00000000 stderr 00004771 00001502 R_386_PC32 00000000 fprintf 00004779 00000008 R_386_RELATIVE 0000477e 00001401 R_386_32 00000000 stderr 00004784 00001502 R_386_PC32 00000000 fprintf 000047cd 00000008 R_386_RELATIVE 000047d7 00000008 R_386_RELATIVE 000047de 00001702 R_386_PC32 00000000 sigaction 000047e4 00000008 R_386_RELATIVE 000047f1 00000008 R_386_RELATIVE 00004801 00001802 R_386_PC32 00000000 setitimer 00004812 00000008 R_386_RELATIVE 00004820 00001902 R_386_PC32 00000000 open 00004828 00000008 R_386_RELATIVE 00004836 00000008 R_386_RELATIVE 00004846 00000008 R_386_RELATIVE 00004858 00000008 R_386_RELATIVE 0000485d 00001401 R_386_32 00000000 stderr 00004863 00001502 R_386_PC32 00000000 fprintf 00004872 00000008 R_386_RELATIVE 00004890 00000008 R_386_RELATIVE 00004895 00001401 R_386_32 00000000 stderr 0000489b 00001502 R_386_PC32 00000000 fprintf 000048ba 00000008 R_386_RELATIVE 000048c0 00000008 R_386_RELATIVE 000048d2 00000008 R_386_RELATIVE 000048d7 00001401 R_386_32 00000000 stderr 000048dd 00001502 R_386_PC32 00000000 fprintf 0000491a 00001802 R_386_PC32 00000000 setitimer 0000494c 00000008 R_386_RELATIVE 0000498b 00000008 R_386_RELATIVE 000049fd 00000008 R_386_RELATIVE 00004a0a 00000008 R_386_RELATIVE 00004a18 00000008 R_386_RELATIVE 00004a2c 00000008 R_386_RELATIVE 00004a39 00000008 R_386_RELATIVE 00004a5f 00000008 R_386_RELATIVE 00004b0c 00000008 R_386_RELATIVE 00004bac 00000008 R_386_RELATIVE 00004c9b 00000008 R_386_RELATIVE 00004d3b 00000008 R_386_RELATIVE 00004ddb 00000008 R_386_RELATIVE 00004e7b 00000008 R_386_RELATIVE 00004f1b 00000008 R_386_RELATIVE 00004fbf 00000008 R_386_RELATIVE 0000507b 00000008 R_386_RELATIVE 0000510e 00003702 R_386_PC32 00000000 memmove 0000513c 00000008 R_386_RELATIVE 00005159 00000008 R_386_RELATIVE 0000516b 00001002 R_386_PC32 00000000 sprintf 000051fb 00000008 R_386_RELATIVE 0000524f 00000008 R_386_RELATIVE 000052b2 00003702 R_386_PC32 00000000 memmove 000052e3 00000008 R_386_RELATIVE 00005386 00003702 R_386_PC32 00000000 memmove 00005392 00000b01 R_386_32 0000b76c philips_verbose 000053a5 00000c01 R_386_32 0000b770 philips_echobackrate 000053b7 00000008 R_386_RELATIVE 000053bc 00001401 R_386_32 00000000 stderr 000053c2 00001502 R_386_PC32 00000000 fprintf 000053d6 00000008 R_386_RELATIVE 000053db 00001401 R_386_32 00000000 stderr 000053e1 00001502 R_386_PC32 00000000 fprintf 000053f2 00000b01 R_386_32 0000b76c philips_verbose 000053fe 00000008 R_386_RELATIVE 00005405 00000008 R_386_RELATIVE 0000540a 00001401 R_386_32 00000000 stderr 00005410 00001502 R_386_PC32 00000000 fprintf 00005417 00000008 R_386_RELATIVE 00005423 00000008 R_386_RELATIVE 00005428 00001401 R_386_32 00000000 stderr 0000542e 00001502 R_386_PC32 00000000 fprintf 0000545e 00000008 R_386_RELATIVE 00005470 00000008 R_386_RELATIVE 00005475 00000008 R_386_RELATIVE 0000547a 00000008 R_386_RELATIVE 00005486 00001002 R_386_PC32 00000000 sprintf 00005495 00003702 R_386_PC32 00000000 memmove 000054ca 00000801 R_386_32 0000b760 philips_debugflag 000054db 00000008 R_386_RELATIVE 000054e0 00001401 R_386_32 00000000 stderr 000054e6 00001502 R_386_PC32 00000000 fprintf 000054ec 00000008 R_386_RELATIVE 0000558b 00003f02 R_386_PC32 00000000 memcpy 000055ca 00000801 R_386_32 0000b760 philips_debugflag 000055d7 00000008 R_386_RELATIVE 000055dc 00001401 R_386_32 00000000 stderr 000055e2 00001502 R_386_PC32 00000000 fprintf 000055ee 00000008 R_386_RELATIVE 000055f3 00001401 R_386_32 00000000 stderr 000055f9 00001502 R_386_PC32 00000000 fprintf 00005642 00000008 R_386_RELATIVE 00005673 00000008 R_386_RELATIVE 00005706 00004102 R_386_PC32 00000000 malloc 0000571e 00000008 R_386_RELATIVE 00005723 00001401 R_386_32 00000000 stderr 00005729 00001502 R_386_PC32 00000000 fprintf 00005759 00003702 R_386_PC32 00000000 memmove 00005765 00000b01 R_386_32 0000b76c philips_verbose 00005778 00000c01 R_386_32 0000b770 philips_echobackrate 00005790 00000008 R_386_RELATIVE 00005795 00001401 R_386_32 00000000 stderr 0000579b 00001502 R_386_PC32 00000000 fprintf 000057aa 00000008 R_386_RELATIVE 000057af 00001401 R_386_32 00000000 stderr 000057b5 00001502 R_386_PC32 00000000 fprintf 000057c9 00000b01 R_386_32 0000b76c philips_verbose 000057d5 00000008 R_386_RELATIVE 000057e1 00000008 R_386_RELATIVE 000057e6 00001401 R_386_32 00000000 stderr 000057ec 00001502 R_386_PC32 00000000 fprintf 000057f2 00004202 R_386_PC32 00000000 free 00005801 00000008 R_386_RELATIVE 00005813 00000008 R_386_RELATIVE 00005818 00001401 R_386_32 00000000 stderr 0000581e 00001502 R_386_PC32 00000000 fprintf 0000584e 00000008 R_386_RELATIVE 000058fc 00000008 R_386_RELATIVE 00005914 00000008 R_386_RELATIVE 00005970 00000008 R_386_RELATIVE 0000599c 00000008 R_386_RELATIVE 000059bc 00000008 R_386_RELATIVE 00005b18 00004502 R_386_PC32 00000000 mktime 00005b3e 00000008 R_386_RELATIVE 00005b5b 00004702 R_386_PC32 00000000 localtime 00005d28 00000801 R_386_32 0000b760 philips_debugflag 00005d35 00000008 R_386_RELATIVE 00005d3a 00001401 R_386_32 00000000 stderr 00005d40 00001502 R_386_PC32 00000000 fprintf 00005d84 00000008 R_386_RELATIVE 00005d89 00001401 R_386_32 00000000 stderr 00005d8f 00001502 R_386_PC32 00000000 fprintf 00005de3 00000008 R_386_RELATIVE 00005e4c 00003702 R_386_PC32 00000000 memmove 00005e6d 00003702 R_386_PC32 00000000 memmove 00005ea1 00000008 R_386_RELATIVE 00005f05 00003f02 R_386_PC32 00000000 memcpy 00005f7a 00003f02 R_386_PC32 00000000 memcpy 00005faa 00000008 R_386_RELATIVE 00005fb0 00001002 R_386_PC32 00000000 sprintf 00005fef 00000008 R_386_RELATIVE 00006052 00004b02 R_386_PC32 00000000 strncpy 0000607f 00000008 R_386_RELATIVE 000060e7 00004b02 R_386_PC32 00000000 strncpy 00006122 00000008 R_386_RELATIVE 0000613d 00000801 R_386_32 0000b760 philips_debugflag 0000614a 00000008 R_386_RELATIVE 0000614f 00001401 R_386_32 00000000 stderr 00006155 00001502 R_386_PC32 00000000 fprintf 0000615b 00000008 R_386_RELATIVE 00006160 00001401 R_386_32 00000000 stderr 00006166 00001502 R_386_PC32 00000000 fprintf 00006187 00000008 R_386_RELATIVE 0000618c 00001401 R_386_32 00000000 stderr 00006192 00001502 R_386_PC32 00000000 fprintf 000061a0 00000008 R_386_RELATIVE 000061a5 00001401 R_386_32 00000000 stderr 000061ab 00001502 R_386_PC32 00000000 fprintf 000061b4 00000008 R_386_RELATIVE 000061c6 00000008 R_386_RELATIVE 000061cb 00001401 R_386_32 00000000 stderr 000061d1 00001502 R_386_PC32 00000000 fprintf 000061ec 00000008 R_386_RELATIVE 00006203 00000801 R_386_32 0000b760 philips_debugflag 00006214 00000008 R_386_RELATIVE 00006219 00001401 R_386_32 00000000 stderr 0000621f 00001502 R_386_PC32 00000000 fprintf 00006224 00000008 R_386_RELATIVE 00006229 00001401 R_386_32 00000000 stderr 0000622f 00001502 R_386_PC32 00000000 fprintf 0000624a 00000008 R_386_RELATIVE 0000624f 00001401 R_386_32 00000000 stderr 00006255 00001502 R_386_PC32 00000000 fprintf 00006263 00000008 R_386_RELATIVE 00006268 00001401 R_386_32 00000000 stderr 0000626e 00001502 R_386_PC32 00000000 fprintf 000062af 00000008 R_386_RELATIVE 000062bb 00001002 R_386_PC32 00000000 sprintf 000062c4 00004d02 R_386_PC32 00000000 atoi 0000631f 00000008 R_386_RELATIVE 00006325 00004f02 R_386_PC32 00000000 tcdrain 000063a2 00000801 R_386_32 0000b760 philips_debugflag 000063af 00000008 R_386_RELATIVE 000063b4 00001401 R_386_32 00000000 stderr 000063ba 00001502 R_386_PC32 00000000 fprintf 000063c0 00000008 R_386_RELATIVE 000063c5 00001401 R_386_32 00000000 stderr 000063cb 00001502 R_386_PC32 00000000 fprintf 00006409 00000008 R_386_RELATIVE 0000640f 00004f02 R_386_PC32 00000000 tcdrain 00006419 00005002 R_386_PC32 00000000 usleep 0000641e 00000008 R_386_RELATIVE 00006424 00004f02 R_386_PC32 00000000 tcdrain 00006431 00005002 R_386_PC32 00000000 usleep 00006446 00000008 R_386_RELATIVE 0000645b 00005002 R_386_PC32 00000000 usleep 000064a1 00000008 R_386_RELATIVE 000064be 00000008 R_386_RELATIVE 0000656a 00000008 R_386_RELATIVE 00006662 00000008 R_386_RELATIVE 00006667 00001401 R_386_32 00000000 stderr 0000666d 00001502 R_386_PC32 00000000 fprintf 00006677 00000008 R_386_RELATIVE 0000667c 00001401 R_386_32 00000000 stderr 00006682 00001502 R_386_PC32 00000000 fprintf 0000668e 00000008 R_386_RELATIVE 00006693 00001401 R_386_32 00000000 stderr 00006699 00001502 R_386_PC32 00000000 fprintf 000066a8 00000008 R_386_RELATIVE 000066ad 00001401 R_386_32 00000000 stderr 000066b3 00001502 R_386_PC32 00000000 fprintf 000066bf 00000008 R_386_RELATIVE 000066c4 00001401 R_386_32 00000000 stderr 000066ca 00001502 R_386_PC32 00000000 fprintf 000066cf 00000008 R_386_RELATIVE 000066d4 00001401 R_386_32 00000000 stderr 000066da 00001502 R_386_PC32 00000000 fprintf 000066f7 00000008 R_386_RELATIVE 000066fc 00001401 R_386_32 00000000 stderr 00006702 00001502 R_386_PC32 00000000 fprintf 00006716 00000008 R_386_RELATIVE 0000671b 00001401 R_386_32 00000000 stderr 00006721 00001502 R_386_PC32 00000000 fprintf 00006764 00000008 R_386_RELATIVE 0000676a 00004f02 R_386_PC32 00000000 tcdrain 00006774 00005002 R_386_PC32 00000000 usleep 000067b8 00000008 R_386_RELATIVE 000067e7 00000801 R_386_32 0000b760 philips_debugflag 000067f4 00000008 R_386_RELATIVE 000067f9 00001401 R_386_32 00000000 stderr 000067ff 00001502 R_386_PC32 00000000 fprintf 0000680a 00000008 R_386_RELATIVE 0000680f 00001401 R_386_32 00000000 stderr 00006815 00001502 R_386_PC32 00000000 fprintf 00006854 00000008 R_386_RELATIVE 000068c2 00000801 R_386_32 0000b760 philips_debugflag 000068d3 00000008 R_386_RELATIVE 000068d8 00001401 R_386_32 00000000 stderr 000068de 00001502 R_386_PC32 00000000 fprintf 000068e3 00000008 R_386_RELATIVE 000068e8 00001401 R_386_32 00000000 stderr 000068ee 00001502 R_386_PC32 00000000 fprintf 00006902 00000801 R_386_32 0000b760 philips_debugflag 00006913 00000008 R_386_RELATIVE 00006918 00001401 R_386_32 00000000 stderr 0000691e 00001502 R_386_PC32 00000000 fprintf 00006929 00000008 R_386_RELATIVE 0000692e 00001401 R_386_32 00000000 stderr 00006934 00001502 R_386_PC32 00000000 fprintf 000069d4 00000801 R_386_32 0000b760 philips_debugflag 000069e5 00000008 R_386_RELATIVE 000069ea 00001401 R_386_32 00000000 stderr 000069f0 00001502 R_386_PC32 00000000 fprintf 000069fb 00000008 R_386_RELATIVE 00006a00 00001401 R_386_32 00000000 stderr 00006a06 00001502 R_386_PC32 00000000 fprintf 00006a0f 00000801 R_386_32 0000b760 philips_debugflag 00006a1c 00000008 R_386_RELATIVE 00006a21 00001401 R_386_32 00000000 stderr 00006a27 00001502 R_386_PC32 00000000 fprintf 00006a32 00000008 R_386_RELATIVE 00006a37 00001401 R_386_32 00000000 stderr 00006a3d 00001502 R_386_PC32 00000000 fprintf 00006a46 00000801 R_386_32 0000b760 philips_debugflag 00006a53 00000008 R_386_RELATIVE 00006a58 00001401 R_386_32 00000000 stderr 00006a5e 00001502 R_386_PC32 00000000 fprintf 00006a69 00000008 R_386_RELATIVE 00006a6e 00001401 R_386_32 00000000 stderr 00006a74 00001502 R_386_PC32 00000000 fprintf 00006ab6 00000008 R_386_RELATIVE 00006ad2 00000008 R_386_RELATIVE 00006b05 00000008 R_386_RELATIVE 00006b47 00000801 R_386_32 0000b760 philips_debugflag 00006b54 00000008 R_386_RELATIVE 00006b59 00001401 R_386_32 00000000 stderr 00006b5f 00001502 R_386_PC32 00000000 fprintf 00006b67 00000008 R_386_RELATIVE 00006b7e 00000008 R_386_RELATIVE 00006b83 00001401 R_386_32 00000000 stderr 00006b89 00001502 R_386_PC32 00000000 fprintf 00006bb9 00000801 R_386_32 0000b760 philips_debugflag 00006bc6 00000008 R_386_RELATIVE 00006bcb 00001401 R_386_32 00000000 stderr 00006bd1 00001502 R_386_PC32 00000000 fprintf 00006bdd 00000008 R_386_RELATIVE 00006be2 00001401 R_386_32 00000000 stderr 00006be8 00001502 R_386_PC32 00000000 fprintf 00006cce 00000008 R_386_RELATIVE 00006cd4 00005402 R_386_PC32 00000000 write 00006ce1 00000801 R_386_32 0000b760 philips_debugflag 00006cee 00000008 R_386_RELATIVE 00006cf3 00001401 R_386_32 00000000 stderr 00006cf9 00001502 R_386_PC32 00000000 fprintf 00006cfe 00000008 R_386_RELATIVE 00006d03 00001401 R_386_32 00000000 stderr 00006d09 00001502 R_386_PC32 00000000 fprintf 00006d1b 00000008 R_386_RELATIVE 00006d21 00004f02 R_386_PC32 00000000 tcdrain 00006d2a 00000901 R_386_32 0000b764 philips_dumpflag 00006d5a 00000008 R_386_RELATIVE 00006d6f 00000801 R_386_32 0000b760 philips_debugflag 00006d7c 00000008 R_386_RELATIVE 00006d81 00001401 R_386_32 00000000 stderr 00006d87 00001502 R_386_PC32 00000000 fprintf 00006d90 00000008 R_386_RELATIVE 00006d95 00001401 R_386_32 00000000 stderr 00006d9b 00001502 R_386_PC32 00000000 fprintf 00006da4 00000801 R_386_32 0000b760 philips_debugflag 00006dac 00000008 R_386_RELATIVE 00006db1 00001401 R_386_32 00000000 stderr 00006db7 00001502 R_386_PC32 00000000 fprintf 00006dc4 00000008 R_386_RELATIVE 00006dcb 00005602 R_386_PC32 00000000 abort 00006dd1 00000008 R_386_RELATIVE 00006ddc 00003f02 R_386_PC32 00000000 memcpy 00006de5 00000008 R_386_RELATIVE 00006dec 00000008 R_386_RELATIVE 00006df9 00003702 R_386_PC32 00000000 memmove 00006dff 00000008 R_386_RELATIVE 00006e21 00000008 R_386_RELATIVE 00006e3e 00000008 R_386_RELATIVE 00006e46 00000008 R_386_RELATIVE 00006e53 00000008 R_386_RELATIVE 00006e77 00005702 R_386_PC32 00000000 select 00006e91 00005802 R_386_PC32 00000000 __errno_location 00006e9b 00000008 R_386_RELATIVE 00006ea0 00005902 R_386_PC32 00000000 perror 00006ea7 00005a02 R_386_PC32 00000000 exit 00006eb2 00000801 R_386_32 0000b760 philips_debugflag 00006ec3 00000008 R_386_RELATIVE 00006ec8 00001401 R_386_32 00000000 stderr 00006ece 00001502 R_386_PC32 00000000 fprintf 00006ed3 00000008 R_386_RELATIVE 00006ee2 00000008 R_386_RELATIVE 00006f02 00000008 R_386_RELATIVE 00006f0b 00000008 R_386_RELATIVE 00006f12 00005b02 R_386_PC32 00000000 read 00006f18 00000008 R_386_RELATIVE 00006f23 00000801 R_386_32 0000b760 philips_debugflag 00006f30 00000008 R_386_RELATIVE 00006f35 00001401 R_386_32 00000000 stderr 00006f3b 00001502 R_386_PC32 00000000 fprintf 00006f40 00000008 R_386_RELATIVE 00006f45 00001401 R_386_32 00000000 stderr 00006f4b 00001502 R_386_PC32 00000000 fprintf 00006f58 00000008 R_386_RELATIVE 00006f64 00000901 R_386_32 0000b764 philips_dumpflag 00006f6c 00000008 R_386_RELATIVE 00006f72 00000008 R_386_RELATIVE 00006fa5 00005c02 R_386_PC32 00000000 tcgetattr 00006fb1 00000008 R_386_RELATIVE 00006fe7 00005e02 R_386_PC32 00000000 cfsetispeed 00006ff4 00005f02 R_386_PC32 00000000 cfsetospeed 00006ffd 00006002 R_386_PC32 00000000 tcsetattr 00007009 00000008 R_386_RELATIVE 0000700e 00005902 R_386_PC32 00000000 perror 00007022 00000801 R_386_32 0000b760 philips_debugflag 0000702f 00000008 R_386_RELATIVE 00007034 00001401 R_386_32 00000000 stderr 0000703a 00001502 R_386_PC32 00000000 fprintf 00007040 00000008 R_386_RELATIVE 00007045 00001401 R_386_32 00000000 stderr 0000704b 00001502 R_386_PC32 00000000 fprintf 00007232 00000008 R_386_RELATIVE 00007237 00001401 R_386_32 00000000 stderr 0000723d 00001502 R_386_PC32 00000000 fprintf 00007273 00000008 R_386_RELATIVE 0000727c 00000008 R_386_RELATIVE 0000728c 00000008 R_386_RELATIVE 00007292 00006102 R_386_PC32 00000000 close 0000729f 00001802 R_386_PC32 00000000 setitimer 000072a5 00000008 R_386_RELATIVE 000072af 00000008 R_386_RELATIVE 000072c9 00000008 R_386_RELATIVE 000072ce 00000008 R_386_RELATIVE 000072d3 00001002 R_386_PC32 00000000 sprintf 00007306 00000008 R_386_RELATIVE 00007311 00000008 R_386_RELATIVE 00007318 00000008 R_386_RELATIVE 00007321 00000008 R_386_RELATIVE 00007328 00000008 R_386_RELATIVE 00007331 00000008 R_386_RELATIVE 0000734b 00004102 R_386_PC32 00000000 malloc 00007462 00004202 R_386_PC32 00000000 free 0000754a 00004202 R_386_PC32 00000000 free 00007554 00004202 R_386_PC32 00000000 free 00007574 00006601 R_386_32 0000d0e0 cameraid 0000757e 00006701 R_386_32 00000000 serial_port 00007583 00001602 R_386_PC32 000047a0 philips_open 000075a4 00001f02 R_386_PC32 000048f0 philips_close 000075c7 00000008 R_386_RELATIVE 000075cc 00006a02 R_386_PC32 00000000 error_dialog 000075d9 00002002 R_386_PC32 00004930 philips_getnpicts 00007617 00000008 R_386_RELATIVE 0000761c 00006a02 R_386_PC32 00000000 error_dialog 00007625 00002402 R_386_PC32 000049e0 philips_takepicture 00007632 00002202 R_386_PC32 00004980 philips_getpictnum 00007671 00000008 R_386_RELATIVE 0000767a 00004102 R_386_PC32 00000000 malloc 00007688 00000008 R_386_RELATIVE 0000769c 00004002 R_386_PC32 00005660 philips_getthumb 000076aa 00000008 R_386_RELATIVE 000076af 00006a02 R_386_PC32 00000000 error_dialog 000076c1 00004202 R_386_PC32 00000000 free 000076dd 00000008 R_386_RELATIVE 000076f6 00002502 R_386_PC32 00004a50 philips_getpictsize 000076ff 00004102 R_386_PC32 00000000 malloc 0000770e 00000008 R_386_RELATIVE 00007718 00003c02 R_386_PC32 000052d0 philips_getpict 00007748 00000008 R_386_RELATIVE 00007753 00004102 R_386_PC32 00000000 malloc 00007761 00000008 R_386_RELATIVE 00007766 00006a02 R_386_PC32 00000000 error_dialog 00007773 00002302 R_386_PC32 00005930 philips_set_mode 0000777a 00003502 R_386_PC32 00005070 philips_setresolution 00007781 00003302 R_386_PC32 00004fb0 philips_setcompression 00007786 00002402 R_386_PC32 000049e0 philips_takepicture 00007794 00002302 R_386_PC32 00005930 philips_set_mode 0000779b 00006f02 R_386_PC32 00000000 sleep 000077a4 00002202 R_386_PC32 00004980 philips_getpictnum 000077b4 00002502 R_386_PC32 00004a50 philips_getpictsize 000077bd 00004102 R_386_PC32 00000000 malloc 000077cc 00000008 R_386_RELATIVE 000077d9 00003c02 R_386_PC32 000052d0 philips_getpict 000077e2 00004302 R_386_PC32 00005840 philips_deletepict 00007811 00004302 R_386_PC32 00005840 philips_deletepict 00007822 00000008 R_386_RELATIVE 00007827 00006a02 R_386_PC32 00000000 error_dialog 00007866 00000008 R_386_RELATIVE 0000786b 00006a02 R_386_PC32 00000000 error_dialog 0000787c 00006302 R_386_PC32 00007340 philips_getcfginfo 0000789c 00000008 R_386_RELATIVE 000078a7 00000008 R_386_RELATIVE 000078c0 00000008 R_386_RELATIVE 000078c9 00001002 R_386_PC32 00000000 sprintf 000078d6 00001202 R_386_PC32 00000000 strcat 000078e9 00000008 R_386_RELATIVE 000078ef 00001002 R_386_PC32 00000000 sprintf 000078ff 00001202 R_386_PC32 00000000 strcat 0000790e 00000008 R_386_RELATIVE 00007914 00001002 R_386_PC32 00000000 sprintf 00007921 00001202 R_386_PC32 00000000 strcat 00007930 00000008 R_386_RELATIVE 00007936 00001002 R_386_PC32 00000000 sprintf 00007946 00001202 R_386_PC32 00000000 strcat 00007955 00000008 R_386_RELATIVE 0000795b 00001002 R_386_PC32 00000000 sprintf 00007968 00001202 R_386_PC32 00000000 strcat 00007977 00000008 R_386_RELATIVE 0000797d 00001002 R_386_PC32 00000000 sprintf 0000798d 00001202 R_386_PC32 00000000 strcat 0000799c 00000008 R_386_RELATIVE 000079a2 00001002 R_386_PC32 00000000 sprintf 000079af 00001202 R_386_PC32 00000000 strcat 000079be 00000008 R_386_RELATIVE 000079c4 00001002 R_386_PC32 00000000 sprintf 000079d4 00001202 R_386_PC32 00000000 strcat 000079e3 00000008 R_386_RELATIVE 000079e9 00001002 R_386_PC32 00000000 sprintf 000079f6 00001202 R_386_PC32 00000000 strcat 00007a05 00000008 R_386_RELATIVE 00007a0b 00001002 R_386_PC32 00000000 sprintf 00007a1b 00001202 R_386_PC32 00000000 strcat 00007a2a 00000008 R_386_RELATIVE 00007a30 00001002 R_386_PC32 00000000 sprintf 00007a3d 00001202 R_386_PC32 00000000 strcat 00007a51 00000008 R_386_RELATIVE 00007a56 00006a02 R_386_PC32 00000000 error_dialog 00007a7f 00004102 R_386_PC32 00000000 malloc 00007a91 00000008 R_386_RELATIVE 00007a96 00000008 R_386_RELATIVE 00007b04 00000008 R_386_RELATIVE 00007b1b 00007702 R_386_PC32 00000000 gtk_hseparator_new 00007b22 00007802 R_386_PC32 00000000 gtk_vseparator_new 00007b2a 00007902 R_386_PC32 00000000 gtk_widget_show 00007b40 00007a02 R_386_PC32 00000000 gtk_table_get_type 00007b4a 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007b53 00007c02 R_386_PC32 00000000 gtk_table_attach_defaults 00007b71 00007e02 R_386_PC32 00000000 gtk_label_new 00007b7c 00007f02 R_386_PC32 00000000 gtk_misc_get_type 00007b83 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007b8c 00008002 R_386_PC32 00000000 gtk_misc_set_alignment 00007b92 00007902 R_386_PC32 00000000 gtk_widget_show 00007ba2 00007a02 R_386_PC32 00000000 gtk_table_get_type 00007bac 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007bb5 00007c02 R_386_PC32 00000000 gtk_table_attach_defaults 00007be1 00007e02 R_386_PC32 00000000 gtk_label_new 00007bec 00007f02 R_386_PC32 00000000 gtk_misc_get_type 00007bf3 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007bfc 00008002 R_386_PC32 00000000 gtk_misc_set_alignment 00007c02 00007902 R_386_PC32 00000000 gtk_widget_show 00007c12 00007a02 R_386_PC32 00000000 gtk_table_get_type 00007c1c 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007c25 00007c02 R_386_PC32 00000000 gtk_table_attach_defaults 00007c5d 00006502 R_386_PC32 00007570 philips_open_camera 00007c66 00000008 R_386_RELATIVE 00007c6b 00006a02 R_386_PC32 00000000 error_dialog 00007c7e 00006302 R_386_PC32 00007340 philips_getcfginfo 00007c90 00000008 R_386_RELATIVE 00007c95 00006a02 R_386_PC32 00000000 error_dialog 00007c9a 00006802 R_386_PC32 000075a0 philips_close_camera 00007ca6 00006802 R_386_PC32 000075a0 philips_close_camera 00007cb0 00008302 R_386_PC32 00000000 update_progress 00007cb5 00006601 R_386_32 0000d0e0 cameraid 00007cbb 00006202 R_386_PC32 000072c0 philips_model 00007cc1 00000008 R_386_RELATIVE 00007ccd 00001002 R_386_PC32 00000000 sprintf 00007cd7 00004102 R_386_PC32 00000000 malloc 00007cdc 00008402 R_386_PC32 00000000 gtk_dialog_new 00007ce4 00008502 R_386_PC32 00000000 gtk_window_get_type 00007ceb 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007cf4 00008602 R_386_PC32 00000000 gtk_window_set_title 00007cfe 00008702 R_386_PC32 00000000 gtk_container_get_type 00007d04 00008802 R_386_PC32 00000000 gtk_dialog_get_type 00007d0b 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007d17 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007d20 00008902 R_386_PC32 00000000 gtk_container_set_border_width 00007d25 00008a02 R_386_PC32 00000000 gtk_notebook_new 00007d2e 00008b02 R_386_PC32 00000000 gtk_notebook_get_type 00007d35 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007d3e 00008c02 R_386_PC32 00000000 gtk_notebook_set_tab_pos 00007d44 00007902 R_386_PC32 00000000 gtk_widget_show 00007d4a 00008702 R_386_PC32 00000000 gtk_container_get_type 00007d50 00008802 R_386_PC32 00000000 gtk_dialog_get_type 00007d57 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007d63 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007d6c 00008d02 R_386_PC32 00000000 gtk_container_add 00007d8a 00008302 R_386_PC32 00000000 update_progress 00007da2 00008302 R_386_PC32 00000000 update_progress 00007dbd 00008302 R_386_PC32 00000000 update_progress 00007dd0 00000008 R_386_RELATIVE 00007dd5 00009202 R_386_PC32 00000000 gtk_button_new_with_label 00007df2 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007e04 00009301 R_386_32 00000000 gtk_widget_hide 00007e09 00000008 R_386_RELATIVE 00007e21 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007e34 00009402 R_386_PC32 00000000 gtk_signal_connect_object 00007e40 00009502 R_386_PC32 00000000 gtk_box_get_type 00007e46 00008802 R_386_PC32 00000000 gtk_dialog_get_type 00007e4d 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007e59 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007e62 00009602 R_386_PC32 00000000 gtk_box_pack_end 00007e6b 00007902 R_386_PC32 00000000 gtk_widget_show 00007e70 00000008 R_386_RELATIVE 00007e75 00009202 R_386_PC32 00000000 gtk_button_new_with_label 00007e92 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007ea4 00009301 R_386_32 00000000 gtk_widget_hide 00007ea9 00000008 R_386_RELATIVE 00007ec1 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007ed4 00009402 R_386_PC32 00000000 gtk_signal_connect_object 00007ee0 00009502 R_386_PC32 00000000 gtk_box_get_type 00007ee6 00008802 R_386_PC32 00000000 gtk_dialog_get_type 00007eed 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007ef9 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007f02 00009602 R_386_PC32 00000000 gtk_box_pack_end 00007f0b 00007902 R_386_PC32 00000000 gtk_widget_show 00007f15 00008302 R_386_PC32 00000000 update_progress 00007f1b 00007902 R_386_PC32 00000000 gtk_widget_show 00007f20 00000008 R_386_RELATIVE 00007f25 00009702 R_386_PC32 00000000 update_status 00007f2c 00008302 R_386_PC32 00000000 update_progress 00007f36 00009802 R_386_PC32 00000000 gtk_main_iteration 00007f4e 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007f60 00000008 R_386_RELATIVE 00007f65 00009902 R_386_PC32 00000000 printf 00007f8d 00000008 R_386_RELATIVE 00007f92 00009a02 R_386_PC32 00000000 gtk_frame_new 00007f9b 00008702 R_386_PC32 00000000 gtk_container_get_type 00007fa2 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007fab 00008902 R_386_PC32 00000000 gtk_container_set_border_width 00007fbb 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 00007fc1 00007902 R_386_PC32 00000000 gtk_widget_show 00007fcc 00009c02 R_386_PC32 00000000 gtk_table_new 00007fd7 00008702 R_386_PC32 00000000 gtk_container_get_type 00007fde 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00007fe7 00008d02 R_386_PC32 00000000 gtk_container_add 00007ff5 00000008 R_386_RELATIVE 00008008 00000008 R_386_RELATIVE 00008014 00001002 R_386_PC32 00000000 sprintf 0000803a 00000008 R_386_RELATIVE 0000804b 00000008 R_386_RELATIVE 00008051 00001002 R_386_PC32 00000000 sprintf 00008077 00000008 R_386_RELATIVE 0000808b 00000008 R_386_RELATIVE 00008091 00001002 R_386_PC32 00000000 sprintf 000080b7 00000008 R_386_RELATIVE 000080c8 00009d02 R_386_PC32 00000000 ctime 000080ce 00000008 R_386_RELATIVE 000080d4 00001002 R_386_PC32 00000000 sprintf 000080fa 00000008 R_386_RELATIVE 0000810e 00000008 R_386_RELATIVE 00008114 00001002 R_386_PC32 00000000 sprintf 00008132 00007902 R_386_PC32 00000000 gtk_widget_show 00008137 00000008 R_386_RELATIVE 0000813c 00007e02 R_386_PC32 00000000 gtk_label_new 00008143 00008b02 R_386_PC32 00000000 gtk_notebook_get_type 0000814d 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008156 00009e02 R_386_PC32 00000000 gtk_notebook_append_page 00008181 00009f02 R_386_PC32 00000000 gtk_hbox_new 00008189 00000008 R_386_RELATIVE 0000818e 00009a02 R_386_PC32 00000000 gtk_frame_new 00008197 00008702 R_386_PC32 00000000 gtk_container_get_type 0000819e 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000081a7 00008902 R_386_PC32 00000000 gtk_container_set_border_width 000081b4 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 000081bd 00007902 R_386_PC32 00000000 gtk_widget_show 000081c6 0000a002 R_386_PC32 00000000 gtk_vbox_new 000081cd 00000008 R_386_RELATIVE 000081d4 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 000081e3 00009502 R_386_PC32 00000000 gtk_box_get_type 000081ea 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000081f3 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008206 0000a302 R_386_PC32 00000000 gtk_toggle_button_get_type 00008210 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008219 0000a402 R_386_PC32 00000000 gtk_toggle_button_set_active 00008225 00007902 R_386_PC32 00000000 gtk_widget_show 0000822a 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008234 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000823a 0000a602 R_386_PC32 00000000 gtk_radio_button_group 0000823f 00000008 R_386_RELATIVE 00008245 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008254 00009502 R_386_PC32 00000000 gtk_box_get_type 0000825b 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008264 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008277 0000a302 R_386_PC32 00000000 gtk_toggle_button_get_type 00008281 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000828a 0000a402 R_386_PC32 00000000 gtk_toggle_button_set_active 00008296 00007902 R_386_PC32 00000000 gtk_widget_show 0000829b 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 000082a5 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000082ab 0000a602 R_386_PC32 00000000 gtk_radio_button_group 000082b1 00008702 R_386_PC32 00000000 gtk_container_get_type 000082b8 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000082c1 00008d02 R_386_PC32 00000000 gtk_container_add 000082c7 00007902 R_386_PC32 00000000 gtk_widget_show 000082d3 00009502 R_386_PC32 00000000 gtk_box_get_type 000082dd 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000082e6 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000082f2 00007902 R_386_PC32 00000000 gtk_widget_show 000082f7 00000008 R_386_RELATIVE 000082fc 00009a02 R_386_PC32 00000000 gtk_frame_new 00008305 00008702 R_386_PC32 00000000 gtk_container_get_type 0000830c 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008315 00008902 R_386_PC32 00000000 gtk_container_set_border_width 00008322 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 00008328 00007902 R_386_PC32 00000000 gtk_widget_show 00008334 0000a002 R_386_PC32 00000000 gtk_vbox_new 0000833b 00000008 R_386_RELATIVE 00008342 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008351 00009502 R_386_PC32 00000000 gtk_box_get_type 00008358 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008361 0000a202 R_386_PC32 00000000 gtk_box_pack_start 0000836d 00007902 R_386_PC32 00000000 gtk_widget_show 00008372 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 0000837c 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008382 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008387 00000008 R_386_RELATIVE 0000838d 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 0000839c 00009502 R_386_PC32 00000000 gtk_box_get_type 000083a3 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000083ac 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000083b8 00007902 R_386_PC32 00000000 gtk_widget_show 000083bd 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 000083c7 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000083cd 0000a602 R_386_PC32 00000000 gtk_radio_button_group 000083d2 00000008 R_386_RELATIVE 000083d8 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 000083e7 00009502 R_386_PC32 00000000 gtk_box_get_type 000083ee 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000083f7 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008403 00007902 R_386_PC32 00000000 gtk_widget_show 00008408 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008412 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008418 0000a602 R_386_PC32 00000000 gtk_radio_button_group 0000841e 00008702 R_386_PC32 00000000 gtk_container_get_type 00008425 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000842e 00008d02 R_386_PC32 00000000 gtk_container_add 00008434 00007902 R_386_PC32 00000000 gtk_widget_show 00008440 00009502 R_386_PC32 00000000 gtk_box_get_type 0000844a 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008453 0000a202 R_386_PC32 00000000 gtk_box_pack_start 0000845b 00000008 R_386_RELATIVE 00008460 00007e02 R_386_PC32 00000000 gtk_label_new 0000846a 00008b02 R_386_PC32 00000000 gtk_notebook_get_type 00008474 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000847d 00009e02 R_386_PC32 00000000 gtk_notebook_append_page 000084a1 0000a002 R_386_PC32 00000000 gtk_vbox_new 000084a9 00000008 R_386_RELATIVE 000084ae 00009a02 R_386_PC32 00000000 gtk_frame_new 000084b7 00008702 R_386_PC32 00000000 gtk_container_get_type 000084be 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000084c7 00008902 R_386_PC32 00000000 gtk_container_set_border_width 000084d1 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 000084da 00007902 R_386_PC32 00000000 gtk_widget_show 000084e3 00009f02 R_386_PC32 00000000 gtk_hbox_new 000084ea 00000008 R_386_RELATIVE 000084f1 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008500 00009502 R_386_PC32 00000000 gtk_box_get_type 00008507 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008510 0000a202 R_386_PC32 00000000 gtk_box_pack_start 0000851c 00007902 R_386_PC32 00000000 gtk_widget_show 00008521 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 0000852b 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008531 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008536 00000008 R_386_RELATIVE 0000853c 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 0000854b 00009502 R_386_PC32 00000000 gtk_box_get_type 00008552 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000855b 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008567 00007902 R_386_PC32 00000000 gtk_widget_show 0000856c 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008576 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000857c 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008581 00000008 R_386_RELATIVE 00008587 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008596 00009502 R_386_PC32 00000000 gtk_box_get_type 0000859d 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000085a6 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000085b2 00007902 R_386_PC32 00000000 gtk_widget_show 000085b7 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 000085c1 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000085c7 0000a602 R_386_PC32 00000000 gtk_radio_button_group 000085cc 00000008 R_386_RELATIVE 000085d2 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 000085e1 00009502 R_386_PC32 00000000 gtk_box_get_type 000085e8 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000085f1 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000085fd 00007902 R_386_PC32 00000000 gtk_widget_show 00008602 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 0000860c 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008612 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008618 00008702 R_386_PC32 00000000 gtk_container_get_type 0000861f 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008628 00008d02 R_386_PC32 00000000 gtk_container_add 0000862e 00007902 R_386_PC32 00000000 gtk_widget_show 0000863a 00009502 R_386_PC32 00000000 gtk_box_get_type 00008644 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000864d 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008659 00007902 R_386_PC32 00000000 gtk_widget_show 0000865e 00000008 R_386_RELATIVE 00008663 00009a02 R_386_PC32 00000000 gtk_frame_new 0000866c 00008702 R_386_PC32 00000000 gtk_container_get_type 00008673 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000867c 00008902 R_386_PC32 00000000 gtk_container_set_border_width 0000868c 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 00008692 00007902 R_386_PC32 00000000 gtk_widget_show 0000869e 0000a002 R_386_PC32 00000000 gtk_vbox_new 000086aa 00009f02 R_386_PC32 00000000 gtk_hbox_new 000086b1 00000008 R_386_RELATIVE 000086b8 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 000086c7 00009502 R_386_PC32 00000000 gtk_box_get_type 000086ce 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000086d7 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000086e3 00007902 R_386_PC32 00000000 gtk_widget_show 000086e8 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 000086f2 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000086f8 0000a602 R_386_PC32 00000000 gtk_radio_button_group 000086fd 00000008 R_386_RELATIVE 00008703 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008712 00009502 R_386_PC32 00000000 gtk_box_get_type 00008719 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008722 0000a202 R_386_PC32 00000000 gtk_box_pack_start 0000872e 00007902 R_386_PC32 00000000 gtk_widget_show 00008733 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 0000873d 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008743 0000a602 R_386_PC32 00000000 gtk_radio_button_group 0000874f 00009502 R_386_PC32 00000000 gtk_box_get_type 00008759 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008762 0000a202 R_386_PC32 00000000 gtk_box_pack_start 0000876b 00007902 R_386_PC32 00000000 gtk_widget_show 00008788 0000a702 R_386_PC32 00000000 gtk_adjustment_new 0000878f 0000a802 R_386_PC32 00000000 gtk_adjustment_get_type 00008796 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000879c 0000a902 R_386_PC32 00000000 gtk_hscale_new 000087ad 00009502 R_386_PC32 00000000 gtk_box_get_type 000087b7 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000087c0 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000087c6 00007902 R_386_PC32 00000000 gtk_widget_show 000087cf 00008702 R_386_PC32 00000000 gtk_container_get_type 000087d6 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000087df 00008d02 R_386_PC32 00000000 gtk_container_add 000087eb 00007902 R_386_PC32 00000000 gtk_widget_show 000087f7 00009502 R_386_PC32 00000000 gtk_box_get_type 00008801 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000880a 0000a202 R_386_PC32 00000000 gtk_box_pack_start 0000880f 00000008 R_386_RELATIVE 00008814 00007e02 R_386_PC32 00000000 gtk_label_new 0000881e 00008b02 R_386_PC32 00000000 gtk_notebook_get_type 00008828 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008831 00009e02 R_386_PC32 00000000 gtk_notebook_append_page 00008851 00009f02 R_386_PC32 00000000 gtk_hbox_new 00008859 00000008 R_386_RELATIVE 0000885e 00009a02 R_386_PC32 00000000 gtk_frame_new 00008867 00008702 R_386_PC32 00000000 gtk_container_get_type 0000886e 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008877 00008902 R_386_PC32 00000000 gtk_container_set_border_width 00008887 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 00008890 00007902 R_386_PC32 00000000 gtk_widget_show 00008899 0000a002 R_386_PC32 00000000 gtk_vbox_new 000088a0 00000008 R_386_RELATIVE 000088a7 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 000088b5 00009502 R_386_PC32 00000000 gtk_box_get_type 000088bc 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000088c5 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000088d0 00007902 R_386_PC32 00000000 gtk_widget_show 000088d5 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 000088de 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000088e4 0000a602 R_386_PC32 00000000 gtk_radio_button_group 000088e9 00000008 R_386_RELATIVE 000088ef 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 000088fe 00009502 R_386_PC32 00000000 gtk_box_get_type 00008905 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000890e 0000a202 R_386_PC32 00000000 gtk_box_pack_start 0000891a 00007902 R_386_PC32 00000000 gtk_widget_show 0000891f 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008929 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000892f 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008934 00000008 R_386_RELATIVE 0000893a 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008949 00009502 R_386_PC32 00000000 gtk_box_get_type 00008950 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008959 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008965 00007902 R_386_PC32 00000000 gtk_widget_show 0000896a 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008974 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 0000897a 0000a602 R_386_PC32 00000000 gtk_radio_button_group 0000897f 00000008 R_386_RELATIVE 00008985 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008994 00009502 R_386_PC32 00000000 gtk_box_get_type 0000899b 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000089a4 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000089b0 00007902 R_386_PC32 00000000 gtk_widget_show 000089b5 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 000089bf 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000089c5 0000a602 R_386_PC32 00000000 gtk_radio_button_group 000089ca 00000008 R_386_RELATIVE 000089d0 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 000089df 00009502 R_386_PC32 00000000 gtk_box_get_type 000089e6 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 000089ef 0000a202 R_386_PC32 00000000 gtk_box_pack_start 000089fb 00007902 R_386_PC32 00000000 gtk_widget_show 00008a00 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008a0a 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008a10 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008a16 00008702 R_386_PC32 00000000 gtk_container_get_type 00008a1d 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008a26 00008d02 R_386_PC32 00000000 gtk_container_add 00008a2c 00007902 R_386_PC32 00000000 gtk_widget_show 00008a38 00009502 R_386_PC32 00000000 gtk_box_get_type 00008a42 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008a4b 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008a57 00007902 R_386_PC32 00000000 gtk_widget_show 00008a60 0000a002 R_386_PC32 00000000 gtk_vbox_new 00008a6c 00009f02 R_386_PC32 00000000 gtk_hbox_new 00008a74 00000008 R_386_RELATIVE 00008a79 00009a02 R_386_PC32 00000000 gtk_frame_new 00008a82 00008702 R_386_PC32 00000000 gtk_container_get_type 00008a89 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008a92 00008902 R_386_PC32 00000000 gtk_container_set_border_width 00008aa5 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 00008aab 00007902 R_386_PC32 00000000 gtk_widget_show 00008ab4 0000a002 R_386_PC32 00000000 gtk_vbox_new 00008abb 00000008 R_386_RELATIVE 00008ac2 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008ad4 00009502 R_386_PC32 00000000 gtk_box_get_type 00008adb 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008ae4 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008aed 00007902 R_386_PC32 00000000 gtk_widget_show 00008af2 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008afc 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008b02 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008b0a 00000008 R_386_RELATIVE 00008b10 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008b1f 00009502 R_386_PC32 00000000 gtk_box_get_type 00008b26 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008b2f 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008b38 00007902 R_386_PC32 00000000 gtk_widget_show 00008b40 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008b4a 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008b50 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008b55 00000008 R_386_RELATIVE 00008b5b 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008b6a 00009502 R_386_PC32 00000000 gtk_box_get_type 00008b71 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008b7a 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008b86 00007902 R_386_PC32 00000000 gtk_widget_show 00008b8b 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008b95 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008b9b 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008ba1 00008702 R_386_PC32 00000000 gtk_container_get_type 00008ba8 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008bb1 00008d02 R_386_PC32 00000000 gtk_container_add 00008bb7 00007902 R_386_PC32 00000000 gtk_widget_show 00008bc3 00009502 R_386_PC32 00000000 gtk_box_get_type 00008bcd 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008bd6 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008be2 00007902 R_386_PC32 00000000 gtk_widget_show 00008be7 00000008 R_386_RELATIVE 00008bec 00009a02 R_386_PC32 00000000 gtk_frame_new 00008bf5 00008702 R_386_PC32 00000000 gtk_container_get_type 00008bfc 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008c05 00008902 R_386_PC32 00000000 gtk_container_set_border_width 00008c12 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 00008c18 00007902 R_386_PC32 00000000 gtk_widget_show 00008c24 0000a002 R_386_PC32 00000000 gtk_vbox_new 00008c2b 00000008 R_386_RELATIVE 00008c32 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008c41 00009502 R_386_PC32 00000000 gtk_box_get_type 00008c48 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008c51 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008c5d 00007902 R_386_PC32 00000000 gtk_widget_show 00008c62 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008c6c 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008c72 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008c77 00000008 R_386_RELATIVE 00008c7d 0000a102 R_386_PC32 00000000 gtk_radio_button_new_with_label 00008c8c 00009502 R_386_PC32 00000000 gtk_box_get_type 00008c93 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008c9c 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008ca8 00007902 R_386_PC32 00000000 gtk_widget_show 00008cad 0000a502 R_386_PC32 00000000 gtk_radio_button_get_type 00008cb7 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008cbd 0000a602 R_386_PC32 00000000 gtk_radio_button_group 00008cc3 00008702 R_386_PC32 00000000 gtk_container_get_type 00008cca 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008cd3 00008d02 R_386_PC32 00000000 gtk_container_add 00008cd9 00007902 R_386_PC32 00000000 gtk_widget_show 00008ce5 00009502 R_386_PC32 00000000 gtk_box_get_type 00008cef 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008cf8 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008d0a 00009502 R_386_PC32 00000000 gtk_box_get_type 00008d14 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008d1d 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008d26 00007902 R_386_PC32 00000000 gtk_widget_show 00008d2b 00000008 R_386_RELATIVE 00008d30 00009a02 R_386_PC32 00000000 gtk_frame_new 00008d39 00008702 R_386_PC32 00000000 gtk_container_get_type 00008d40 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008d49 00008902 R_386_PC32 00000000 gtk_container_set_border_width 00008d59 00009b02 R_386_PC32 00000000 gtk_widget_set_usize 00008d5f 00007902 R_386_PC32 00000000 gtk_widget_show 00008d79 0000a702 R_386_PC32 00000000 gtk_adjustment_new 00008d83 0000a802 R_386_PC32 00000000 gtk_adjustment_get_type 00008d8a 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008d90 0000a902 R_386_PC32 00000000 gtk_hscale_new 00008d98 00007902 R_386_PC32 00000000 gtk_widget_show 00008d9e 00008702 R_386_PC32 00000000 gtk_container_get_type 00008da5 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008dae 00008d02 R_386_PC32 00000000 gtk_container_add 00008dba 00009502 R_386_PC32 00000000 gtk_box_get_type 00008dc4 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008dcd 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008ddf 00009502 R_386_PC32 00000000 gtk_box_get_type 00008de9 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008df2 0000a202 R_386_PC32 00000000 gtk_box_pack_start 00008df7 00000008 R_386_RELATIVE 00008dfc 00007e02 R_386_PC32 00000000 gtk_label_new 00008e06 00008b02 R_386_PC32 00000000 gtk_notebook_get_type 00008e10 00007b02 R_386_PC32 00000000 gtk_type_check_object_cast 00008e19 00009e02 R_386_PC32 00000000 gtk_notebook_append_page Relocation section '.rel.data' at offset 0x3cf0 contains 97 entries: Offset Info Type Sym. Value Symbol's Name 0000b140 00000008 R_386_RELATIVE 0000b774 00000008 R_386_RELATIVE 0000b778 00000008 R_386_RELATIVE 0000b780 00000008 R_386_RELATIVE 0000b784 00000008 R_386_RELATIVE 0000b78c 00000008 R_386_RELATIVE 0000b790 00000008 R_386_RELATIVE 0000b798 00000008 R_386_RELATIVE 0000b79c 00000008 R_386_RELATIVE 0000b7a4 00000008 R_386_RELATIVE 0000b7a8 00000008 R_386_RELATIVE 0000b7b0 00000008 R_386_RELATIVE 0000b7b4 00000008 R_386_RELATIVE 0000b7bc 00000008 R_386_RELATIVE 0000b7c0 00000008 R_386_RELATIVE 0000b7c8 00000008 R_386_RELATIVE 0000b7cc 00000008 R_386_RELATIVE 0000b7d4 00000008 R_386_RELATIVE 0000b7d8 00000008 R_386_RELATIVE 0000b7e0 00000008 R_386_RELATIVE 0000b7e4 00000008 R_386_RELATIVE 0000b7ec 00000008 R_386_RELATIVE 0000b7f0 00000008 R_386_RELATIVE 0000b7f8 00000008 R_386_RELATIVE 0000b7fc 00000008 R_386_RELATIVE 0000b804 00000008 R_386_RELATIVE 0000b808 00000008 R_386_RELATIVE 0000b810 00000008 R_386_RELATIVE 0000b814 00000008 R_386_RELATIVE 0000b81c 00000008 R_386_RELATIVE 0000b820 00000008 R_386_RELATIVE 0000b828 00000008 R_386_RELATIVE 0000b82c 00000008 R_386_RELATIVE 0000b834 00000008 R_386_RELATIVE 0000b838 00000008 R_386_RELATIVE 0000b840 00000008 R_386_RELATIVE 0000b844 00000008 R_386_RELATIVE 0000b84c 00000008 R_386_RELATIVE 0000b850 00000008 R_386_RELATIVE 0000b858 00000008 R_386_RELATIVE 0000b85c 00000008 R_386_RELATIVE 0000b864 00000008 R_386_RELATIVE 0000b868 00000008 R_386_RELATIVE 0000b870 00000008 R_386_RELATIVE 0000b874 00000008 R_386_RELATIVE 0000b87c 00000008 R_386_RELATIVE 0000b880 00000008 R_386_RELATIVE 0000b888 00000008 R_386_RELATIVE 0000b88c 00000008 R_386_RELATIVE 0000b894 00000008 R_386_RELATIVE 0000b898 00000008 R_386_RELATIVE 0000b8a0 00000008 R_386_RELATIVE 0000b8a4 00000008 R_386_RELATIVE 0000b8ac 00000008 R_386_RELATIVE 0000b8b0 00000008 R_386_RELATIVE 0000b8b8 00000008 R_386_RELATIVE 0000b8bc 00000008 R_386_RELATIVE 0000b8c4 00000008 R_386_RELATIVE 0000b8c8 00000008 R_386_RELATIVE 0000b8d0 00000008 R_386_RELATIVE 0000b8d4 00000008 R_386_RELATIVE 0000b8dc 00000008 R_386_RELATIVE 0000b8e0 00000008 R_386_RELATIVE 0000b8e8 00000008 R_386_RELATIVE 0000b8ec 00000008 R_386_RELATIVE 0000b8f4 00000008 R_386_RELATIVE 0000b8f8 00000008 R_386_RELATIVE 0000b900 00000008 R_386_RELATIVE 0000b904 00000008 R_386_RELATIVE 0000b90c 00000008 R_386_RELATIVE 0000b910 00000008 R_386_RELATIVE 0000b918 00000008 R_386_RELATIVE 0000b91c 00000008 R_386_RELATIVE 0000b924 00000008 R_386_RELATIVE 0000b928 00000008 R_386_RELATIVE 0000b930 00000008 R_386_RELATIVE 0000b934 00000008 R_386_RELATIVE 0000b93c 00000008 R_386_RELATIVE 0000b940 00000008 R_386_RELATIVE 0000b948 00000008 R_386_RELATIVE 0000b94c 00000008 R_386_RELATIVE 0000b954 00000008 R_386_RELATIVE 0000b958 00000008 R_386_RELATIVE 0000b960 00000008 R_386_RELATIVE 0000b964 00000008 R_386_RELATIVE 0000b980 00000008 R_386_RELATIVE 0000ba20 00000008 R_386_RELATIVE 0000ba40 00007101 R_386_32 00007840 philips_initialize 0000ba44 00006c01 R_386_32 00007650 philips_get_picture 0000ba48 00006e01 R_386_32 00007730 philips_get_preview 0000ba4c 00007001 R_386_32 00007800 philips_delete_picture 0000ba50 00006b01 R_386_32 00007600 philips_take_picture 0000ba54 00006901 R_386_32 000075b0 philips_number_of_pictures 0000ba58 00007501 R_386_32 00007c50 philips_configure 0000ba5c 00007201 R_386_32 00007850 philips_summary 0000ba60 00007301 R_386_32 00007b00 philips_description 0000ba64 00000008 R_386_RELATIVE Relocation section '.rel.rodata' at offset 0x3ff8 contains 30 entries: Offset Info Type Sym. Value Symbol's Name 0000982c 00000008 R_386_RELATIVE 00009830 00000008 R_386_RELATIVE 00009834 00000008 R_386_RELATIVE 00009838 00000008 R_386_RELATIVE 0000983c 00000008 R_386_RELATIVE 00009840 00000008 R_386_RELATIVE 00009844 00000008 R_386_RELATIVE 00009848 00000008 R_386_RELATIVE 0000984c 00000008 R_386_RELATIVE 00009850 00000008 R_386_RELATIVE 00009854 00000008 R_386_RELATIVE 00009858 00000008 R_386_RELATIVE 0000985c 00000008 R_386_RELATIVE 00009860 00000008 R_386_RELATIVE 00009864 00000008 R_386_RELATIVE 00009868 00000008 R_386_RELATIVE 0000986c 00000008 R_386_RELATIVE 00009870 00000008 R_386_RELATIVE 00009874 00000008 R_386_RELATIVE 00009878 00000008 R_386_RELATIVE 0000987c 00000008 R_386_RELATIVE 00009880 00000008 R_386_RELATIVE 00009884 00000008 R_386_RELATIVE 00009888 00000008 R_386_RELATIVE 0000988c 00000008 R_386_RELATIVE 00009890 00000008 R_386_RELATIVE 00009894 00000008 R_386_RELATIVE 00009898 00000008 R_386_RELATIVE 0000989c 00000008 R_386_RELATIVE 000098a0 00000008 R_386_RELATIVE Relocation section '.rel.got' at offset 0x40e8 contains 5 entries: Offset Info Type Sym. Value Symbol's Name 0000bb1c 00000706 R_386_GLOB_DAT 00000000 __register_frame_info 0000bb20 0000aa06 R_386_GLOB_DAT 00000000 ___brk_addr 0000bb18 00000606 R_386_GLOB_DAT 00000000 __deregister_frame_info 0000bb24 0000ac06 R_386_GLOB_DAT 00000000 __environ 0000bb14 00000306 R_386_GLOB_DAT 00000000 __gmon_start__ Relocation section '.rel.plt' at offset 0x4110 contains 35 entries: Offset Info Type Sym. Value Symbol's Name 0000ba88 00005007 R_386_JUMP_SLOT 00000000 usleep 0000ba8c 0000ad07 R_386_JUMP_SLOT 00000000 atexit 0000ba90 00001707 R_386_JUMP_SLOT 00000000 sigaction 0000ba94 00004f07 R_386_JUMP_SLOT 00000000 tcdrain 0000ba98 00000707 R_386_JUMP_SLOT 00000000 __register_frame_info 0000ba9c 00005407 R_386_JUMP_SLOT 00000000 write 0000baa0 00004707 R_386_JUMP_SLOT 00000000 localtime 0000baa4 00006107 R_386_JUMP_SLOT 00000000 close 0000baa8 00005907 R_386_JUMP_SLOT 00000000 perror 0000baac 00001507 R_386_JUMP_SLOT 00000000 fprintf 0000bab0 00005f07 R_386_JUMP_SLOT 00000000 cfsetospeed 0000bab4 00005707 R_386_JUMP_SLOT 00000000 select 0000bab8 00006007 R_386_JUMP_SLOT 00000000 tcsetattr 0000babc 00005807 R_386_JUMP_SLOT 00000000 __errno_location 0000bac0 00004107 R_386_JUMP_SLOT 00000000 malloc 0000bac4 00003707 R_386_JUMP_SLOT 00000000 memmove 0000bac8 00001807 R_386_JUMP_SLOT 00000000 setitimer 0000bacc 00000607 R_386_JUMP_SLOT 00000000 __deregister_frame_info 0000bad0 00005607 R_386_JUMP_SLOT 00000000 abort 0000bad4 00004507 R_386_JUMP_SLOT 00000000 mktime 0000bad8 00006f07 R_386_JUMP_SLOT 00000000 sleep 0000badc 00001207 R_386_JUMP_SLOT 00000000 strcat 0000bae0 00009907 R_386_JUMP_SLOT 00000000 printf 0000bae4 00003f07 R_386_JUMP_SLOT 00000000 memcpy 0000bae8 00009d07 R_386_JUMP_SLOT 00000000 ctime 0000baec 00001907 R_386_JUMP_SLOT 00000000 open 0000baf0 00005a07 R_386_JUMP_SLOT 00000000 exit 0000baf4 00004d07 R_386_JUMP_SLOT 00000000 atoi 0000baf8 00005e07 R_386_JUMP_SLOT 00000000 cfsetispeed 0000bafc 00004207 R_386_JUMP_SLOT 00000000 free 0000bb00 00004b07 R_386_JUMP_SLOT 00000000 strncpy 0000bb04 00001007 R_386_JUMP_SLOT 00000000 sprintf 0000bb08 00005c07 R_386_JUMP_SLOT 00000000 tcgetattr 0000bb0c 00005b07 R_386_JUMP_SLOT 00000000 read 0000bb10 00000307 R_386_JUMP_SLOT 00000000 __gmon_start__ Relocation section '.rel.stab' at offset 0x50ce4 contains 105 entries: Offset Info Type Sym. Value Symbol's Name 00000014 00000008 R_386_RELATIVE 00000020 00000008 R_386_RELATIVE 000011f0 00000008 R_386_RELATIVE 000011fc 00000008 R_386_RELATIVE 0000128c 00000f01 R_386_32 00004560 hexstr 000012a4 00000008 R_386_RELATIVE 000012ec 00000008 R_386_RELATIVE 0000131c 00001101 R_386_32 00004590 command_name 000014c0 00000008 R_386_RELATIVE 000014f0 00001301 R_386_32 000046f0 philips_dump_stream 000016c4 00000008 R_386_RELATIVE 000016d0 00000008 R_386_RELATIVE 000016dc 00000008 R_386_RELATIVE 000016e8 00000008 R_386_RELATIVE 000016f4 00001601 R_386_32 000047a0 philips_open 00001724 00000008 R_386_RELATIVE 000018b0 00000008 R_386_RELATIVE 000018ec 00001f01 R_386_32 000048f0 philips_close 00001988 00002001 R_386_32 00004930 philips_getnpicts 00001a48 00002201 R_386_32 00004980 philips_getpictnum 00001b14 00002401 R_386_32 000049e0 philips_takepicture 00001bc8 00002501 R_386_32 00004a50 philips_getpictsize 00001cdc 00002601 R_386_32 00004b00 philips_gettotalbytes 00001dcc 00002701 R_386_32 00004ba0 philips_getavailbytes 00001ebc 00002801 R_386_32 00004c40 philips_getexposure 00001f94 00002901 R_386_32 00004c90 philips_setexposure 00002054 00002a01 R_386_32 00004ce0 philips_getwhitelevel 0000212c 00002b01 R_386_32 00004d30 philips_setwhitelevel 000021ec 00002c01 R_386_32 00004d80 philips_getzoom 000022c4 00002d01 R_386_32 00004dd0 philips_setzoom 00002384 00002e01 R_386_32 00004e20 philips_getflash 0000245c 00002f01 R_386_32 00004e70 philips_setflash 0000251c 00003001 R_386_32 00004ec0 philips_getrecordmode 000025f4 00003101 R_386_32 00004f10 philips_setrecordmode 000026b4 00003201 R_386_32 00004f60 philips_getcompression 0000278c 00003301 R_386_32 00004fb0 philips_setcompression 00002858 00003401 R_386_32 00005020 philips_getresolution 00002930 00003501 R_386_32 00005070 philips_setresolution 000029f0 00003601 R_386_32 000050c0 philips_getcopyright 00002af8 00003801 R_386_32 00005130 philips_setcopyright 00002bb8 00003901 R_386_32 000051a0 philips_getmacro 00002c90 00003a01 R_386_32 000051f0 philips_setmacro 00002d50 00003b01 R_386_32 00005240 philips_getpictdate 00002e64 00003c01 R_386_32 000052d0 philips_getpict 00003080 00003e01 R_386_32 00005450 philips_putpict 000032e4 00004001 R_386_32 00005660 philips_getthumb 00003554 00004301 R_386_32 00005840 philips_deletepict 00003644 00001e01 R_386_32 000058e0 philips_get_mode 000036f8 00002301 R_386_32 00005930 philips_set_mode 000037d0 00001d01 R_386_32 00005980 philips_init_query 00003848 00004401 R_386_32 000059b0 philips_getcamdate 00003998 00004601 R_386_32 00005b30 philips_setcamdate 00003af4 00004801 R_386_32 00005dd0 philips_getmemo 00003c50 00004901 R_386_32 00005e90 philips_setmemo 00003e24 00004a01 R_386_32 00005fe0 philips_getpictname 00003f38 00004c01 R_386_32 00006070 philips_getpictmemo 0000404c 00001b01 R_386_32 00006100 philips_hello 00004214 00004e01 R_386_32 000062e0 philips_bye 00004298 00001c01 R_386_32 00006310 philips_setspeed 0000449c 00002101 R_386_32 00006480 philips_execcmd 000047a8 00005101 R_386_32 00006760 philips_flush 0000482c 00003d01 R_386_32 00006780 philips_getpacket 00004d0c 00005201 R_386_32 00006cc0 philips_put 00004e14 00005301 R_386_32 00006d50 philips_get 00004f40 00005501 R_386_32 00006e10 philips_wait 00005144 00001a01 R_386_32 00006f90 philips_setbaud 00005294 00005d01 R_386_32 00007060 philips_baudconv 00005420 00000008 R_386_RELATIVE 00005528 00006201 R_386_32 000072c0 philips_model 000055d0 00000008 R_386_RELATIVE 00005600 00006301 R_386_32 00007340 philips_getcfginfo 000059a8 00006401 R_386_32 00007480 philips_setcfginfo 00005c9c 00000008 R_386_RELATIVE 00005ca8 00000008 R_386_RELATIVE 00005cb4 00000008 R_386_RELATIVE 00005cc0 00000008 R_386_RELATIVE 00005ccc 00000008 R_386_RELATIVE 00005cd8 00000008 R_386_RELATIVE 0000d01c 00000008 R_386_RELATIVE 0000d034 00006501 R_386_32 00007570 philips_open_camera 0000d088 00006801 R_386_32 000075a0 philips_close_camera 0000d0c4 00006901 R_386_32 000075b0 philips_number_of_pictures 0000d178 00006b01 R_386_32 00007600 philips_take_picture 0000d238 00006c01 R_386_32 00007650 philips_get_picture 0000d460 00006e01 R_386_32 00007730 philips_get_preview 0000d5f8 00007001 R_386_32 00007800 philips_delete_picture 0000d688 00007101 R_386_32 00007840 philips_initialize 0000d6c4 00007201 R_386_32 00007850 philips_summary 0000d8bc 00006d01 R_386_32 00007a70 philips_processThumb 0000d9f4 00007301 R_386_32 00007b00 philips_description 0000da48 00000008 R_386_RELATIVE 0000da54 00000008 R_386_RELATIVE 0000da60 00000008 R_386_RELATIVE 0000da6c 00000008 R_386_RELATIVE 00000000 00000000 R_386_NONE 00012404 00007601 R_386_32 00007b10 philips_cfg_separator 00012524 00007d01 R_386_32 00007b60 philips_cfg_label 00012620 00008101 R_386_32 00007bd0 philips_cfg_new_label 00012728 00008201 R_386_32 00007c40 philips_cfg_radio 00012764 00007501 R_386_32 00007c50 philips_configure 00012a1c 00008e01 R_386_32 00007f80 philips_cfg_page1 00012be4 00008f01 R_386_32 00008170 philips_cfg_page2 00012ec0 00009001 R_386_32 00008490 philips_cfg_page3 00013208 00009101 R_386_32 00008840 philips_cfg_page4 000136dc 00000008 R_386_RELATIVE There are no unwind sections in this file. Symbol table '.dynsym' contains 179 entries: Num: Value Size Type Bind Vis Ndx Name 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 1: 0000bb28 0 OBJECT GLOBAL DEFAULT ABS _DYNAMIC 2: 0000ba7c 0 OBJECT GLOBAL DEFAULT ABS _GLOBAL_OFFSET_TABLE_ 3: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__ 4: 00004228 0 FUNC GLOBAL DEFAULT 12 _init 5: 00008e90 0 FUNC GLOBAL DEFAULT 15 _fini 6: 00000000 162 FUNC WEAK DEFAULT UND __deregister_frame_info@GLIBC_2.0 (3) 7: 00000000 116 FUNC WEAK DEFAULT UND __register_frame_info@GLIBC_2.0 (3) 8: 0000b760 4 OBJECT GLOBAL DEFAULT 17 philips_debugflag 9: 0000b764 4 OBJECT GLOBAL DEFAULT 17 philips_dumpflag 10: 0000b768 4 OBJECT GLOBAL DEFAULT 17 philips_dumpmaxlen 11: 0000b76c 4 OBJECT GLOBAL DEFAULT 17 philips_verbose 12: 0000b770 4 OBJECT GLOBAL DEFAULT 17 philips_echobackrate 13: 0000b774 504 OBJECT GLOBAL DEFAULT 17 philips_commands 14: 0000b96c 4 OBJECT GLOBAL DEFAULT 17 num_philips_commands 15: 00004560 33 FUNC GLOBAL DEFAULT 14 hexstr 16: 00000000 36 FUNC GLOBAL DEFAULT UND sprintf@GLIBC_2.0 (3) 17: 00004590 340 FUNC GLOBAL DEFAULT 14 command_name 18: 00000000 49 FUNC GLOBAL DEFAULT UND strcat@GLIBC_2.0 (3) 19: 000046f0 162 FUNC GLOBAL DEFAULT 14 philips_dump_stream 20: 00000000 4 OBJECT GLOBAL DEFAULT UND stderr@GLIBC_2.0 (3) 21: 00000000 36 FUNC GLOBAL DEFAULT UND fprintf@GLIBC_2.0 (3) 22: 000047a0 336 FUNC GLOBAL DEFAULT 14 philips_open 23: 00000000 648 FUNC WEAK DEFAULT UND sigaction@GLIBC_2.0 (3) 24: 00000000 61 FUNC WEAK DEFAULT UND setitimer@GLIBC_2.0 (3) 25: 00000000 61 FUNC WEAK DEFAULT UND open@GLIBC_2.0 (3) 26: 00006f90 203 FUNC GLOBAL DEFAULT 14 philips_setbaud 27: 00006100 473 FUNC GLOBAL DEFAULT 14 philips_hello 28: 00006310 357 FUNC GLOBAL DEFAULT 14 philips_setspeed 29: 00005980 43 FUNC GLOBAL DEFAULT 14 philips_init_query 30: 000058e0 73 FUNC GLOBAL DEFAULT 14 philips_get_mode 31: 000048f0 52 FUNC GLOBAL DEFAULT 14 philips_close 32: 00004930 68 FUNC GLOBAL DEFAULT 14 philips_getnpicts 33: 00006480 727 FUNC GLOBAL DEFAULT 14 philips_execcmd 34: 00004980 87 FUNC GLOBAL DEFAULT 14 philips_getpictnum 35: 00005930 78 FUNC GLOBAL DEFAULT 14 philips_set_mode 36: 000049e0 107 FUNC GLOBAL DEFAULT 14 philips_takepicture 37: 00004a50 161 FUNC GLOBAL DEFAULT 14 philips_getpictsize 38: 00004b00 145 FUNC GLOBAL DEFAULT 14 philips_gettotalbytes 39: 00004ba0 145 FUNC GLOBAL DEFAULT 14 philips_getavailbytes 40: 00004c40 73 FUNC GLOBAL DEFAULT 14 philips_getexposure 41: 00004c90 80 FUNC GLOBAL DEFAULT 14 philips_setexposure 42: 00004ce0 73 FUNC GLOBAL DEFAULT 14 philips_getwhitelevel 43: 00004d30 80 FUNC GLOBAL DEFAULT 14 philips_setwhitelevel 44: 00004d80 73 FUNC GLOBAL DEFAULT 14 philips_getzoom 45: 00004dd0 80 FUNC GLOBAL DEFAULT 14 philips_setzoom 46: 00004e20 73 FUNC GLOBAL DEFAULT 14 philips_getflash 47: 00004e70 80 FUNC GLOBAL DEFAULT 14 philips_setflash 48: 00004ec0 73 FUNC GLOBAL DEFAULT 14 philips_getrecordmode 49: 00004f10 80 FUNC GLOBAL DEFAULT 14 philips_setrecordmode 50: 00004f60 73 FUNC GLOBAL DEFAULT 14 philips_getcompression 51: 00004fb0 98 FUNC GLOBAL DEFAULT 14 philips_setcompression 52: 00005020 73 FUNC GLOBAL DEFAULT 14 philips_getresolution 53: 00005070 80 FUNC GLOBAL DEFAULT 14 philips_setresolution 54: 000050c0 104 FUNC GLOBAL DEFAULT 14 philips_getcopyright 55: 00000000 138 FUNC GLOBAL DEFAULT UND memmove@GLIBC_2.0 (3) 56: 00005130 99 FUNC GLOBAL DEFAULT 14 philips_setcopyright 57: 000051a0 73 FUNC GLOBAL DEFAULT 14 philips_getmacro 58: 000051f0 80 FUNC GLOBAL DEFAULT 14 philips_setmacro 59: 00005240 130 FUNC GLOBAL DEFAULT 14 philips_getpictdate 60: 000052d0 369 FUNC GLOBAL DEFAULT 14 philips_getpict 61: 00006780 1343 FUNC GLOBAL DEFAULT 14 philips_getpacket 62: 00005450 521 FUNC GLOBAL DEFAULT 14 philips_putpict 63: 00000000 62 FUNC GLOBAL DEFAULT UND memcpy@GLIBC_2.0 (3) 64: 00005660 465 FUNC GLOBAL DEFAULT 14 philips_getthumb 65: 00000000 306 FUNC WEAK DEFAULT UND malloc@GLIBC_2.0 (3) 66: 00000000 202 FUNC WEAK DEFAULT UND free@GLIBC_2.0 (3) 67: 00005840 155 FUNC GLOBAL DEFAULT 14 philips_deletepict 68: 000059b0 383 FUNC GLOBAL DEFAULT 14 philips_getcamdate 69: 00000000 51 FUNC GLOBAL DEFAULT UND mktime@GLIBC_2.0 (3) 70: 00005b30 659 FUNC GLOBAL DEFAULT 14 philips_setcamdate 71: 00000000 37 FUNC GLOBAL DEFAULT UND localtime@GLIBC_2.0 (3) 72: 00005dd0 179 FUNC GLOBAL DEFAULT 14 philips_getmemo 73: 00005e90 332 FUNC GLOBAL DEFAULT 14 philips_setmemo 74: 00005fe0 130 FUNC GLOBAL DEFAULT 14 philips_getpictname 75: 00000000 147 FUNC GLOBAL DEFAULT UND strncpy@GLIBC_2.0 (3) 76: 00006070 135 FUNC GLOBAL DEFAULT 14 philips_getpictmemo 77: 00000000 35 FUNC GLOBAL DEFAULT UND atoi@GLIBC_2.0 (3) 78: 000062e0 40 FUNC GLOBAL DEFAULT 14 philips_bye 79: 00000000 36 FUNC WEAK DEFAULT UND tcdrain@GLIBC_2.0 (3) 80: 00000000 107 FUNC GLOBAL DEFAULT UND usleep@GLIBC_2.0 (3) 81: 00006760 28 FUNC GLOBAL DEFAULT 14 philips_flush 82: 00006cc0 133 FUNC GLOBAL DEFAULT 14 philips_put 83: 00006d50 190 FUNC GLOBAL DEFAULT 14 philips_get 84: 00000000 61 FUNC WEAK DEFAULT UND write@GLIBC_2.0 (3) 85: 00006e10 380 FUNC GLOBAL DEFAULT 14 philips_wait 86: 00000000 435 FUNC GLOBAL DEFAULT UND abort@GLIBC_2.0 (3) 87: 00000000 73 FUNC WEAK DEFAULT UND select@GLIBC_2.0 (3) 88: 00000000 27 FUNC WEAK DEFAULT UND __errno_location@GLIBC_2.0 (3) 89: 00000000 111 FUNC GLOBAL DEFAULT UND perror@GLIBC_2.0 (3) 90: 00000000 216 FUNC GLOBAL DEFAULT UND exit@GLIBC_2.0 (3) 91: 00000000 61 FUNC WEAK DEFAULT UND read@GLIBC_2.0 (3) 92: 00000000 111 FUNC WEAK DEFAULT UND tcgetattr@GLIBC_2.0 (3) 93: 00007060 490 FUNC GLOBAL DEFAULT 14 philips_baudconv 94: 00000000 93 FUNC GLOBAL DEFAULT UND cfsetispeed@GLIBC_2.0 (3) 95: 00000000 79 FUNC GLOBAL DEFAULT UND cfsetospeed@GLIBC_2.0 (3) 96: 00000000 328 FUNC GLOBAL DEFAULT UND tcsetattr@GLIBC_2.0 (3) 97: 00000000 55 FUNC WEAK DEFAULT UND close@GLIBC_2.0 (3) 98: 000072c0 124 FUNC GLOBAL DEFAULT 14 philips_model 99: 00007340 305 FUNC GLOBAL DEFAULT 14 philips_getcfginfo 100: 00007480 227 FUNC GLOBAL DEFAULT 14 philips_setcfginfo 101: 00007570 41 FUNC GLOBAL DEFAULT 14 philips_open_camera 102: 0000d0e0 4 OBJECT GLOBAL DEFAULT 23 cameraid 103: 00000000 0 NOTYPE GLOBAL DEFAULT UND serial_port 104: 000075a0 12 FUNC GLOBAL DEFAULT 14 philips_close_camera 105: 000075b0 72 FUNC GLOBAL DEFAULT 14 philips_number_of_pictures 106: 00000000 0 NOTYPE GLOBAL DEFAULT UND error_dialog 107: 00007600 69 FUNC GLOBAL DEFAULT 14 philips_take_picture 108: 00007650 224 FUNC GLOBAL DEFAULT 14 philips_get_picture 109: 00007a70 135 FUNC GLOBAL DEFAULT 14 philips_processThumb 110: 00007730 196 FUNC GLOBAL DEFAULT 14 philips_get_preview 111: 00000000 358 FUNC WEAK DEFAULT UND sleep@GLIBC_2.0 (3) 112: 00007800 49 FUNC GLOBAL DEFAULT 14 philips_delete_picture 113: 00007840 12 FUNC GLOBAL DEFAULT 14 philips_initialize 114: 00007850 542 FUNC GLOBAL DEFAULT 14 philips_summary 115: 00007b00 12 FUNC GLOBAL DEFAULT 14 philips_description 116: 0000ba40 36 OBJECT GLOBAL DEFAULT 17 philips 117: 00007c50 811 FUNC GLOBAL DEFAULT 14 philips_configure 118: 00007b10 78 FUNC GLOBAL DEFAULT 14 philips_cfg_separator 119: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_hseparator_new 120: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_vseparator_new 121: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_widget_show 122: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_table_get_type 123: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_type_check_object_cast 124: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_table_attach_defaults 125: 00007b60 99 FUNC GLOBAL DEFAULT 14 philips_cfg_label 126: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_label_new 127: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_misc_get_type 128: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_misc_set_alignment 129: 00007bd0 101 FUNC GLOBAL DEFAULT 14 philips_cfg_new_label 130: 00007c40 9 FUNC GLOBAL DEFAULT 14 philips_cfg_radio 131: 00000000 0 NOTYPE GLOBAL DEFAULT UND update_progress 132: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_dialog_new 133: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_window_get_type 134: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_window_set_title 135: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_container_get_type 136: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_dialog_get_type 137: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_container_set_border_width 138: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_notebook_new 139: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_notebook_get_type 140: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_notebook_set_tab_pos 141: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_container_add 142: 00007f80 487 FUNC GLOBAL DEFAULT 14 philips_cfg_page1 143: 00008170 795 FUNC GLOBAL DEFAULT 14 philips_cfg_page2 144: 00008490 943 FUNC GLOBAL DEFAULT 14 philips_cfg_page3 145: 00008840 1511 FUNC GLOBAL DEFAULT 14 philips_cfg_page4 146: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_button_new_with_label 147: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_widget_hide 148: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_signal_connect_object 149: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_box_get_type 150: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_box_pack_end 151: 00000000 0 NOTYPE GLOBAL DEFAULT UND update_status 152: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_main_iteration 153: 00000000 41 FUNC GLOBAL DEFAULT UND printf@GLIBC_2.0 (3) 154: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_frame_new 155: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_widget_set_usize 156: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_table_new 157: 00000000 35 FUNC GLOBAL DEFAULT UND ctime@GLIBC_2.0 (3) 158: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_notebook_append_page 159: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_hbox_new 160: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_vbox_new 161: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_radio_button_new_with_label 162: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_box_pack_start 163: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_toggle_button_get_type 164: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_toggle_button_set_active 165: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_radio_button_get_type 166: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_radio_button_group 167: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_adjustment_new 168: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_adjustment_get_type 169: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_hscale_new 170: 00000000 4 OBJECT WEAK DEFAULT UND ___brk_addr@GLIBC_2.0 (3) 171: 00000000 4 OBJECT WEAK DEFAULT UND __curbrk@GLIBC_2.0 (3) 172: 00000000 4 OBJECT GLOBAL DEFAULT UND __environ@GLIBC_2.0 (3) 173: 00000000 53 FUNC GLOBAL DEFAULT UND atexit@GLIBC_2.0 (3) 174: 00008e90 0 OBJECT GLOBAL DEFAULT ABS _etext 175: 0000bbe0 0 OBJECT GLOBAL DEFAULT ABS _edata 176: 0000bbe0 0 OBJECT GLOBAL DEFAULT ABS __bss_start 177: 0000d0e4 0 OBJECT GLOBAL DEFAULT ABS _end 178: 00000000 0 OBJECT GLOBAL DEFAULT ABS GCC.INTERNAL Symbol table '.symtab' contains 255 entries: Num: Value Size Type Bind Vis Ndx Name 0: 00000000 0 NOTYPE LOCAL DEFAULT UND 1: 00000094 0 SECTION LOCAL DEFAULT 1 2: 00000574 0 SECTION LOCAL DEFAULT 2 3: 000010a4 0 SECTION LOCAL DEFAULT 3 4: 00001c08 0 SECTION LOCAL DEFAULT 4 5: 00001d70 0 SECTION LOCAL DEFAULT 5 6: 00001da8 0 SECTION LOCAL DEFAULT 6 7: 00001dc8 0 SECTION LOCAL DEFAULT 7 8: 00003cf0 0 SECTION LOCAL DEFAULT 8 9: 00003ff8 0 SECTION LOCAL DEFAULT 9 10: 000040e8 0 SECTION LOCAL DEFAULT 10 11: 00004110 0 SECTION LOCAL DEFAULT 11 12: 00004228 0 SECTION LOCAL DEFAULT 12 13: 00004258 0 SECTION LOCAL DEFAULT 13 14: 000044a0 0 SECTION LOCAL DEFAULT 14 15: 00008e90 0 SECTION LOCAL DEFAULT 15 16: 00008ec0 0 SECTION LOCAL DEFAULT 16 17: 0000b140 0 SECTION LOCAL DEFAULT 17 18: 0000ba68 0 SECTION LOCAL DEFAULT 18 19: 0000ba6c 0 SECTION LOCAL DEFAULT 19 20: 0000ba74 0 SECTION LOCAL DEFAULT 20 21: 0000ba7c 0 SECTION LOCAL DEFAULT 21 22: 0000bb28 0 SECTION LOCAL DEFAULT 22 23: 0000bbe0 0 SECTION LOCAL DEFAULT 23 24: 00000000 0 SECTION LOCAL DEFAULT 24 25: 00000000 0 SECTION LOCAL DEFAULT 25 26: 00000000 0 SECTION LOCAL DEFAULT 26 27: 000001ab 0 SECTION LOCAL DEFAULT 27 28: 00000238 0 SECTION LOCAL DEFAULT 28 29: 00000000 0 SECTION LOCAL DEFAULT 29 30: 00000000 0 SECTION LOCAL DEFAULT 30 31: 00000000 0 SECTION LOCAL DEFAULT 31 32: 00000000 0 FILE LOCAL DEFAULT ABS initfini.c 33: 000044a0 0 NOTYPE LOCAL DEFAULT 14 gcc2_compiled. 34: 00000000 0 FILE LOCAL DEFAULT ABS crtstuff.c 35: 000044a0 0 NOTYPE LOCAL DEFAULT 14 gcc2_compiled. 36: 0000b140 0 OBJECT LOCAL DEFAULT 17 p.2 37: 0000ba74 0 OBJECT LOCAL DEFAULT 20 __DTOR_LIST__ 38: 0000b144 0 OBJECT LOCAL DEFAULT 17 completed.3 39: 000044a0 0 FUNC LOCAL DEFAULT 14 __do_global_dtors_aux 40: 0000ba68 0 OBJECT LOCAL DEFAULT 18 __EH_FRAME_BEGIN__ 41: 000044fc 0 FUNC LOCAL DEFAULT 14 fini_dummy 42: 0000bbe0 24 OBJECT LOCAL DEFAULT 23 object.8 43: 00004514 0 FUNC LOCAL DEFAULT 14 frame_dummy 44: 00004548 0 FUNC LOCAL DEFAULT 14 init_dummy 45: 0000b148 0 OBJECT LOCAL DEFAULT 17 force_to_data 46: 0000ba6c 0 OBJECT LOCAL DEFAULT 19 __CTOR_LIST__ 47: 00000000 0 FILE LOCAL DEFAULT ABS crtstuff.c 48: 00008e30 0 NOTYPE LOCAL DEFAULT 14 gcc2_compiled. 49: 00008e30 0 FUNC LOCAL DEFAULT 14 __do_global_ctors_aux 50: 0000ba70 0 OBJECT LOCAL DEFAULT 19 __CTOR_END__ 51: 00008e64 0 FUNC LOCAL DEFAULT 14 init_dummy 52: 0000ba68 0 OBJECT LOCAL DEFAULT 17 force_to_data 53: 0000ba78 0 OBJECT LOCAL DEFAULT 20 __DTOR_END__ 54: 0000ba68 0 OBJECT LOCAL DEFAULT 18 __FRAME_END__ 55: 00000000 0 FILE LOCAL DEFAULT ABS initfini.c 56: 00008e90 0 NOTYPE LOCAL DEFAULT 14 gcc2_compiled. 57: 00000000 0 FILE LOCAL DEFAULT ABS philips_io.c 58: 0000b160 512 OBJECT LOCAL DEFAULT 17 crctab 59: 0000b360 1024 OBJECT LOCAL DEFAULT 17 cr3tab 60: 0000bc00 10 OBJECT LOCAL DEFAULT 23 str.44 61: 0000bc20 128 OBJECT LOCAL DEFAULT 23 buf.47 62: 0000b970 4 OBJECT LOCAL DEFAULT 17 close_handler_set 63: 0000b974 4 OBJECT LOCAL DEFAULT 17 camera_opened 64: 0000b978 4 OBJECT LOCAL DEFAULT 17 disconnecting 65: 0000b97c 4 OBJECT LOCAL DEFAULT 17 philips_mode 66: 0000b980 140 OBJECT LOCAL DEFAULT 17 close_philips.52 67: 00007250 107 FUNC LOCAL DEFAULT 14 philips_close_handler 68: 0000ccc4 4 OBJECT LOCAL DEFAULT 23 fd0 69: 0000ccc0 4 OBJECT LOCAL DEFAULT 23 philips_len 70: 0000bcc0 4096 OBJECT LOCAL DEFAULT 23 philips_buf 71: 0000bca0 25 OBJECT LOCAL DEFAULT 23 errorstr.157 72: 00000000 0 FILE LOCAL DEFAULT ABS gphoto_philips.c 73: 0000ba20 4 OBJECT LOCAL DEFAULT 17 philips_description_string 74: 0000cce0 1024 OBJECT LOCAL DEFAULT 23 philips_summary_string 75: 00000000 0 FILE LOCAL DEFAULT ABS gphoto_philips_config.c 76: 0000ba64 4 OBJECT LOCAL DEFAULT 17 philips_description_string 77: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_hseparator_new 78: 00007600 69 FUNC GLOBAL DEFAULT 14 philips_take_picture 79: 00004e70 80 FUNC GLOBAL DEFAULT 14 philips_setflash 80: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_toggle_button_get_type 81: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_table_attach_defaults 82: 00000000 107 FUNC GLOBAL DEFAULT UND usleep@@GLIBC_2.0 83: 00000000 53 FUNC GLOBAL DEFAULT UND atexit@@GLIBC_2.0 84: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_radio_button_get_type 85: 00000000 648 FUNC WEAK DEFAULT UND sigaction@@GLIBC_2.0 86: 00007a70 135 FUNC GLOBAL DEFAULT 14 philips_processThumb 87: 00007c50 811 FUNC GLOBAL DEFAULT 14 philips_configure 88: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_misc_set_alignment 89: 00007800 49 FUNC GLOBAL DEFAULT 14 philips_delete_picture 90: 00007bd0 101 FUNC GLOBAL DEFAULT 14 philips_cfg_new_label 91: 00004dd0 80 FUNC GLOBAL DEFAULT 14 philips_setzoom 92: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_widget_show 93: 0000bb28 0 OBJECT GLOBAL DEFAULT ABS _DYNAMIC 94: 00004930 68 FUNC GLOBAL DEFAULT 14 philips_getnpicts 95: 00000000 36 FUNC WEAK DEFAULT UND tcdrain@@GLIBC_2.0 96: 00007b10 78 FUNC GLOBAL DEFAULT 14 philips_cfg_separator 97: 000075b0 72 FUNC GLOBAL DEFAULT 14 philips_number_of_pictures 98: 00007570 41 FUNC GLOBAL DEFAULT 14 philips_open_camera 99: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_toggle_button_set_active 100: 00006d50 190 FUNC GLOBAL DEFAULT 14 philips_get 101: 00000000 0 NOTYPE GLOBAL DEFAULT UND update_status 102: 00004d80 73 FUNC GLOBAL DEFAULT 14 philips_getzoom 103: 00008e90 0 OBJECT GLOBAL DEFAULT ABS _etext 104: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_hbox_new 105: 00000000 116 FUNC WEAK DEFAULT UND __register_frame_info@@GLIBC_2.0 106: 00000000 61 FUNC WEAK DEFAULT UND write@@GLIBC_2.0 107: 00000000 37 FUNC GLOBAL DEFAULT UND localtime@@GLIBC_2.0 108: 00000000 55 FUNC WEAK DEFAULT UND close@@GLIBC_2.0 109: 00004f10 80 FUNC GLOBAL DEFAULT 14 philips_setrecordmode 110: 00008170 795 FUNC GLOBAL DEFAULT 14 philips_cfg_page2 111: 00000000 111 FUNC GLOBAL DEFAULT UND perror@@GLIBC_2.0 112: 00000000 36 FUNC GLOBAL DEFAULT UND fprintf@@GLIBC_2.0 113: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_frame_new 114: 00000000 79 FUNC GLOBAL DEFAULT UND cfsetospeed@@GLIBC_2.0 115: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_notebook_set_tab_pos 116: 00008490 943 FUNC GLOBAL DEFAULT 14 philips_cfg_page3 117: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_dialog_new 118: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_vseparator_new 119: 00000000 73 FUNC WEAK DEFAULT UND select@@GLIBC_2.0 120: 00004a50 161 FUNC GLOBAL DEFAULT 14 philips_getpictsize 121: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_radio_button_new_with_label 122: 00004e20 73 FUNC GLOBAL DEFAULT 14 philips_getflash 123: 000051f0 80 FUNC GLOBAL DEFAULT 14 philips_setmacro 124: 00000000 0 NOTYPE GLOBAL DEFAULT UND update_progress 125: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_radio_button_group 126: 00000000 328 FUNC GLOBAL DEFAULT UND tcsetattr@@GLIBC_2.0 127: 00005b30 659 FUNC GLOBAL DEFAULT 14 philips_setcamdate 128: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_container_add 129: 00007c40 9 FUNC GLOBAL DEFAULT 14 philips_cfg_radio 130: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_table_get_type 131: 00000000 27 FUNC WEAK DEFAULT UND __errno_location@@GLIBC_2.0 132: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_misc_get_type 133: 000048f0 52 FUNC GLOBAL DEFAULT 14 philips_close 134: 0000b96c 4 OBJECT GLOBAL DEFAULT 17 num_philips_commands 135: 0000b770 4 OBJECT GLOBAL DEFAULT 17 philips_echobackrate 136: 00005020 73 FUNC GLOBAL DEFAULT 14 philips_getresolution 137: 00004228 0 FUNC GLOBAL DEFAULT 12 _init 138: 00000000 4 OBJECT WEAK DEFAULT UND ___brk_addr@@GLIBC_2.0 139: 00000000 0 NOTYPE GLOBAL DEFAULT UND error_dialog 140: 00006f90 203 FUNC GLOBAL DEFAULT 14 philips_setbaud 141: 00000000 306 FUNC WEAK DEFAULT UND malloc@@GLIBC_2.0 142: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_box_get_type 143: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_label_new 144: 00000000 138 FUNC GLOBAL DEFAULT UND memmove@@GLIBC_2.0 145: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_box_pack_end 146: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_window_get_type 147: 00000000 61 FUNC WEAK DEFAULT UND setitimer@@GLIBC_2.0 148: 00000000 162 FUNC WEAK DEFAULT UND __deregister_frame_info@@GLIBC_2.0 149: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_hscale_new 150: 00007650 224 FUNC GLOBAL DEFAULT 14 philips_get_picture 151: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_dialog_get_type 152: 00006760 28 FUNC GLOBAL DEFAULT 14 philips_flush 153: 00005840 155 FUNC GLOBAL DEFAULT 14 philips_deletepict 154: 00007b60 99 FUNC GLOBAL DEFAULT 14 philips_cfg_label 155: 00004ec0 73 FUNC GLOBAL DEFAULT 14 philips_getrecordmode 156: 00000000 4 OBJECT GLOBAL DEFAULT UND stderr@@GLIBC_2.0 157: 00007850 542 FUNC GLOBAL DEFAULT 14 philips_summary 158: 00000000 435 FUNC GLOBAL DEFAULT UND abort@@GLIBC_2.0 159: 00000000 0 NOTYPE GLOBAL DEFAULT UND serial_port 160: 00007f80 487 FUNC GLOBAL DEFAULT 14 philips_cfg_page1 161: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_notebook_new 162: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_window_set_title 163: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_adjustment_new 164: 0000ba40 36 OBJECT GLOBAL DEFAULT 17 philips 165: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_box_pack_start 166: 000059b0 383 FUNC GLOBAL DEFAULT 14 philips_getcamdate 167: 00000000 51 FUNC GLOBAL DEFAULT UND mktime@@GLIBC_2.0 168: 00007060 490 FUNC GLOBAL DEFAULT 14 philips_baudconv 169: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_container_set_border_width 170: 0000d0e0 4 OBJECT GLOBAL DEFAULT 23 cameraid 171: 00000000 358 FUNC WEAK DEFAULT UND sleep@@GLIBC_2.0 172: 00004980 87 FUNC GLOBAL DEFAULT 14 philips_getpictnum 173: 00005240 130 FUNC GLOBAL DEFAULT 14 philips_getpictdate 174: 0000b768 4 OBJECT GLOBAL DEFAULT 17 philips_dumpmaxlen 175: 00005930 78 FUNC GLOBAL DEFAULT 14 philips_set_mode 176: 00005450 521 FUNC GLOBAL DEFAULT 14 philips_putpict 177: 00005070 80 FUNC GLOBAL DEFAULT 14 philips_setresolution 178: 00007840 12 FUNC GLOBAL DEFAULT 14 philips_initialize 179: 000047a0 336 FUNC GLOBAL DEFAULT 14 philips_open 180: 00006100 473 FUNC GLOBAL DEFAULT 14 philips_hello 181: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_type_check_object_cast 182: 0000b764 4 OBJECT GLOBAL DEFAULT 17 philips_dumpflag 183: 000046f0 162 FUNC GLOBAL DEFAULT 14 philips_dump_stream 184: 00005980 43 FUNC GLOBAL DEFAULT 14 philips_init_query 185: 0000bbe0 0 OBJECT GLOBAL DEFAULT ABS __bss_start 186: 00005130 99 FUNC GLOBAL DEFAULT 14 philips_setcopyright 187: 00005fe0 130 FUNC GLOBAL DEFAULT 14 philips_getpictname 188: 00006780 1343 FUNC GLOBAL DEFAULT 14 philips_getpacket 189: 000075a0 12 FUNC GLOBAL DEFAULT 14 philips_close_camera 190: 00004f60 73 FUNC GLOBAL DEFAULT 14 philips_getcompression 191: 00004c40 73 FUNC GLOBAL DEFAULT 14 philips_getexposure 192: 00000000 49 FUNC GLOBAL DEFAULT UND strcat@@GLIBC_2.0 193: 00000000 4 OBJECT GLOBAL DEFAULT UND __environ@@GLIBC_2.0 194: 00004fb0 98 FUNC GLOBAL DEFAULT 14 philips_setcompression 195: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_main_iteration 196: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_notebook_append_page 197: 00000000 41 FUNC GLOBAL DEFAULT UND printf@@GLIBC_2.0 198: 00008e90 0 FUNC GLOBAL DEFAULT 15 _fini 199: 00000000 62 FUNC GLOBAL DEFAULT UND memcpy@@GLIBC_2.0 200: 00005e90 332 FUNC GLOBAL DEFAULT 14 philips_setmemo 201: 000049e0 107 FUNC GLOBAL DEFAULT 14 philips_takepicture 202: 00004590 340 FUNC GLOBAL DEFAULT 14 command_name 203: 00000000 35 FUNC GLOBAL DEFAULT UND ctime@@GLIBC_2.0 204: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_notebook_get_type 205: 00007340 305 FUNC GLOBAL DEFAULT 14 philips_getcfginfo 206: 00000000 4 OBJECT WEAK DEFAULT UND __curbrk@@GLIBC_2.0 207: 00007b00 12 FUNC GLOBAL DEFAULT 14 philips_description 208: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_signal_connect_object 209: 00000000 61 FUNC WEAK DEFAULT UND open@@GLIBC_2.0 210: 00007480 227 FUNC GLOBAL DEFAULT 14 philips_setcfginfo 211: 00004560 33 FUNC GLOBAL DEFAULT 14 hexstr 212: 00007730 196 FUNC GLOBAL DEFAULT 14 philips_get_preview 213: 00005dd0 179 FUNC GLOBAL DEFAULT 14 philips_getmemo 214: 000051a0 73 FUNC GLOBAL DEFAULT 14 philips_getmacro 215: 00000000 216 FUNC GLOBAL DEFAULT UND exit@@GLIBC_2.0 216: 00004ce0 73 FUNC GLOBAL DEFAULT 14 philips_getwhitelevel 217: 00006480 727 FUNC GLOBAL DEFAULT 14 philips_execcmd 218: 00000000 35 FUNC GLOBAL DEFAULT UND atoi@@GLIBC_2.0 219: 00006cc0 133 FUNC GLOBAL DEFAULT 14 philips_put 220: 00000000 0 OBJECT GLOBAL DEFAULT ABS GCC.INTERNAL 221: 0000bbe0 0 OBJECT GLOBAL DEFAULT ABS _edata 222: 00000000 93 FUNC GLOBAL DEFAULT UND cfsetispeed@@GLIBC_2.0 223: 0000ba7c 0 OBJECT GLOBAL DEFAULT ABS _GLOBAL_OFFSET_TABLE_ 224: 00000000 202 FUNC WEAK DEFAULT UND free@@GLIBC_2.0 225: 0000d0e4 0 OBJECT GLOBAL DEFAULT ABS _end 226: 00005660 465 FUNC GLOBAL DEFAULT 14 philips_getthumb 227: 0000b76c 4 OBJECT GLOBAL DEFAULT 17 philips_verbose 228: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_widget_hide 229: 00000000 147 FUNC GLOBAL DEFAULT UND strncpy@@GLIBC_2.0 230: 00004b00 145 FUNC GLOBAL DEFAULT 14 philips_gettotalbytes 231: 000050c0 104 FUNC GLOBAL DEFAULT 14 philips_getcopyright 232: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_adjustment_get_type 233: 00006e10 380 FUNC GLOBAL DEFAULT 14 philips_wait 234: 000072c0 124 FUNC GLOBAL DEFAULT 14 philips_model 235: 000062e0 40 FUNC GLOBAL DEFAULT 14 philips_bye 236: 00006310 357 FUNC GLOBAL DEFAULT 14 philips_setspeed 237: 000058e0 73 FUNC GLOBAL DEFAULT 14 philips_get_mode 238: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_table_new 239: 000052d0 369 FUNC GLOBAL DEFAULT 14 philips_getpict 240: 00008840 1511 FUNC GLOBAL DEFAULT 14 philips_cfg_page4 241: 0000b760 4 OBJECT GLOBAL DEFAULT 17 philips_debugflag 242: 00000000 36 FUNC GLOBAL DEFAULT UND sprintf@@GLIBC_2.0 243: 00004d30 80 FUNC GLOBAL DEFAULT 14 philips_setwhitelevel 244: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_container_get_type 245: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_button_new_with_label 246: 00004c90 80 FUNC GLOBAL DEFAULT 14 philips_setexposure 247: 0000b774 504 OBJECT GLOBAL DEFAULT 17 philips_commands 248: 00006070 135 FUNC GLOBAL DEFAULT 14 philips_getpictmemo 249: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_widget_set_usize 250: 00000000 111 FUNC WEAK DEFAULT UND tcgetattr@@GLIBC_2.0 251: 00000000 61 FUNC WEAK DEFAULT UND read@@GLIBC_2.0 252: 00004ba0 145 FUNC GLOBAL DEFAULT 14 philips_getavailbytes 253: 00000000 0 NOTYPE GLOBAL DEFAULT UND gtk_vbox_new 254: 00000000 0 NOTYPE WEAK DEFAULT UND __gmon_start__ Histogram for bucket list length (total of 131 buckets): Length Number % of total Coverage 0 40 ( 30.5%) 1 41 ( 31.3%) 23.0% 2 24 ( 18.3%) 50.0% 3 20 ( 15.3%) 83.7% 4 2 ( 1.5%) 88.2% 5 3 ( 2.3%) 96.6% 6 1 ( 0.8%) 100.0% Version symbols section '.gnu.version' contains 179 entries: Addr: 0000000000001c08 Offset: 0x001c08 Link: 2 (.dynsym) 000: 0 (*local*) 1 (*global*) 1 (*global*) 0 (*local*) 004: 1 (*global*) 1 (*global*) 3 (GLIBC_2.0) 3 (GLIBC_2.0) 008: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 00c: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 010: 3 (GLIBC_2.0) 1 (*global*) 3 (GLIBC_2.0) 1 (*global*) 014: 3 (GLIBC_2.0) 3 (GLIBC_2.0) 1 (*global*) 3 (GLIBC_2.0) 018: 3 (GLIBC_2.0) 3 (GLIBC_2.0) 1 (*global*) 1 (*global*) 01c: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 020: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 024: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 028: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 02c: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 030: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 034: 1 (*global*) 1 (*global*) 1 (*global*) 3 (GLIBC_2.0) 038: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 03c: 1 (*global*) 1 (*global*) 1 (*global*) 3 (GLIBC_2.0) 040: 1 (*global*) 3 (GLIBC_2.0) 3 (GLIBC_2.0) 1 (*global*) 044: 1 (*global*) 3 (GLIBC_2.0) 1 (*global*) 3 (GLIBC_2.0) 048: 1 (*global*) 1 (*global*) 1 (*global*) 3 (GLIBC_2.0) 04c: 1 (*global*) 3 (GLIBC_2.0) 1 (*global*) 3 (GLIBC_2.0) 050: 3 (GLIBC_2.0) 1 (*global*) 1 (*global*) 1 (*global*) 054: 3 (GLIBC_2.0) 1 (*global*) 3 (GLIBC_2.0) 3 (GLIBC_2.0) 058: 3 (GLIBC_2.0) 3 (GLIBC_2.0) 3 (GLIBC_2.0) 3 (GLIBC_2.0) 05c: 3 (GLIBC_2.0) 1 (*global*) 3 (GLIBC_2.0) 3 (GLIBC_2.0) 060: 3 (GLIBC_2.0) 3 (GLIBC_2.0) 1 (*global*) 1 (*global*) 064: 1 (*global*) 1 (*global*) 1 (*global*) 0 (*local*) 068: 1 (*global*) 1 (*global*) 0 (*local*) 1 (*global*) 06c: 1 (*global*) 1 (*global*) 1 (*global*) 3 (GLIBC_2.0) 070: 1 (*global*) 1 (*global*) 1 (*global*) 1 (*global*) 074: 1 (*global*) 1 (*global*) 1 (*global*) 0 (*local*) 078: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*) 07c: 0 (*local*) 1 (*global*) 0 (*local*) 0 (*local*) 080: 0 (*local*) 1 (*global*) 1 (*global*) 0 (*local*) 084: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*) 088: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*) 08c: 0 (*local*) 0 (*local*) 1 (*global*) 1 (*global*) 090: 1 (*global*) 1 (*global*) 0 (*local*) 0 (*local*) 094: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*) 098: 0 (*local*) 3 (GLIBC_2.0) 0 (*local*) 0 (*local*) 09c: 0 (*local*) 3 (GLIBC_2.0) 0 (*local*) 0 (*local*) 0a0: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*) 0a4: 0 (*local*) 0 (*local*) 0 (*local*) 0 (*local*) 0a8: 0 (*local*) 0 (*local*) 3 (GLIBC_2.0) 3 (GLIBC_2.0) 0ac: 3 (GLIBC_2.0) 3 (GLIBC_2.0) 1 (*global*) 1 (*global*) 0b0: 1 (*global*) 1 (*global*) 2 (GCC.INTERNAL) Version definition section '.gnu.version_d' contains 2 entries: Addr: 0x0000000000001d70 Offset: 0x001d70 Link: 3 (.dynstr) 000000: Rev: 1 Flags: BASE Index: 1 Cnt: 1 Name: libgphoto_philips.so 0x001c: Rev: 1 Flags: none Index: 2 Cnt: 1 Name: GCC.INTERNAL Version needs section '.gnu.version_r' contains 1 entries: Addr: 0x0000000000001da8 Offset: 0x001da8 Link to section: 3 (.dynstr) 000000: Version: 1 File: libc.so.6 Cnt: 1 0x0010: Name: GLIBC_2.0 Flags: none Version: 3 -- Tollef Fog Heen ,''`. UNIX is user friendly, it's just picky about who its friends are : :' : `. `' `-
--- End Message ---
--- Begin Message ---Version: 0.0.20131005-1.1+rm Dear submitter, as the package prelink has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/921401 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Joerg Jaspert (the ftpmaster behind the curtain)
--- End Message ---

