Thread: iLiad Text editor/WP on iLiad?
View Single Post
Old 11-21-2006, 03:02 PM   #18
scotty1024
Banned
scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.scotty1024 is no ebook tyro.
 
Posts: 1,300
Karma: 1479
Join Date: Jul 2006
Location: Peoples Republic of Washington
Device: Reader / iPhone / Librie / Kindle
OK, forget ldd (turns out even I don't have it), here's the objdump -p output.

Code:
root@ereader:/media/cf/Applications/AbiWord# objdump -p AbiWord-2.4 

AbiWord-2.4:     file format elf32-littlearm

Program Header:
    PHDR off    0x00000034 vaddr 0x00008034 paddr 0x00008034 align 2**2
         filesz 0x000000c0 memsz 0x000000c0 flags r-x
  INTERP off    0x000000f4 vaddr 0x000080f4 paddr 0x000080f4 align 2**0
         filesz 0x00000013 memsz 0x00000013 flags r--
    LOAD off    0x00000000 vaddr 0x00008000 paddr 0x00008000 align 2**15
         filesz 0x0072513c memsz 0x0072513c flags r-x
    LOAD off    0x0072513c vaddr 0x0073513c paddr 0x0073513c align 2**15
         filesz 0x000a075c memsz 0x00132534 flags rw-
 DYNAMIC off    0x007c47f0 vaddr 0x007d47f0 paddr 0x007d47f0 align 2**2
         filesz 0x000001e0 memsz 0x000001e0 flags rw-
    NOTE off    0x00000108 vaddr 0x00008108 paddr 0x00008108 align 2**2
         filesz 0x00000020 memsz 0x00000020 flags r--

Dynamic Section:
  NEEDED      libpangoxft-1.0.so.0
  NEEDED      libpangoft2-1.0.so.0
  NEEDED      libglade-2.0.so.0
  NEEDED      libgtk-x11-2.0.so.0
  NEEDED      libxml2.so.2
  NEEDED      libgdk-x11-2.0.so.0
  NEEDED      libatk-1.0.so.0
  NEEDED      libgdk_pixbuf-2.0.so.0
  NEEDED      libpangocairo-1.0.so.0
  NEEDED      libpango-1.0.so.0
  NEEDED      libcairo.so.2
  NEEDED      libgobject-2.0.so.0
  NEEDED      libgmodule-2.0.so.0
  NEEDED      libdl.so.2
  NEEDED      libglib-2.0.so.0
  NEEDED      libfreetype.so.6
  NEEDED      libfontconfig.so.1
  NEEDED      libpng12.so.0
  NEEDED      libXrender.so.1
  NEEDED      libX11.so.6
  NEEDED      libSM.so.6
  NEEDED      libICE.so.6
  NEEDED      libgnomeprintui-2-2.so.0
  NEEDED      libgnomeprint-2-2.so.0
  NEEDED      libgnomecanvas-2.so.0
  NEEDED      libart_lgpl_2.so.2
  NEEDED      libm.so.6
  NEEDED      libenchant.so.1
  NEEDED      libfribidi.so.0
  NEEDED      libpopt.so.0
  NEEDED      libXft.so.2
  NEEDED      libgthread-2.0.so.0
  NEEDED      libstdc++.so.6
  NEEDED      libgcc_s.so.1
  NEEDED      libpthread.so.0
  NEEDED      libc.so.6
  INIT        0x119204
  FINI        0x5e4de0
  HASH        0x8128
  STRTAB      0x6be3c
  SYMTAB      0x28dbc
  STRSZ       0xa2fae
  SYMENT      0x10
  DEBUG       0x0
  PLTGOT      0x7d4a2c
  PLTRELSZ    0x1c98
  PLTREL      0x11
  JMPREL      0x11756c
  REL         0x1174fc
  RELSZ       0x70
  RELENT      0x8
  VERNEED     0x1173fc
  VERNEEDNUM  0x5
  VERSYM      0x10edea

Version References:
  required from libm.so.6:
    0x0d696910 0x00 09 GLIBC_2.0
  required from libstdc++.so.6:
    0x056bafd3 0x00 11 CXXABI_1.3
    0x08922974 0x00 08 GLIBCXX_3.4
  required from libgcc_s.so.1:
    0x0d696910 0x00 12 GLIBC_2.0
    0x0b792650 0x00 04 GCC_3.0
  required from libpthread.so.0:
    0x0d696910 0x00 03 GLIBC_2.0
  required from libc.so.6:
    0x0d696913 0x00 10 GLIBC_2.3
    0x09691f73 0x00 07 GLIBC_2.1.3
    0x0d696912 0x00 06 GLIBC_2.2
    0x0d696911 0x00 05 GLIBC_2.1
    0x0d696910 0x00 02 GLIBC_2.0
private flags = 202: [APCS-32] [FPA float format] [software FP] [has entry point]
To quote Hell Boy "You're going to need some serious roughage to pass all that."

Last edited by scotty1024; 11-21-2006 at 03:06 PM.
scotty1024 is offline   Reply With Quote