Home
last modified time | relevance | path

Searched refs:ph (Results 1 – 25 of 67) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dmemmem.c14 register const char *ph; in memmem() local
24 ph = (const char *) haystack; in memmem()
26 plast = ph + (haystacklen - needlelen); in memmem()
30 while (ph[n] == pn[n]) { in memmem()
32 return (void *) ph; in memmem()
35 } while (++ph <= plast); in memmem()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_ta_map_lwp2thr.c46 err = td_lookup (ta->ph, SYM_TH_UNIQUE_CONST_THREAD_AREA, &howto); in td_ta_map_lwp2thr()
49 err = ps_pdread (ta->ph, howto, in td_ta_map_lwp2thr()
64 err = td_lookup (ta->ph, SYM_TH_UNIQUE_REGISTER64, &howto); in td_ta_map_lwp2thr()
69 err = td_lookup (ta->ph, in td_ta_map_lwp2thr()
78 err = td_lookup (ta->ph, SYM_TH_UNIQUE_REGISTER32, &howto); in td_ta_map_lwp2thr()
83 err = td_lookup (ta->ph, in td_ta_map_lwp2thr()
100 err = ps_pdread (ta->ph, howto, in td_ta_map_lwp2thr()
128 if (ps_lgetregs (ta->ph, lwpid, regs) != PS_OK) in td_ta_map_lwp2thr()
146 if (ps_get_thread_area (ta->ph, lwpid, in td_ta_map_lwp2thr()
157 if (ps_lgetregs (ta->ph, lwpid, regs) != PS_OK) in td_ta_map_lwp2thr()
[all …]
A Dfetch-value.c29 ps_err_e err = td_lookup (ta->ph, sizep_name, &descptr); in _td_check_sizeof()
33 err = ps_pdread (ta->ph, descptr, sizep, sizeof *sizep); in _td_check_sizeof()
57 err = ps_pdread (ta->ph, descptr, desc, DB_SIZEOF_DESC); in _td_locate_field()
99 err = ps_pdread (ta->ph, address, &value, sizeof value); in _td_fetch_value()
105 err = ps_pdread (ta->ph, address, &value, sizeof value); in _td_fetch_value()
113 err = ps_pdread (ta->ph, address, &value, sizeof value); in _td_fetch_value()
119 err = ps_pdread (ta->ph, address, &value, sizeof value); in _td_fetch_value()
128 err = ps_pdread (ta->ph, address, &value, sizeof value); in _td_fetch_value()
152 err = ps_pdwrite (ta->ph, address, &value, sizeof value); in _td_store_value()
157 err = ps_pdwrite (ta->ph, address, &value, sizeof value); in _td_store_value()
[all …]
A Dtd_ta_get_ph.c24 td_ta_get_ph (const td_thragent_t *ta, struct ps_prochandle **ph) in td_ta_get_ph() argument
32 *ph = ta->ph; in td_ta_get_ph()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/
A Dtd_thr_getfpregs.c33 pid_t pid = ps_getpid (th->th_ta_p->ph); in td_thr_getfpregs()
34 if (ps_lgetfpregs (th->th_ta_p->ph, pid, regset) != PS_OK) in td_thr_getfpregs()
40 if (ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, in td_thr_getfpregs()
50 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_getfpregs()
52 if (ps_lgetfpregs (th->th_ta_p->ph, pid, regset) != PS_OK) in td_thr_getfpregs()
A Dtd_thr_getgregs.c33 pid_t pid = ps_getpid (th->th_ta_p->ph); in td_thr_getgregs()
34 if (ps_lgetregs (th->th_ta_p->ph, pid, gregs) != PS_OK) in td_thr_getgregs()
40 if (ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, in td_thr_getgregs()
50 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_getgregs()
52 if (ps_lgetregs (th->th_ta_p->ph, pid, gregs) != PS_OK) in td_thr_getgregs()
A Dtd_ta_event_getmsg.c41 if (ps_pdread (ta->ph, ta->pthread_last_event, in td_ta_event_getmsg()
50 if (ps_pdread (ta->ph, in td_ta_event_getmsg()
66 if (ps_pdread (ta->ph, ta->pthread_handles_num, &num, sizeof (int)) in td_ta_event_getmsg()
71 if (ps_pdread (ta->ph, ta->handles, handles, in td_ta_event_getmsg()
89 if (ps_pdread (ta->ph, in td_ta_event_getmsg()
120 if (ps_pdwrite (ta->ph, in td_ta_event_getmsg()
A Dtd_ta_map_lwp2thr.c43 if (ps_pdread (ta->ph, ta->handles, phc, in td_ta_map_lwp2thr()
50 if (ps_pdread (ta->ph, ta->pthread_handles_num, &num, sizeof (int)) != PS_OK) in td_ta_map_lwp2thr()
66 if (ps_pdread (ta->ph, phc[cnt].h_descr, &pds, sizeof_descr) != PS_OK) in td_ta_map_lwp2thr()
69 if ((pds.p_pid ?: ps_getpid (ta->ph)) == lwpid) in td_ta_map_lwp2thr()
A Dtd_ta_get_ph.c24 td_ta_get_ph (const td_thragent_t *ta, struct ps_prochandle **ph) in td_ta_get_ph() argument
32 *ph = ta->ph; in td_ta_get_ph()
A Dtd_thr_event_enable.c35 if (td_lookup (th->th_ta_p->ph, LINUXTHREADS_INITIAL_REPORT_EVENTS, in td_thr_event_enable()
40 if (ps_pdwrite (th->th_ta_p->ph, addr, &onoff, sizeof (int)) != PS_OK) in td_thr_event_enable()
46 if (ps_pdwrite (th->th_ta_p->ph, in td_thr_event_enable()
A Dtd_thr_setgregs.c32 && ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, in td_thr_setgregs()
39 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_setgregs()
41 if (ps_lsetregs (th->th_ta_p->ph, pid, gregs) != PS_OK) in td_thr_setgregs()
A Dtd_thr_setfpregs.c32 && ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, in td_thr_setfpregs()
39 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_setfpregs()
41 if (ps_lsetfpregs (th->th_ta_p->ph, pid, fpregs) != PS_OK) in td_thr_setfpregs()
A Dtd_thr_tls_get_addr.c40 if (ps_pdread (th->th_ta_p->ph, in td_thr_tls_get_addr()
46 if (ps_pdread (th->th_ta_p->ph, in td_thr_tls_get_addr()
52 if (ps_pdread (th->th_ta_p->ph, dtvp + modid, in td_thr_tls_get_addr()
A Dtd_thr_validate.c39 if (ps_pdread (th->th_ta_p->ph, handles, &phc, in td_thr_validate()
49 if (ps_pdread (th->th_ta_p->ph, handles, &phc, in td_thr_validate()
57 if (ps_pdread (th->th_ta_p->ph, phc.h_descr, &pds, in td_thr_validate()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A Dtd_thr_getfpregs.c33 pid_t pid = ps_getpid (th->th_ta_p->ph); in td_thr_getfpregs()
34 if (ps_lgetfpregs (th->th_ta_p->ph, pid, regset) != PS_OK) in td_thr_getfpregs()
40 if (ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, in td_thr_getfpregs()
50 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_getfpregs()
52 if (ps_lgetfpregs (th->th_ta_p->ph, pid, regset) != PS_OK) in td_thr_getfpregs()
A Dtd_thr_getgregs.c33 pid_t pid = ps_getpid (th->th_ta_p->ph); in td_thr_getgregs()
34 if (ps_lgetregs (th->th_ta_p->ph, pid, gregs) != PS_OK) in td_thr_getgregs()
40 if (ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, in td_thr_getgregs()
50 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_getgregs()
52 if (ps_lgetregs (th->th_ta_p->ph, pid, gregs) != PS_OK) in td_thr_getgregs()
A Dtd_ta_event_getmsg.c42 if (ps_pdread (ta->ph, ta->pthread_last_event, in td_ta_event_getmsg()
51 if (ps_pdread (ta->ph, in td_ta_event_getmsg()
67 if (ps_pdread (ta->ph, ta->pthread_handles_num, &num, sizeof (int)) in td_ta_event_getmsg()
72 if (ps_pdread (ta->ph, ta->handles, handles, in td_ta_event_getmsg()
90 if (ps_pdread (ta->ph, in td_ta_event_getmsg()
121 if (ps_pdwrite (ta->ph, in td_ta_event_getmsg()
A Dtd_ta_map_lwp2thr.c44 if (ps_pdread (ta->ph, ta->handles, phc, in td_ta_map_lwp2thr()
51 if (ps_pdread (ta->ph, ta->pthread_handles_num, &num, sizeof (int)) != PS_OK) in td_ta_map_lwp2thr()
67 if (ps_pdread (ta->ph, phc[cnt].h_descr, &pds, sizeof_descr) != PS_OK) in td_ta_map_lwp2thr()
70 if ((pds.p_pid ?: ps_getpid (ta->ph)) == lwpid) in td_ta_map_lwp2thr()
A Dtd_ta_get_ph.c24 td_ta_get_ph (const td_thragent_t *ta, struct ps_prochandle **ph) in td_ta_get_ph() argument
32 *ph = ta->ph; in td_ta_get_ph()
A Dtd_thr_event_enable.c35 if (td_lookup (th->th_ta_p->ph, LINUXTHREADS_INITIAL_REPORT_EVENTS, in td_thr_event_enable()
40 if (ps_pdwrite (th->th_ta_p->ph, addr, &onoff, sizeof (int)) != PS_OK) in td_thr_event_enable()
46 if (ps_pdwrite (th->th_ta_p->ph, in td_thr_event_enable()
A Dtd_thr_setfpregs.c32 && ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, in td_thr_setfpregs()
39 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_setfpregs()
41 if (ps_lsetfpregs (th->th_ta_p->ph, pid, fpregs) != PS_OK) in td_thr_setfpregs()
A Dtd_thr_setgregs.c32 && ps_pdread (th->th_ta_p->ph, th->th_unique, &pds, in td_thr_setgregs()
39 pid_t pid = pds.p_pid ?: ps_getpid (th->th_ta_p->ph); in td_thr_setgregs()
41 if (ps_lsetregs (th->th_ta_p->ph, pid, gregs) != PS_OK) in td_thr_setgregs()
A Dtd_thr_validate.c40 if (ps_pdread (th->th_ta_p->ph, handles, &phc, in td_thr_validate()
50 if (ps_pdread (th->th_ta_p->ph, handles, &phc, in td_thr_validate()
58 if (ps_pdread (th->th_ta_p->ph, phc.h_descr, &pds, in td_thr_validate()
/l4re-core-master/libloader/include/
A Delf267 ph.offset(), ph.paddr(), ph.vaddr(), ph.filesz(),
268 ph.memsz(),
297 if (ph.type() == PT_L4_KIP)
306 if (ph.type() != PT_LOAD)
309 if (!ph.memsz())
328 if ((ph.flags() & PF_W) || ph.memsz() > fsz || mm->all_segs_cow())
337 if (ph.flags() & PF_R)
343 if (ph.flags() & PF_X)
438 switch (ph.type())
444 char const *addr = (char const *)mm->local_attach_ds(bin, ph.filesz(), ph.offset());
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/
A Dtl_PH5 collating-symbol <n-g-ph>
20 <n-g-ph>
23 <n-g> <n-g-ph>;<PCT>;<MIN>;IGNORE
24 <n-G> <n-g-ph>;<PCT>;<MIN-CAP>;IGNORE
26 <N-G> <n-g-ph>;<PCT>;<CAP>;IGNORE
27 <N-g> <n-g-ph>;<PCT>;<CAP-MIN>;IGNORE

Completed in 26 milliseconds

123