From d8004ff2dc60902bdee1eea0ccc4ffaa04dc1e45 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 17 Nov 2018 15:35:47 -0800 Subject: pkg/compiler: add vma64 type 8-byte vma is needed in several places in linux descriptions. --- docs/syscall_descriptions_syntax.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/syscall_descriptions_syntax.md b/docs/syscall_descriptions_syntax.md index a3ac4f9c9..8ed95c261 100644 --- a/docs/syscall_descriptions_syntax.md +++ b/docs/syscall_descriptions_syntax.md @@ -52,8 +52,9 @@ rest of the type-options are type-specific: argname of the object "bitsize": similar to "len", but always denotes the size in bits, type-options: argname of the object -"vma": a pointer to a set of pages (used as input for mmap/munmap/mremap/madvise), type-options: +"vma"/"vma64": a pointer to a set of pages (used as input for mmap/munmap/mremap/madvise), type-options: optional number of pages (e.g. vma[7]), or a range of pages (e.g. vma[2-4]) + vma64 has size of 8 bytes regardless of target pointer size "proc": per process int (see description below), type-options: value range start, how many values per process, underlying type "text": machine code of the specified type, type-options: -- cgit mrf-deployment