FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
exec_map_stack
sys/i386/linux/imgact_linux.c
213
error = exec_map_stack(imgp);
sys/kern/imgact_aout.c
346
error = exec_map_stack(imgp);
sys/kern/imgact_elf.c
1407
error = exec_map_stack(imgp);
sys/sys/imgact.h
118
int exec_map_stack(struct image_params *);