aix-tls-section-32.d 432 B

123456789101112131415
  1. #source: aix-tls-section.s
  2. #as: -a32
  3. #ld: -b32 -shared -bE:aix-tls-section.ex
  4. #objdump: -hw
  5. #target: [is_xcoff_format]
  6. .*
  7. Sections:
  8. .*
  9. 0 \.text .* .* .* .* .* ALLOC, LOAD, CODE
  10. 1 \.tdata 00000008 ffff8800 ffff8800 .* .* CONTENTS, ALLOC, LOAD, DATA, THREAD_LOCAL
  11. 2 \.tbss 00000008 ffff8808 ffff8808 .* .* ALLOC, THREAD_LOCAL
  12. 3 \.data .* .* .* .* .* ALLOC, LOAD, DATA
  13. #...