Searched refs:disp (Results 1 – 5 of 5) sorted by relevance
25 __sighandler_t sigset (int sig, __sighandler_t disp) in sigset() argument31 if (disp == SIG_ERR || sig < 1 || sig >= NSIG) in sigset()39 if (disp == SIG_HOLD) in sigset()52 act.sa_handler = disp; in sigset()
214 remove_slotinfo(size_t idx, struct dtv_slotinfo_list *listp, size_t disp, in remove_slotinfo() argument217 if (idx - disp >= listp->len) { in remove_slotinfo()226 if (remove_slotinfo(idx, listp->next, disp + listp->len, in remove_slotinfo()234 idx = disp + listp->len; in remove_slotinfo()237 struct link_map *old_map = listp->slotinfo[idx - disp].map; in remove_slotinfo()247 listp->slotinfo[idx - disp].gen = _dl_tls_generation + 1; in remove_slotinfo()248 listp->slotinfo[idx - disp].map = NULL; in remove_slotinfo()259 while (idx - disp > (disp == 0 ? 1 + _dl_tls_static_nelem : 0)) { in remove_slotinfo()262 if (listp->slotinfo[idx - disp].map != NULL) { in remove_slotinfo()
162 size_t disp = 0; in _dl_next_tls_modid() local176 while (result - disp < runp->len) in _dl_next_tls_modid()178 if (runp->slotinfo[result - disp].map == NULL) in _dl_next_tls_modid()185 if (result - disp < runp->len) in _dl_next_tls_modid()188 disp += runp->len; in _dl_next_tls_modid()
255 size_t disp = 0; in _dl_next_tls_modid() local269 while (result - disp < runp->len) in _dl_next_tls_modid()271 if (runp->slotinfo[result - disp].map == NULL) in _dl_next_tls_modid()278 if (result - disp < runp->len) in _dl_next_tls_modid()281 disp += runp->len; in _dl_next_tls_modid()
Completed in 10 milliseconds