Lines Matching defs:self
565 if (dso == &ldso) return; /* self-relocation was done in _dlstart */
945 l = readlink("/proc/self/exe", buf, buf_size);
1515 pthread_t self = __pthread_self();
1525 while (p->ctor_visitor && p->ctor_visitor!=self)
1566 cnt++; /* self, not included in deps */
1625 pthread_t self = __pthread_self();
1629 while ((p->ctor_visitor && p->ctor_visitor!=self) || shutting_down)
1633 p->ctor_visitor = self;
1694 pthread_t self = __pthread_self(), td;
1699 size_t old_cnt = self->dtv[0];
1704 for (i=0, td=self; !i || td!=self; i++, td=td->next) {
1733 for (j=0, td=self; !j || td!=self; j++, td=td->next) {
2096 pthread_t self = __pthread_self();
2101 if (__copy_tls((void*)builtin_tls) != self) a_crash();