File: filetype-fileset.yaml

package info (click to toggle)
llvm-toolchain-19 1%3A19.1.7-10.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,999,140 kB
  • sloc: cpp: 6,951,711; ansic: 1,486,157; asm: 913,598; python: 232,024; f90: 80,126; objc: 75,281; lisp: 37,276; pascal: 16,990; sh: 10,033; ml: 5,058; perl: 4,724; awk: 3,523; makefile: 3,252; javascript: 2,504; xml: 892; fortran: 664; cs: 573
file content (18 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# REQUIRES: host-byteorder-little-endian
# RUN: yaml2obj %s \
# RUN:   | llvm-objdump --macho --private-header - 2>&1 \
# RUN:   | FileCheck %s

# CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
# CHECK-NEXT: MH_MAGIC_64 ARM64 ALL 0x00 FILESET 0 0 0x00000000

--- !mach-o
FileHeader:
  magic:           0xFEEDFACF
  cputype:         0x100000C
  cpusubtype:      0x0
  filetype:        0xC
  ncmds:           0
  sizeofcmds:      0
  flags:           0x0
  reserved:        0x0