From 2b31345f36a04f232a5f698a6dc19e8123f204ab Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Mon, 9 Dec 2019 13:56:27 +0200 Subject: Autogenerated files for linux/mips64le This patch adds all autogenerated files for linux/mips64le. Files are generated by following commands: make extract bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux make generate --- sys/linux/binfmt_mips64le.const | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 sys/linux/binfmt_mips64le.const (limited to 'sys/linux/binfmt_mips64le.const') diff --git a/sys/linux/binfmt_mips64le.const b/sys/linux/binfmt_mips64le.const new file mode 100644 index 000000000..79cf880cf --- /dev/null +++ b/sys/linux/binfmt_mips64le.const @@ -0,0 +1,25 @@ +# AUTOGENERATED FILE +ELF32_PHDR_SIZE = 32 +ELF64_PHDR_SIZE = 56 +EM_386 = 3 +EM_486 = 6 +EM_X86_64 = 62 +ET_DYN = 3 +ET_EXEC = 2 +NMAGIC = 264 +OMAGIC = 263 +PT_DYNAMIC = 2 +PT_GNU_STACK = 1685382481 +PT_INTERP = 3 +PT_LOAD = 1 +PT_LOOS = 1610612736 +PT_LOPROC = 1879048192 +PT_NOTE = 4 +PT_PHDR = 6 +PT_SHLIB = 5 +PT_TLS = 7 +QMAGIC = 204 +ZMAGIC = 267 +__NR_execve = 5057 +__NR_execveat = 5316 +__NR_write = 5001 -- cgit mrf-deployment