diff options
Diffstat (limited to 'test/libelf/tset/common/ehdr.yaml')
-rw-r--r-- | test/libelf/tset/common/ehdr.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/libelf/tset/common/ehdr.yaml b/test/libelf/tset/common/ehdr.yaml new file mode 100644 index 0000000000000..cf4edf9da6153 --- /dev/null +++ b/test/libelf/tset/common/ehdr.yaml @@ -0,0 +1,23 @@ +%YAML 1.1 +# $Id: ehdr.yaml 2053 2011-10-26 11:50:18Z jkoshy $ +--- +ehdr: !Ehdr + e_ident: !Ident # e_ident[] members + ei_class: ELFCLASSNONE + ei_data: ELFDATANONE + ei_osabi: ELFOSABI_FREEBSD + ei_abiversion: 1 + # other members + e_type: ET_REL + e_machine: 0x42 + e_version: EV_CURRENT + e_entry: 0xF0F0F0F0 + e_phoff: 0x0E0E0E0E + e_shoff: 0xD0D0D0D0 + e_flags: [ 64, 8, 2, 1] + e_ehsize: 0x0A0A + e_phentsize: 0xB0B0 + e_phnum: 0x0C0C + e_shentsize: 0xD0D0 + e_shnum: 0x0E0E + e_shstrndx: 0xF0F0 |