tlsbin.rd 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. #source: tlsbinpic.s
  2. #source: tlsbin.s
  3. #as: --64
  4. #ld: -shared -melf_x86_64 --no-ld-generated-unwind-info
  5. #readelf: -WSsrl
  6. #target: x86_64-*-*
  7. There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:
  8. Section Headers:
  9. +\[Nr\] Name +Type +Address +Off +Size +ES Flg Lk Inf Al
  10. +\[[ 0-9]+\] +NULL +0+ 0+ 0+ 00 +0 +0 +0
  11. +\[[ 0-9]+\] .interp +.*
  12. +\[[ 0-9]+\] .hash +.*
  13. +\[[ 0-9]+\] .dynsym +.*
  14. +\[[ 0-9]+\] .dynstr +.*
  15. +\[[ 0-9]+\] .rela.dyn +.*
  16. +\[[ 0-9]+\] .rela.plt +.*
  17. +\[[ 0-9]+\] .plt +.*
  18. +\[[ 0-9]+\] .text +PROGBITS +0+401000 0+1000 0+231 00 +AX +0 +0 +4096
  19. +\[[ 0-9]+\] .tdata +PROGBITS +0+601231 0+1231 0+60 00 WAT +0 +0 +1
  20. +\[[ 0-9]+\] .tbss +NOBITS +0+601291 0+1291 0+40 00 WAT +0 +0 +1
  21. +\[[ 0-9]+\] .dynamic +DYNAMIC +0+601298 0+1298 0+140 10 +WA +4 +0 +8
  22. +\[[ 0-9]+\] .got +PROGBITS +0+6013d8 0+13d8 0+20 08 +WA +0 +0 +8
  23. +\[[ 0-9]+\] .got.plt +PROGBITS +0+6013f8 0+13f8 0+20 08 +WA +0 +0 +8
  24. +\[[ 0-9]+\] .symtab +.*
  25. +\[[ 0-9]+\] .strtab +.*
  26. +\[[ 0-9]+\] .shstrtab +.*
  27. Key to Flags:
  28. #...
  29. Elf file type is EXEC \(Executable file\)
  30. Entry point 0x401139
  31. There are [0-9]+ program headers, starting at offset [0-9]+
  32. Program Headers:
  33. +Type +Offset +VirtAddr +PhysAddr +FileSiz +MemSiz +Flg Align
  34. +PHDR.*
  35. +INTERP.*
  36. .*Requesting program interpreter.*
  37. +LOAD +0x0+ 0x0+400000 0x0+400000 0x0+1231 0x0+1231 R E 0x200000
  38. +LOAD +0x0+1231 0x0+601231 0x0+601231 0x0+1e7 0x0+1e7 RW +0x200000
  39. +DYNAMIC +0x0+1298 0x0+601298 0x0+601298 0x0+140 0x0+140 RW +0x8
  40. +TLS +0x0+1231 0x0+601231 0x0+601231 0x0+60 0x0+a0 R +0x1
  41. Section to Segment mapping:
  42. +Segment Sections...
  43. +00 *
  44. +01 +.interp *
  45. +02 +.interp .hash .dynsym .dynstr .rela.dyn .rela.plt .plt .text *
  46. +03 +.tdata .dynamic .got .got.plt *
  47. +04 +.dynamic *
  48. +05 +.tdata .tbss *
  49. Relocation section '.rela.dyn' at offset 0x[0-9a-f]+ contains 4 entries:
  50. +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
  51. [0-9a-f ]+R_X86_64_TPOFF64 +0+ sG5 \+ 0
  52. [0-9a-f ]+R_X86_64_TPOFF64 +0+ sG2 \+ 0
  53. [0-9a-f ]+R_X86_64_TPOFF64 +0+ sG6 \+ 0
  54. [0-9a-f ]+R_X86_64_TPOFF64 +0+ sG1 \+ 0
  55. Relocation section '.rela.plt' at offset 0x[0-9a-f]+ contains 1 entry:
  56. +Offset +Info +Type +Symbol's Value +Symbol's Name \+ Addend
  57. [0-9a-f ]+R_X86_64_JUMP_SLOT[0-9a-f ]+__tls_get_addr \+ 0
  58. Symbol table '\.dynsym' contains [0-9]+ entries:
  59. +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  60. .* NOTYPE +LOCAL +DEFAULT +UND *
  61. .* TLS +GLOBAL +DEFAULT +UND sG5
  62. .* TLS +GLOBAL +DEFAULT +UND sG2
  63. .* FUNC +GLOBAL +DEFAULT +UND __tls_get_addr
  64. .* TLS +GLOBAL +DEFAULT +UND sG6
  65. .* TLS +GLOBAL +DEFAULT +UND sG1
  66. Symbol table '\.symtab' contains [0-9]+ entries:
  67. +Num: +Value +Size +Type +Bind +Vis +Ndx +Name
  68. .* NOTYPE +LOCAL +DEFAULT +UND *
  69. .* FILE +LOCAL +DEFAULT +ABS .*tlsbinpic.o
  70. .* TLS +LOCAL +DEFAULT +9 sl1
  71. .* TLS +LOCAL +DEFAULT +9 sl2
  72. .* TLS +LOCAL +DEFAULT +9 sl3
  73. .* TLS +LOCAL +DEFAULT +9 sl4
  74. .* TLS +LOCAL +DEFAULT +9 sl5
  75. .* TLS +LOCAL +DEFAULT +9 sl6
  76. .* TLS +LOCAL +DEFAULT +9 sl7
  77. .* TLS +LOCAL +DEFAULT +9 sl8
  78. .* FILE +LOCAL +DEFAULT +ABS .*tlsbin.o
  79. .* TLS +LOCAL +DEFAULT +10 bl1
  80. .* TLS +LOCAL +DEFAULT +10 bl2
  81. .* TLS +LOCAL +DEFAULT +10 bl3
  82. .* TLS +LOCAL +DEFAULT +10 bl4
  83. .* TLS +LOCAL +DEFAULT +10 bl5
  84. .* TLS +LOCAL +DEFAULT +10 bl6
  85. .* TLS +LOCAL +DEFAULT +10 bl7
  86. .* TLS +LOCAL +DEFAULT +10 bl8
  87. .* FILE +LOCAL +DEFAULT +ABS
  88. .* OBJECT +LOCAL +DEFAULT +11 _DYNAMIC
  89. .* OBJECT +LOCAL +DEFAULT +13 _GLOBAL_OFFSET_TABLE_
  90. .* TLS +GLOBAL +DEFAULT +9 sg8
  91. .* TLS +GLOBAL +DEFAULT +10 bg8
  92. .* TLS +GLOBAL +DEFAULT +10 bg6
  93. .* TLS +GLOBAL +DEFAULT +UND sG5
  94. .* TLS +GLOBAL +DEFAULT +10 bg3
  95. .* TLS +GLOBAL +DEFAULT +9 sg3
  96. .* TLS +GLOBAL +HIDDEN +9 sh3
  97. .* TLS +GLOBAL +DEFAULT +UND sG2
  98. .* TLS +GLOBAL +DEFAULT +9 sg4
  99. .* TLS +GLOBAL +DEFAULT +9 sg5
  100. .* TLS +GLOBAL +DEFAULT +10 bg5
  101. .* FUNC +GLOBAL +DEFAULT +UND __tls_get_addr
  102. .* TLS +GLOBAL +HIDDEN +9 sh7
  103. .* TLS +GLOBAL +HIDDEN +9 sh8
  104. .* TLS +GLOBAL +DEFAULT +9 sg1
  105. .* FUNC +GLOBAL +DEFAULT +8 _start
  106. .* TLS +GLOBAL +HIDDEN +9 sh4
  107. .* TLS +GLOBAL +DEFAULT +10 bg7
  108. .* TLS +GLOBAL +HIDDEN +9 sh5
  109. .* NOTYPE +GLOBAL +DEFAULT +13 __bss_start
  110. .* TLS +GLOBAL +DEFAULT +UND sG6
  111. .* FUNC +GLOBAL +DEFAULT +8 fn2
  112. .* TLS +GLOBAL +DEFAULT +9 sg2
  113. .* TLS +GLOBAL +DEFAULT +UND sG1
  114. .* TLS +GLOBAL +HIDDEN +9 sh1
  115. .* TLS +GLOBAL +DEFAULT +9 sg6
  116. .* TLS +GLOBAL +DEFAULT +9 sg7
  117. .* NOTYPE +GLOBAL +DEFAULT +13 _edata
  118. .* NOTYPE +GLOBAL +DEFAULT +13 _end
  119. .* TLS +GLOBAL +HIDDEN +9 sh2
  120. .* TLS +GLOBAL +HIDDEN +9 sh6
  121. .* TLS +GLOBAL +DEFAULT +10 bg2
  122. .* TLS +GLOBAL +DEFAULT +10 bg1
  123. .* TLS +GLOBAL +DEFAULT +10 bg4