Home | History | Annotate | Download | only in testsuite
      1     .section .init_array.101,"aw"
      2     .byte 0x01
      3 
      4     .section .init_array.103,"aw"
      5     .byte 0x04
      6 
      7     .section .init_array,"aw"
      8     .byte 0x00
      9 
     10     .section .init_array.0103,"aw"
     11     .byte 0x03
     12 
     13     .section .fini_array.101,"aw"
     14     .byte 0xf1
     15 
     16     .section .fini_array.103,"aw"
     17     .byte 0xf4
     18 
     19     .section .fini_array,"aw"
     20     .byte 0xf0
     21 
     22     .section .fini_array.0103,"aw"
     23     .byte 0xf3
     24 
     25     .section .ctors.101,"aw"
     26     .byte 0xc1
     27 
     28     .section .ctors.103, "aw"
     29     .byte 0xc4
     30 
     31     .section .ctors,"aw"
     32     .byte 0xc0
     33 
     34     .section .ctors.0103,"aw"
     35     .byte 0xc3
     36 
     37     .section .dtors.101,"aw"
     38     .byte 0xd1
     39 
     40     .section .dtors.103,"aw"
     41     .byte 0xd4
     42 
     43     .section .dtors,"aw"
     44     .byte 0xd0
     45 
     46     .section .dtors.0103,"aw"
     47     .byte 0xd3
     48 
     49     .section .sec.101,"aw"
     50     .byte 0xa1
     51 
     52     .section .sec.103,"aw"
     53     .byte 0xa4
     54 
     55     .section .sec,"aw"
     56     .byte 0xa0
     57 
     58     .section .sec.0103,"aw"
     59     .byte 0xa3
     60