aboutsummaryrefslogtreecommitdiff
path: root/test/mach-o/Inputs/cstring-sections.yaml
blob: eb227f29f8f50a7f5853c7a316aa8947a378945a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- !mach-o
arch:            x86_64
file-type:       MH_OBJECT
flags:           [ MH_SUBSECTIONS_VIA_SYMBOLS ]
has-UUID:        false
OS:              unknown
sections:
  - segment:         __TEXT
    section:         __objc_methname
    type:            S_CSTRING_LITERALS
    attributes:      [  ]
    address:         0x0000000000000000
    content:         [ 0x61, 0x62, 0x63, 0x00 ]
  - segment:         __TEXT
    section:         __objc_classname
    type:            S_CSTRING_LITERALS
    attributes:      [  ]
    address:         0x0000000000000006
    content:         [ 0x61, 0x62, 0x63, 0x00 ]
  - segment:         __TEXT
    section:         __cstring
    type:            S_CSTRING_LITERALS
    attributes:      [  ]
    address:         0x000000000000000A
    content:         [ 0x61, 0x62, 0x63, 0x00 ]