Eric Christopher | 9cad53c | 2013-04-03 18:31:38 +0000 | [diff] [blame] | 1 | RUN: llvm-readobj -s %p/Inputs/trivial.obj.coff-i386 \ |
| 2 | RUN: | FileCheck %s -check-prefix COFF |
| 3 | RUN: llvm-readobj -s %p/Inputs/trivial.obj.elf-i386 \ |
| 4 | RUN: | FileCheck %s -check-prefix ELF |
| 5 | RUN: llvm-readobj -s %p/Inputs/trivial.obj.macho-i386 \ |
Rafael Espindola | 1d532a3 | 2013-04-11 02:52:29 +0000 | [diff] [blame] | 6 | RUN: | FileCheck %s -check-prefix MACHO-I386 |
| 7 | RUN: llvm-readobj -s %p/Inputs/trivial.obj.macho-x86-64 \ |
| 8 | RUN: | FileCheck %s -check-prefix MACHO-X86-64 |
Rafael Espindola | 9b70925 | 2013-04-13 01:45:40 +0000 | [diff] [blame^] | 9 | RUN: llvm-readobj -s %p/Inputs/trivial.obj.macho-ppc \ |
| 10 | RUN: | FileCheck %s -check-prefix MACHO-PPC |
| 11 | RUN: llvm-readobj -s %p/Inputs/trivial.obj.macho-ppc64 \ |
| 12 | RUN: | FileCheck %s -check-prefix MACHO-PPC64 |
Eric Christopher | 9cad53c | 2013-04-03 18:31:38 +0000 | [diff] [blame] | 13 | |
| 14 | COFF: Sections [ |
| 15 | COFF-NEXT: Section { |
| 16 | COFF-NEXT: Number: 1 |
| 17 | COFF-NEXT: Name: .text (2E 74 65 78 74 00 00 00) |
| 18 | COFF-NEXT: VirtualSize: 0x0 |
| 19 | COFF-NEXT: VirtualAddress: 0x0 |
| 20 | COFF-NEXT: RawDataSize: 22 |
| 21 | COFF-NEXT: PointerToRawData: 0x64 |
| 22 | COFF-NEXT: PointerToRelocations: 0x7A |
| 23 | COFF-NEXT: PointerToLineNumbers: 0x0 |
| 24 | COFF-NEXT: RelocationCount: 3 |
| 25 | COFF-NEXT: LineNumberCount: 0 |
| 26 | COFF-NEXT: Characteristics [ (0x60500020) |
| 27 | COFF-NEXT: IMAGE_SCN_ALIGN_16BYTES (0x500000) |
| 28 | COFF-NEXT: IMAGE_SCN_CNT_CODE (0x20) |
| 29 | COFF-NEXT: IMAGE_SCN_MEM_EXECUTE (0x20000000) |
| 30 | COFF-NEXT: IMAGE_SCN_MEM_READ (0x40000000) |
| 31 | COFF-NEXT: ] |
| 32 | COFF-NEXT: } |
| 33 | COFF-NEXT: Section { |
| 34 | COFF-NEXT: Number: 2 |
| 35 | COFF-NEXT: Name: .data (2E 64 61 74 61 00 00 00) |
| 36 | COFF-NEXT: VirtualSize: 0x0 |
| 37 | COFF-NEXT: VirtualAddress: 0x0 |
| 38 | COFF-NEXT: RawDataSize: 13 |
| 39 | COFF-NEXT: PointerToRawData: 0x98 |
| 40 | COFF-NEXT: PointerToRelocations: 0x0 |
| 41 | COFF-NEXT: PointerToLineNumbers: 0x0 |
| 42 | COFF-NEXT: RelocationCount: 0 |
| 43 | COFF-NEXT: LineNumberCount: 0 |
| 44 | COFF-NEXT: Characteristics [ (0xC0300040) |
| 45 | COFF-NEXT: IMAGE_SCN_ALIGN_4BYTES (0x300000) |
| 46 | COFF-NEXT: IMAGE_SCN_CNT_INITIALIZED_DATA (0x40) |
| 47 | COFF-NEXT: IMAGE_SCN_MEM_READ (0x40000000) |
| 48 | COFF-NEXT: IMAGE_SCN_MEM_WRITE (0x80000000) |
| 49 | COFF-NEXT: ] |
| 50 | COFF-NEXT: } |
| 51 | COFF-NEXT: ] |
| 52 | |
| 53 | ELF: Sections [ |
| 54 | ELF-NEXT: Section { |
| 55 | ELF-NEXT: Index: 0 |
| 56 | ELF-NEXT: Name: (0) |
| 57 | ELF-NEXT: Type: SHT_NULL (0x0) |
| 58 | ELF-NEXT: Flags [ (0x0) |
| 59 | ELF-NEXT: ] |
| 60 | ELF-NEXT: Address: 0x0 |
| 61 | ELF-NEXT: Offset: 0x0 |
| 62 | ELF-NEXT: Size: 0 |
| 63 | ELF-NEXT: Link: 0 |
| 64 | ELF-NEXT: Info: 0 |
| 65 | ELF-NEXT: AddressAlignment: 0 |
| 66 | ELF-NEXT: EntrySize: 0 |
| 67 | ELF-NEXT: } |
| 68 | ELF-NEXT: Section { |
| 69 | ELF-NEXT: Index: 1 |
| 70 | ELF-NEXT: Name: .text (5) |
| 71 | ELF-NEXT: Type: SHT_PROGBITS (0x1) |
| 72 | ELF-NEXT: Flags [ (0x6) |
| 73 | ELF-NEXT: SHF_ALLOC (0x2) |
| 74 | ELF-NEXT: SHF_EXECINSTR (0x4) |
| 75 | ELF-NEXT: ] |
| 76 | ELF-NEXT: Address: 0x0 |
| 77 | ELF-NEXT: Offset: 0x40 |
| 78 | ELF-NEXT: Size: 42 |
| 79 | ELF-NEXT: Link: 0 |
| 80 | ELF-NEXT: Info: 0 |
| 81 | ELF-NEXT: AddressAlignment: 16 |
| 82 | ELF-NEXT: EntrySize: 0 |
| 83 | ELF-NEXT: } |
| 84 | |
Rafael Espindola | 1d532a3 | 2013-04-11 02:52:29 +0000 | [diff] [blame] | 85 | MACHO-I386: Sections [ |
| 86 | MACHO-I386-NEXT: Section { |
| 87 | MACHO-I386-NEXT: Index: 0 |
| 88 | MACHO-I386-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00) |
| 89 | MACHO-I386-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) |
| 90 | MACHO-I386-NEXT: Address: 0x0 |
| 91 | MACHO-I386-NEXT: Size: 0x22 |
| 92 | MACHO-I386-NEXT: Offset: 324 |
| 93 | MACHO-I386-NEXT: Alignment: 4 |
| 94 | MACHO-I386-NEXT: RelocationOffset: 0x174 |
| 95 | MACHO-I386-NEXT: RelocationCount: 4 |
| 96 | MACHO-I386-NEXT: Type: 0x0 |
| 97 | MACHO-I386-NEXT: Attributes [ (0x800004) |
| 98 | MACHO-I386-NEXT: PureInstructions (0x800000) |
| 99 | MACHO-I386-NEXT: SomeInstructions (0x4) |
| 100 | MACHO-I386-NEXT: ] |
| 101 | MACHO-I386-NEXT: Reserved1: 0x0 |
| 102 | MACHO-I386-NEXT: Reserved2: 0x0 |
| 103 | MACHO-I386-NEXT: } |
| 104 | MACHO-I386-NEXT: Section { |
| 105 | MACHO-I386-NEXT: Index: 1 |
| 106 | MACHO-I386-NEXT: Name: __cstring (5F 5F 63 73 74 72 69 6E 67 00 00 00 00 00 00 00) |
| 107 | MACHO-I386-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) |
| 108 | MACHO-I386-NEXT: Address: 0x22 |
| 109 | MACHO-I386-NEXT: Size: 0xD |
| 110 | MACHO-I386-NEXT: Offset: 358 |
| 111 | MACHO-I386-NEXT: Alignment: 0 |
| 112 | MACHO-I386-NEXT: RelocationOffset: 0x0 |
| 113 | MACHO-I386-NEXT: RelocationCount: 0 |
| 114 | MACHO-I386-NEXT: Type: ExtReloc (0x2) |
| 115 | MACHO-I386-NEXT: Attributes [ (0x0) |
| 116 | MACHO-I386-NEXT: ] |
| 117 | MACHO-I386-NEXT: Reserved1: 0x0 |
| 118 | MACHO-I386-NEXT: Reserved2: 0x0 |
| 119 | MACHO-I386-NEXT: } |
| 120 | |
| 121 | |
| 122 | MACHO-X86-64: Sections [ |
| 123 | MACHO-X86-64-NEXT: Section { |
| 124 | MACHO-X86-64-NEXT: Index: 0 |
| 125 | MACHO-X86-64-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00) |
| 126 | MACHO-X86-64-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) |
| 127 | MACHO-X86-64-NEXT: Address: 0x0 |
| 128 | MACHO-X86-64-NEXT: Size: 0x16 |
| 129 | MACHO-X86-64-NEXT: Offset: 368 |
| 130 | MACHO-X86-64-NEXT: Alignment: 4 |
| 131 | MACHO-X86-64-NEXT: RelocationOffset: 0x194 |
| 132 | MACHO-X86-64-NEXT: RelocationCount: 3 |
| 133 | MACHO-X86-64-NEXT: Type: 0x0 |
| 134 | MACHO-X86-64-NEXT: Attributes [ (0x800004) |
| 135 | MACHO-X86-64-NEXT: PureInstructions (0x800000) |
| 136 | MACHO-X86-64-NEXT: SomeInstructions (0x4) |
| 137 | MACHO-X86-64-NEXT: ] |
| 138 | MACHO-X86-64-NEXT: Reserved1: 0x0 |
| 139 | MACHO-X86-64-NEXT: Reserved2: 0x0 |
| 140 | MACHO-X86-64-NEXT: } |
| 141 | MACHO-X86-64-NEXT: Section { |
| 142 | MACHO-X86-64-NEXT: Index: 1 |
| 143 | MACHO-X86-64-NEXT: Name: __cstring (5F 5F 63 73 74 72 69 6E 67 00 00 00 00 00 00 00) |
| 144 | MACHO-X86-64-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) |
| 145 | MACHO-X86-64-NEXT: Address: 0x16 |
| 146 | MACHO-X86-64-NEXT: Size: 0xD |
| 147 | MACHO-X86-64-NEXT: Offset: 390 |
| 148 | MACHO-X86-64-NEXT: Alignment: 0 |
| 149 | MACHO-X86-64-NEXT: RelocationOffset: 0x0 |
| 150 | MACHO-X86-64-NEXT: RelocationCount: 0 |
| 151 | MACHO-X86-64-NEXT: Type: ExtReloc (0x2) |
| 152 | MACHO-X86-64-NEXT: Attributes [ (0x0) |
| 153 | MACHO-X86-64-NEXT: ] |
| 154 | MACHO-X86-64-NEXT: Reserved1: 0x0 |
| 155 | MACHO-X86-64-NEXT: Reserved2: 0x0 |
| 156 | MACHO-X86-64-NEXT: } |
| 157 | MACHO-X86-64-NEXT:] |
Rafael Espindola | 9b70925 | 2013-04-13 01:45:40 +0000 | [diff] [blame^] | 158 | |
| 159 | MACHO-PPC: Sections [ |
| 160 | MACHO-PPC-NEXT: Section { |
| 161 | MACHO-PPC-NEXT: Index: 0 |
| 162 | MACHO-PPC-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00) |
| 163 | MACHO-PPC-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) |
| 164 | MACHO-PPC-NEXT: Address: 0x0 |
| 165 | MACHO-PPC-NEXT: Size: 0x3C |
| 166 | MACHO-PPC-NEXT: Offset: 528 |
| 167 | MACHO-PPC-NEXT: Alignment: 2 |
| 168 | MACHO-PPC-NEXT: RelocationOffset: 0x27C |
| 169 | MACHO-PPC-NEXT: RelocationCount: 5 |
| 170 | MACHO-PPC-NEXT: Type: 0x0 |
| 171 | MACHO-PPC-NEXT: Attributes [ (0x800004) |
| 172 | MACHO-PPC-NEXT: PureInstructions (0x800000) |
| 173 | MACHO-PPC-NEXT: SomeInstructions (0x4) |
| 174 | MACHO-PPC-NEXT: ] |
| 175 | MACHO-PPC-NEXT: Reserved1: 0x0 |
| 176 | MACHO-PPC-NEXT: Reserved2: 0x0 |
| 177 | MACHO-PPC-NEXT: } |
| 178 | MACHO-PPC-NEXT: Section { |
| 179 | MACHO-PPC-NEXT: Index: 1 |
| 180 | MACHO-PPC-NEXT: Name: __picsymbolstub1 (5F 5F 70 69 63 73 79 6D 62 6F 6C 73 74 75 62 31) |
| 181 | MACHO-PPC-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) |
| 182 | MACHO-PPC-NEXT: Address: 0x40 |
| 183 | MACHO-PPC-NEXT: Size: 0x20 |
| 184 | MACHO-PPC-NEXT: Offset: 592 |
| 185 | MACHO-PPC-NEXT: Alignment: 5 |
| 186 | MACHO-PPC-NEXT: RelocationOffset: 0x2A4 |
| 187 | MACHO-PPC-NEXT: RelocationCount: 4 |
| 188 | MACHO-PPC-NEXT: Type: 0x8 |
| 189 | MACHO-PPC-NEXT: Attributes [ (0x800004) |
| 190 | MACHO-PPC-NEXT: PureInstructions (0x800000) |
| 191 | MACHO-PPC-NEXT: SomeInstructions (0x4) |
| 192 | MACHO-PPC-NEXT: ] |
| 193 | MACHO-PPC-NEXT: Reserved1: 0x0 |
| 194 | MACHO-PPC-NEXT: Reserved2: 0x20 |
| 195 | MACHO-PPC-NEXT: } |
| 196 | MACHO-PPC-NEXT: Section { |
| 197 | MACHO-PPC-NEXT: Index: 2 |
| 198 | MACHO-PPC-NEXT: Name: __data (5F 5F 64 61 74 61 00 00 00 00 00 00 00 00 00 00) |
| 199 | MACHO-PPC-NEXT: Segment: __DATA (5F 5F 44 41 54 41 00 00 00 00 00 00 00 00 00 00) |
| 200 | MACHO-PPC-NEXT: Address: 0x60 |
| 201 | MACHO-PPC-NEXT: Size: 0x4 |
| 202 | MACHO-PPC-NEXT: Offset: 624 |
| 203 | MACHO-PPC-NEXT: Alignment: 2 |
| 204 | MACHO-PPC-NEXT: RelocationOffset: 0x0 |
| 205 | MACHO-PPC-NEXT: RelocationCount: 0 |
| 206 | MACHO-PPC-NEXT: Type: 0x0 |
| 207 | MACHO-PPC-NEXT: Attributes [ (0x0) |
| 208 | MACHO-PPC-NEXT: ] |
| 209 | MACHO-PPC-NEXT: Reserved1: 0x0 |
| 210 | MACHO-PPC-NEXT: Reserved2: 0x0 |
| 211 | MACHO-PPC-NEXT: } |
| 212 | MACHO-PPC-NEXT: Section { |
| 213 | MACHO-PPC-NEXT: Index: 3 |
| 214 | MACHO-PPC-NEXT: Name: __nl_symbol_ptr (5F 5F 6E 6C 5F 73 79 6D 62 6F 6C 5F 70 74 72 00) |
| 215 | MACHO-PPC-NEXT: Segment: __DATA (5F 5F 44 41 54 41 00 00 00 00 00 00 00 00 00 00) |
| 216 | MACHO-PPC-NEXT: Address: 0x64 |
| 217 | MACHO-PPC-NEXT: Size: 0x4 |
| 218 | MACHO-PPC-NEXT: Offset: 628 |
| 219 | MACHO-PPC-NEXT: Alignment: 2 |
| 220 | MACHO-PPC-NEXT: RelocationOffset: 0x0 |
| 221 | MACHO-PPC-NEXT: RelocationCount: 0 |
| 222 | MACHO-PPC-NEXT: Type: 0x6 |
| 223 | MACHO-PPC-NEXT: Attributes [ (0x0) |
| 224 | MACHO-PPC-NEXT: ] |
| 225 | MACHO-PPC-NEXT: Reserved1: 0x1 |
| 226 | MACHO-PPC-NEXT: Reserved2: 0x0 |
| 227 | MACHO-PPC-NEXT: } |
| 228 | MACHO-PPC-NEXT: Section { |
| 229 | MACHO-PPC-NEXT: Index: 4 |
| 230 | MACHO-PPC-NEXT: Name: __la_symbol_ptr (5F 5F 6C 61 5F 73 79 6D 62 6F 6C 5F 70 74 72 00) |
| 231 | MACHO-PPC-NEXT: Segment: __DATA (5F 5F 44 41 54 41 00 00 00 00 00 00 00 00 00 00) |
| 232 | MACHO-PPC-NEXT: Address: 0x68 |
| 233 | MACHO-PPC-NEXT: Size: 0x4 |
| 234 | MACHO-PPC-NEXT: Offset: 632 |
| 235 | MACHO-PPC-NEXT: Alignment: 2 |
| 236 | MACHO-PPC-NEXT: RelocationOffset: 0x2C4 |
| 237 | MACHO-PPC-NEXT: RelocationCount: 1 |
| 238 | MACHO-PPC-NEXT: Type: 0x7 |
| 239 | MACHO-PPC-NEXT: Attributes [ (0x0) |
| 240 | MACHO-PPC-NEXT: ] |
| 241 | MACHO-PPC-NEXT: Reserved1: 0x2 |
| 242 | MACHO-PPC-NEXT: Reserved2: 0x0 |
| 243 | MACHO-PPC-NEXT: } |
| 244 | MACHO-PPC-NEXT: ] |
| 245 | |
| 246 | MACHO-PPC64: Sections [ |
| 247 | MACHO-PPC64-NEXT: Section { |
| 248 | MACHO-PPC64-NEXT: Index: 0 |
| 249 | MACHO-PPC64-NEXT: Name: __text (5F 5F 74 65 78 74 00 00 00 00 00 00 00 00 00 00) |
| 250 | MACHO-PPC64-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) |
| 251 | MACHO-PPC64-NEXT: Address: 0x0 |
| 252 | MACHO-PPC64-NEXT: Size: 0x3C |
| 253 | MACHO-PPC64-NEXT: Offset: 608 |
| 254 | MACHO-PPC64-NEXT: Alignment: 2 |
| 255 | MACHO-PPC64-NEXT: RelocationOffset: 0x2D4 |
| 256 | MACHO-PPC64-NEXT: RelocationCount: 5 |
| 257 | MACHO-PPC64-NEXT: Type: 0x0 |
| 258 | MACHO-PPC64-NEXT: Attributes [ (0x800004) |
| 259 | MACHO-PPC64-NEXT: PureInstructions (0x800000) |
| 260 | MACHO-PPC64-NEXT: SomeInstructions (0x4) |
| 261 | MACHO-PPC64-NEXT: ] |
| 262 | MACHO-PPC64-NEXT: Reserved1: 0x0 |
| 263 | MACHO-PPC64-NEXT: Reserved2: 0x0 |
| 264 | MACHO-PPC64-NEXT: } |
| 265 | MACHO-PPC64-NEXT: Section { |
| 266 | MACHO-PPC64-NEXT: Index: 1 |
| 267 | MACHO-PPC64-NEXT: Name: __picsymbolstub1 (5F 5F 70 69 63 73 79 6D 62 6F 6C 73 74 75 62 31) |
| 268 | MACHO-PPC64-NEXT: Segment: __TEXT (5F 5F 54 45 58 54 00 00 00 00 00 00 00 00 00 00) |
| 269 | MACHO-PPC64-NEXT: Address: 0x40 |
| 270 | MACHO-PPC64-NEXT: Size: 0x20 |
| 271 | MACHO-PPC64-NEXT: Offset: 672 |
| 272 | MACHO-PPC64-NEXT: Alignment: 5 |
| 273 | MACHO-PPC64-NEXT: RelocationOffset: 0x2FC |
| 274 | MACHO-PPC64-NEXT: RelocationCount: 4 |
| 275 | MACHO-PPC64-NEXT: Type: 0x8 |
| 276 | MACHO-PPC64-NEXT: Attributes [ (0x800004) |
| 277 | MACHO-PPC64-NEXT: PureInstructions (0x800000) |
| 278 | MACHO-PPC64-NEXT: SomeInstructions (0x4) |
| 279 | MACHO-PPC64-NEXT: ] |
| 280 | MACHO-PPC64-NEXT: Reserved1: 0x0 |
| 281 | MACHO-PPC64-NEXT: Reserved2: 0x20 |
| 282 | MACHO-PPC64-NEXT: } |
| 283 | MACHO-PPC64-NEXT: Section { |
| 284 | MACHO-PPC64-NEXT: Index: 2 |
| 285 | MACHO-PPC64-NEXT: Name: __data (5F 5F 64 61 74 61 00 00 00 00 00 00 00 00 00 00) |
| 286 | MACHO-PPC64-NEXT: Segment: __DATA (5F 5F 44 41 54 41 00 00 00 00 00 00 00 00 00 00) |
| 287 | MACHO-PPC64-NEXT: Address: 0x60 |
| 288 | MACHO-PPC64-NEXT: Size: 0x4 |
| 289 | MACHO-PPC64-NEXT: Offset: 704 |
| 290 | MACHO-PPC64-NEXT: Alignment: 2 |
| 291 | MACHO-PPC64-NEXT: RelocationOffset: 0x0 |
| 292 | MACHO-PPC64-NEXT: RelocationCount: 0 |
| 293 | MACHO-PPC64-NEXT: Type: 0x0 |
| 294 | MACHO-PPC64-NEXT: Attributes [ (0x0) |
| 295 | MACHO-PPC64-NEXT: ] |
| 296 | MACHO-PPC64-NEXT: Reserved1: 0x0 |
| 297 | MACHO-PPC64-NEXT: Reserved2: 0x0 |
| 298 | MACHO-PPC64-NEXT: } |
| 299 | MACHO-PPC64-NEXT: Section { |
| 300 | MACHO-PPC64-NEXT: Index: 3 |
| 301 | MACHO-PPC64-NEXT: Name: __nl_symbol_ptr (5F 5F 6E 6C 5F 73 79 6D 62 6F 6C 5F 70 74 72 00) |
| 302 | MACHO-PPC64-NEXT: Segment: __DATA (5F 5F 44 41 54 41 00 00 00 00 00 00 00 00 00 00) |
| 303 | MACHO-PPC64-NEXT: Address: 0x64 |
| 304 | MACHO-PPC64-NEXT: Size: 0x8 |
| 305 | MACHO-PPC64-NEXT: Offset: 708 |
| 306 | MACHO-PPC64-NEXT: Alignment: 2 |
| 307 | MACHO-PPC64-NEXT: RelocationOffset: 0x0 |
| 308 | MACHO-PPC64-NEXT: RelocationCount: 0 |
| 309 | MACHO-PPC64-NEXT: Type: 0x6 |
| 310 | MACHO-PPC64-NEXT: Attributes [ (0x0) |
| 311 | MACHO-PPC64-NEXT: ] |
| 312 | MACHO-PPC64-NEXT: Reserved1: 0x1 |
| 313 | MACHO-PPC64-NEXT: Reserved2: 0x0 |
| 314 | MACHO-PPC64-NEXT: } |
| 315 | MACHO-PPC64-NEXT: Section { |
| 316 | MACHO-PPC64-NEXT: Index: 4 |
| 317 | MACHO-PPC64-NEXT: Name: __la_symbol_ptr (5F 5F 6C 61 5F 73 79 6D 62 6F 6C 5F 70 74 72 00) |
| 318 | MACHO-PPC64-NEXT: Segment: __DATA (5F 5F 44 41 54 41 00 00 00 00 00 00 00 00 00 00) |
| 319 | MACHO-PPC64-NEXT: Address: 0x6C |
| 320 | MACHO-PPC64-NEXT: Size: 0x8 |
| 321 | MACHO-PPC64-NEXT: Offset: 716 |
| 322 | MACHO-PPC64-NEXT: Alignment: 2 |
| 323 | MACHO-PPC64-NEXT: RelocationOffset: 0x31C |
| 324 | MACHO-PPC64-NEXT: RelocationCount: 1 |
| 325 | MACHO-PPC64-NEXT: Type: 0x7 |
| 326 | MACHO-PPC64-NEXT: Attributes [ (0x0) |
| 327 | MACHO-PPC64-NEXT: ] |
| 328 | MACHO-PPC64-NEXT: Reserved1: 0x2 |
| 329 | MACHO-PPC64-NEXT: Reserved2: 0x0 |
| 330 | MACHO-PPC64-NEXT: } |
| 331 | MACHO-PPC64-NEXT: ] |