libclues
Linux C++ Tracing Library
Loading...
Searching...
No Matches
mmap.hxx
1
#pragma once
2
3
// C++
4
#include <cstdint>
5
6
namespace
clues
{
7
8
extern
"C"
{
9
11
struct
mmap_arg_struct
{
12
uint32_t addr;
13
uint32_t len;
14
uint32_t prot;
15
uint32_t flags;
16
uint32_t fd;
17
uint32_t offset;
18
};
19
20
}
// end extern
21
22
}
// end ns
clues
Definition
AutoAttachedTracee.cxx:12
clues::mmap_arg_struct
Old mmap() parameter on 32-bit ABIs like I386.
Definition
mmap.hxx:11
src
clues
private
kernel
mmap.hxx
Generated by
1.13.2