script_test_14.s 917 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .section .init_array.101,"aw"
  2. .byte 0x01
  3. .section .init_array.103,"aw"
  4. .byte 0x04
  5. .section .init_array,"aw"
  6. .byte 0x00
  7. .section .init_array.0103,"aw"
  8. .byte 0x03
  9. .section .fini_array.101,"aw"
  10. .byte 0xf1
  11. .section .fini_array.103,"aw"
  12. .byte 0xf4
  13. .section .fini_array,"aw"
  14. .byte 0xf0
  15. .section .fini_array.0103,"aw"
  16. .byte 0xf3
  17. .section .ctors.101,"aw"
  18. .byte 0xc1
  19. .section .ctors.103, "aw"
  20. .byte 0xc4
  21. .section .ctors,"aw"
  22. .byte 0xc0
  23. .section .ctors.0103,"aw"
  24. .byte 0xc3
  25. .section .dtors.101,"aw"
  26. .byte 0xd1
  27. .section .dtors.103,"aw"
  28. .byte 0xd4
  29. .section .dtors,"aw"
  30. .byte 0xd0
  31. .section .dtors.0103,"aw"
  32. .byte 0xd3
  33. .section .sec.101,"aw"
  34. .byte 0xa1
  35. .section .sec.103,"aw"
  36. .byte 0xa4
  37. .section .sec,"aw"
  38. .byte 0xa0
  39. .section .sec.0103,"aw"
  40. .byte 0xa3