blob: 54b6752e0c96ac9fbb00230954239b9ce76b61ba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
%YAML 1.1
# $Id: xscn-2.yaml 2053 2011-10-26 11:50:18Z jkoshy $
---
#
# This file is used for tests requiring a well-formed ELF file that
# uses extended section numbering.
#
ehdr: !Ehdr
e_ident: !Ident
ei_class: ELFCLASSNONE
ei_data: ELFDATANONE
e_type: ET_REL
sections:
- !Section
sh_type: SHT_NULL
- !Section
sh_type: SHT_STRTAB
sh_index: 65537
sh_name: .shstrtab
sh_data:
- .shstrtab
|