static-app-1.rd 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. There are 15 section headers, starting at offset .*:
  2. Section Headers:
  3. \[Nr\] Name Type Addr Off Size ES Flg Lk Inf Al
  4. \[ 0\] NULL 00000000 000000 000000 00 0 0 0
  5. \[ 1\] \.hash HASH 00008000 001000 000038 04 A 2 0 4
  6. \[ 2\] \.dynsym DYNSYM 00008038 001038 000090 10 A 3 6 4
  7. \[ 3\] \.dynstr STRTAB 000080c8 0010c8 00000a 00 A 0 0 1
  8. \[ 4\] \.rela\.got RELA 000080d4 0010d4 000024 0c AI 2 8 4
  9. \[ 5\] \.rela\.neardata RELA 000080f8 0010f8 000030 0c AI 2 9 4
  10. \[ 6\] \.dynamic DYNAMIC 00008128 001128 000090 08 WA 3 0 4
  11. \[ 7\] \.text PROGBITS 10000000 002000 0000c0 00 AX 0 0 32
  12. \[ 8\] \.got PROGBITS 100000c0 0020c0 000020 00 WA 0 0 4
  13. \[ 9\] \.neardata PROGBITS 100000e0 0020e0 000014 00 WA 0 0 4
  14. \[10\] \.bss NOBITS 100000f4 0020f4 000004 00 WA 0 0 4
  15. \[11\] \.c6xabi\.attributes C6000_ATTRIBUTES 00000000 0020f4 000019 00 0 0 1
  16. \[12\] \.symtab SYMTAB 00000000 002110 0001c0 10 13 22 4
  17. \[13\] \.strtab STRTAB .*
  18. \[14\] \.shstrtab STRTAB .*
  19. Key to Flags:
  20. #...
  21. Elf file type is EXEC \(Executable file\)
  22. Entry point 0x10000000
  23. There are 4 program headers, starting at offset 52
  24. Program Headers:
  25. Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
  26. LOAD 0x001000 0x00008000 0x00008000 0x001b8 0x001b8 RW 0x1000
  27. LOAD 0x002000 0x10000000 0x10000000 0x000f4 0x000f8 RWE 0x1000
  28. DYNAMIC 0x001128 0x00008128 0x00008128 0x00090 0x00090 RW 0x4
  29. GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x20000 RWE 0x8
  30. Section to Segment mapping:
  31. Segment Sections\.\.\.
  32. 00 \.hash \.dynsym \.dynstr \.rela\.got \.rela\.neardata \.dynamic
  33. 01 \.text \.got \.neardata \.bss
  34. 02 \.dynamic
  35. 03
  36. Dynamic section at offset 0x1128 contains 13 entries:
  37. Tag Type Name/Value
  38. 0x00000004 \(HASH\) 0x8000
  39. 0x00000005 \(STRTAB\) 0x80c8
  40. 0x00000006 \(SYMTAB\) 0x8038
  41. 0x0000000a \(STRSZ\) 10 \(bytes\)
  42. 0x0000000b \(SYMENT\) 16 \(bytes\)
  43. 0x00000015 \(DEBUG\) 0x0
  44. 0x00000007 \(RELA\) 0x80d4
  45. 0x00000008 \(RELASZ\) 84 \(bytes\)
  46. 0x00000009 \(RELAENT\) 12 \(bytes\)
  47. 0x70000000 \(C6000_DSBT_BASE\) 0x100000c0
  48. 0x70000001 \(C6000_DSBT_SIZE\) 0x3
  49. 0x70000003 \(C6000_DSBT_INDEX\) 0x0
  50. 0x00000000 \(NULL\) 0x0
  51. Relocation section '\.rela\.got' at offset 0x10d4 contains 3 entries:
  52. Offset Info Type Sym\. Value Symbol's Name \+ Addend
  53. 100000d8 00000401 R_C6000_ABS32 100000f4 \.bss \+ 0
  54. 100000d4 00000601 R_C6000_ABS32 100000e8 b \+ 0
  55. 100000dc 00000801 R_C6000_ABS32 100000e0 a \+ 0
  56. Relocation section '\.rela\.neardata' at offset 0x10f8 contains 4 entries:
  57. Offset Info Type Sym\. Value Symbol's Name \+ Addend
  58. 100000e0 00000101 R_C6000_ABS32 10000000 \.text \+ 8
  59. 100000e4 00000701 R_C6000_ABS32 00000000 g1 \+ 0
  60. 100000ec 00000701 R_C6000_ABS32 00000000 g1 \+ 0
  61. 100000f0 00000301 R_C6000_ABS32 100000e0 \.neardata \+ 4
  62. Symbol table '\.dynsym' contains 9 entries:
  63. Num: Value Size Type Bind Vis Ndx Name
  64. 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
  65. 1: 10000000 0 SECTION LOCAL DEFAULT 7.*
  66. 2: 100000c0 0 SECTION LOCAL DEFAULT 8.*
  67. 3: 100000e0 0 SECTION LOCAL DEFAULT 9.*
  68. 4: 100000f4 0 SECTION LOCAL DEFAULT 10.*
  69. 5: 100000f4 4 OBJECT LOCAL DEFAULT 10 c
  70. 6: 100000e8 4 OBJECT GLOBAL DEFAULT 9 b
  71. 7: 00000000 0 NOTYPE WEAK DEFAULT UND g1
  72. 8: 100000e0 4 OBJECT GLOBAL DEFAULT 9 a
  73. Symbol table '\.symtab' contains 28 entries:
  74. Num: Value Size Type Bind Vis Ndx Name
  75. 0: 00000000 0 NOTYPE LOCAL DEFAULT UND
  76. 1: 00008000 0 SECTION LOCAL DEFAULT 1.*
  77. 2: 00008038 0 SECTION LOCAL DEFAULT 2.*
  78. 3: 000080c8 0 SECTION LOCAL DEFAULT 3.*
  79. 4: 000080d4 0 SECTION LOCAL DEFAULT 4.*
  80. 5: 000080f8 0 SECTION LOCAL DEFAULT 5.*
  81. 6: 00008128 0 SECTION LOCAL DEFAULT 6.*
  82. 7: 10000000 0 SECTION LOCAL DEFAULT 7.*
  83. 8: 100000c0 0 SECTION LOCAL DEFAULT 8.*
  84. 9: 100000e0 0 SECTION LOCAL DEFAULT 9.*
  85. 10: 100000f4 0 SECTION LOCAL DEFAULT 10.*
  86. 11: 00000000 0 SECTION LOCAL DEFAULT 11.*
  87. 12: 00000000 0 FILE LOCAL DEFAULT ABS .*shlib-1\.o
  88. 13: 10000000 0 FUNC LOCAL HIDDEN 7 sub1
  89. 14: 00000000 0 FILE LOCAL DEFAULT ABS .*shlib-app-1\.o
  90. 15: 10000080 0 NOTYPE LOCAL DEFAULT 7 fish
  91. 16: 100000ec 8 OBJECT LOCAL DEFAULT 9 w
  92. 17: 00000000 0 FILE LOCAL DEFAULT ABS
  93. 18: 00008128 0 OBJECT LOCAL DEFAULT 6 _DYNAMIC
  94. 19: 100000f4 4 OBJECT LOCAL DEFAULT 10 c
  95. 20: 100000cc 0 OBJECT LOCAL DEFAULT 8 _GLOBAL_OFFSET_TABLE_
  96. 21: 100000c0 0 NOTYPE LOCAL DEFAULT 8 __c6xabi_DSBT_BASE
  97. 22: 100000e8 4 OBJECT GLOBAL DEFAULT 9 b
  98. 23: 00000000 0 NOTYPE WEAK DEFAULT UND g1
  99. 24: 100000e4 4 OBJECT GLOBAL DEFAULT 9 g2
  100. 25: 10000008 52 FUNC GLOBAL DEFAULT 7 sub0
  101. 26: 100000e0 4 OBJECT GLOBAL DEFAULT 9 a
  102. 27: 10000040 52 FUNC GLOBAL DEFAULT 7 sub