File: elf-empty-x86_64

package info (click to toggle)
libkdumpfile 0.5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,800 kB
  • sloc: ansic: 34,639; sh: 3,853; python: 1,490; makefile: 755
file content (20 lines) | stat: -rwxr-xr-x 241 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-x86_64
#
# Create an empty dump file and verify meta-attributes.
#

arch=x86_64
byte_order=1
ptr_size=8
page_shift=12
page_size=4096
pteval_spec="number: 8"

ei_class=2
ei_data=1
e_machine=62

. "$srcdir"/elf-empty