Home
last modified time | relevance | path

Searched defs:prctl_mm_map (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/include/uapi/linux/
Dprctl.h134 struct prctl_mm_map { struct
135 __u64 start_code; /* code section bounds */
136 __u64 end_code;
137 __u64 start_data; /* data section bounds */
138 __u64 end_data;
139 __u64 start_brk; /* heap for brk() syscall */
140 __u64 brk;
141 __u64 start_stack; /* stack starts at */
142 __u64 arg_start; /* command line arguments bounds */
143 __u64 arg_end;
[all …]
/linux-6.1.9/include/uapi/linux/
Dprctl.h134 struct prctl_mm_map { struct
135 __u64 start_code; /* code section bounds */
136 __u64 end_code;
137 __u64 start_data; /* data section bounds */
138 __u64 end_data;
139 __u64 start_brk; /* heap for brk() syscall */
140 __u64 brk;
141 __u64 start_stack; /* stack starts at */
142 __u64 arg_start; /* command line arguments bounds */
143 __u64 arg_end;
[all …]