File: elf-empty-s390

package info (click to toggle)
libkdumpfile 0.5.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,156 kB
  • sloc: ansic: 36,541; sh: 4,219; python: 1,569; makefile: 812
file content (20 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/sh

#
# elf-empty-s390
#
# Create an empty dump file and verify meta-attributes.
#

arch=s390
byte_order=0
ptr_size=4
page_shift=12
page_size=4096
pteval_spec="number: 4"

ei_class=1
ei_data=2
e_machine=22

. "$srcdir"/elf-empty