diff options
| author | Jouni Hogander <jouni.hogander@unikie.com> | 2019-12-09 13:56:27 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-17 11:10:52 +0100 |
| commit | 2b31345f36a04f232a5f698a6dc19e8123f204ab (patch) | |
| tree | 3c4d3682fed0e4178bbadec10b097769ea099647 /executor/defs.h | |
| parent | 24856513b213e1440ce87fafb7ed629c10b87c20 (diff) | |
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
Diffstat (limited to 'executor/defs.h')
| -rw-r--r-- | executor/defs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/executor/defs.h b/executor/defs.h index dccd41449..b3d74e08a 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -108,6 +108,16 @@ #define SYZ_DATA_OFFSET 536870912 #endif +#if GOARCH_mips64le +#define GOARCH "mips64le" +#define SYZ_REVISION "b8ab48e10bccfe31cbe27a8bf8cfd2cd8a659d60" +#define SYZ_EXECUTOR_USES_FORK_SERVER 1 +#define SYZ_EXECUTOR_USES_SHMEM 1 +#define SYZ_PAGE_SIZE 4096 +#define SYZ_NUM_PAGES 4096 +#define SYZ_DATA_OFFSET 536870912 +#endif + #if GOARCH_ppc64le #define GOARCH "ppc64le" #define SYZ_REVISION "15c2fde38843e35c2c4639824f84d353ed67955e" |
