Searched defs:prctl_mm_map (Results 1 – 2 of 2) sorted by relevance
134 struct prctl_mm_map { struct135 __u64 start_code; /* code section bounds */136 __u64 end_code;137 __u64 start_data; /* data section bounds */138 __u64 end_data;140 __u64 brk;141 __u64 start_stack; /* stack starts at */143 __u64 arg_end;145 __u64 env_end;146 __u64 *auxv; /* auxiliary vector */[all …]
Completed in 5 milliseconds