bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-objcopy/COFF/Inputs/no-symbol-table.yaml
2025-02-14 19:21:04 +01:00

17 lines
494 B
YAML

--- !COFF
header:
Machine: IMAGE_FILE_MACHINE_AMD64
Characteristics: []
sections:
- Name: .text
Characteristics: []
# We define a symbol here and override the symbol table pointer in the test to
# get an object with symbols but without a symbol table.
symbols:
- Name: .text
Value: 0
SectionNumber: 1
SimpleType: IMAGE_SYM_TYPE_NULL
ComplexType: IMAGE_SYM_DTYPE_NULL
StorageClass: IMAGE_SYM_CLASS_STATIC
...