Home
last modified time | relevance | path

Searched defs:ps_strings (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/sys/
HDexec.h50 struct ps_strings { struct
58 * Address of ps_strings structure (in user space). argument
HDimgact.h65 unsigned long ps_strings; /* PS_STRINGS for BSD/OS binaries */ member
/dragonfly/contrib/gcc-4.7/libgcc/config/i386/
HDdragonfly-unwind.h23 unsigned long ps_strings; in x86_64_sigtramp_range() local
103 unsigned long ps_strings; in x86_sigtramp_range() local
/dragonfly/lib/libc/gen/
HDsetproctitle.c64 static struct ps_strings *ps_strings; in setproctitle() local
/dragonfly/contrib/gcc-8.0/libgcc/config/i386/
HDdragonfly-unwind.h150 unsigned long ps_strings; in x86_sigtramp_range() local
/dragonfly/contrib/gdb-7/gdb/
HDi386dfly-nat.c210 u_long ps_strings; in _initialize_i386dfly_nat() local
HDamd64dfly-nat.c324 long ps_strings; in _initialize_amd64dfly_nat() local
/dragonfly/lib/libkvm/
HDkvm_proc.c788 void (*info)(struct ps_strings *, u_long *, int *)) in kvm_doargv()
794 static u_long ps_strings; in kvm_doargv() local
/dragonfly/sys/platform/vkernel64/x86_64/
HDcpu_regs.c545 exec_setregs(u_long entry, u_long stack, u_long ps_strings) in exec_setregs()
/dragonfly/sys/kern/
HDkern_exec.c92 __read_mostly static u_long ps_strings = PS_STRINGS; variable
/dragonfly/sys/platform/pc64/x86_64/
HDmachdep.c1471 exec_setregs(u_long entry, u_long stack, u_long ps_strings) in exec_setregs()