Home
last modified time | relevance | path

Searched refs:_ps (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Di386obsd-nat.c114 struct _ps_strings _ps; in _initialize_i386obsd_nat() local
120 len = sizeof (_ps); in _initialize_i386obsd_nat()
121 if (sysctl (mib, 2, &_ps, &len, NULL, 0) == 0) in _initialize_i386obsd_nat()
123 i386obsd_sigtramp_start_addr = (CORE_ADDR)_ps.val - 128; in _initialize_i386obsd_nat()
124 i386obsd_sigtramp_end_addr = (CORE_ADDR)_ps.val; in _initialize_i386obsd_nat()
/openbsd/lib/librthread/
H A Drthread_np.c95 static struct _ps_strings _ps; in pthread_stackseg_np() local
109 len = sizeof(_ps); in pthread_stackseg_np()
110 if (sysctl(mib, 2, &_ps, &len, NULL, 0) != 0) in pthread_stackseg_np()
121 sinfo->ss_sp = _ps.val; in pthread_stackseg_np()
123 sinfo->ss_sp = (void *)ROUND_TO_PAGE((uintptr_t)_ps.val); in pthread_stackseg_np()
/openbsd/lib/libc/gen/
H A Dsetproctitle.c66 struct _ps_strings _ps; in setproctitle() local
70 len = sizeof(_ps); in setproctitle()
71 if (sysctl(mib, 2, &_ps, &len, NULL, 0) != 0) in setproctitle()
73 ps = (struct ps_strings *)_ps.val; in setproctitle()
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dsection.texi530 asection **_ps = PS; \
531 asection *_s = *_ps; \
532 *_ps = _s->next; \
534 (ABFD)->section_tail = _ps; \
540 asection **_ps = PS; \
542 _s->next = *_ps; \
543 *_ps = _s; \
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dbfd-in2.h1409 asection **_ps = PS; \
1410 asection *_s = *_ps; \
1411 *_ps = _s->next; \
1413 (ABFD)->section_tail = _ps; \
1419 asection **_ps = PS; \
1421 _s->next = *_ps; \
1422 *_ps = _s; \
/openbsd/sbin/sysctl/
H A Dsysctl.c588 struct _ps_strings _ps; in parse() local
590 size = sizeof(_ps); in parse()
591 if (sysctl(mib, 2, &_ps, &size, NULL, 0) == -1) { in parse()
601 (void)printf("%p\n", _ps.val); in parse()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips-ps-3d.md414 (define_insn "s<code>_ps"
425 (define_insn "s<code>_ps"
/openbsd/regress/usr.bin/bc/
H A Dt17.out404 l�_ps.
/openbsd/regress/usr.bin/dc/
H A Dt19.in404 l�_ps.
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi7578 @item v2sf __builtin_mips_movt_c_@var{cond}_ps (v2sf @var{a}, v2sf @var{b}, v2sf @var{c}, v2sf @var…
7579 @itemx v2sf __builtin_mips_movf_c_@var{cond}_ps (v2sf @var{a}, v2sf @var{b}, v2sf @var{c}, v2sf @va…
7594 @item int __builtin_mips_upper_c_@var{cond}_ps (v2sf @var{a}, v2sf @var{b})
7595 @itemx int __builtin_mips_lower_c_@var{cond}_ps (v2sf @var{a}, v2sf @var{b})
7688 @item int __builtin_mips_upper_cabs_@var{cond}_ps (v2sf @var{a}, v2sf @var{b})
7689 @itemx int __builtin_mips_lower_cabs_@var{cond}_ps (v2sf @var{a}, v2sf @var{b})
7709 @item v2sf __builtin_mips_movt_cabs_@var{cond}_ps (v2sf @var{a}, v2sf @var{b}, v2sf @var{c}, v2sf @…
7725 @item int __builtin_mips_any_c_@var{cond}_ps (v2sf @var{a}, v2sf @var{b})
7726 @itemx int __builtin_mips_all_c_@var{cond}_ps (v2sf @var{a}, v2sf @var{b})
7727 @itemx int __builtin_mips_any_cabs_@var{cond}_ps (v2sf @var{a}, v2sf @var{b})
[all …]