Lines Matching defs:self
259 l = readlink("/proc/self/exe", path, size);
1911 l = readlink("/proc/self/exe", buf, buf_size);
2686 if (dso == &ldso) return; /* self-relocation was done in _dlstart */
2773 pthread_t self = __pthread_self();
2783 while (p->ctor_visitor && p->ctor_visitor!=self)
2824 cnt++; /* self, not included in deps */
2876 pthread_t self = __pthread_self();
2880 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down)
2884 p->ctor_visitor = self;
2951 pthread_t self = __pthread_self(), td;
2956 size_t old_cnt = self->dtv[0];
2961 for (i=0, td=self; !i || td!=self; i++, td=td->next) {
2990 for (j=0, td=self; !j || td!=self; j++, td=td->next) {
3317 /* Set is_reloc_head_so_dep to true for all direct and indirect dependent sos of app, including app self. */
3394 pthread_t self = __pthread_self();
3399 td->tsd = self->tsd;
3402 pthread_t self = __pthread_self();
3407 if (__copy_tls((void*)builtin_tls) != self) a_crash();
3783 /* Set is_reloc_head_so_dep to true for all direct and indirect dependent sos of p, including p self. */
4340 * - nr_dlopen increases for all deps(include self) when a thread local object destructor is added.
4341 * - nr_dlopen decreases for all deps(include self) when a thread local object destructor is called.
5505 int ret = snprintf(proc_self_fd, sizeof(proc_self_fd), "/proc/self/fd/%d", task->fd);