Lines Matching refs:r
954 struct r_debug *r = _dl_debug_update (nsid); in _dl_map_object_from_fd() local
988 if (make_consistent && r != NULL) in _dl_map_object_from_fd()
990 r->r_state = RT_CONSISTENT; in _dl_map_object_from_fd()
992 LIBC_PROBE (map_failed, 2, nsid, r); in _dl_map_object_from_fd()
1480 if (r->r_state == RT_CONSISTENT) in _dl_map_object_from_fd()
1493 r->r_state = RT_ADD; in _dl_map_object_from_fd()
1495 LIBC_PROBE (map_start, 2, nsid, r); in _dl_map_object_from_fd()
1499 assert (r->r_state == RT_ADD); in _dl_map_object_from_fd()
2308 const struct r_search_path_elem *const r = *dirs++; in add_path() local
2312 p->si->dls_size += MAX (2, r->dirnamelen); in add_path()
2318 if (r->dirnamelen < 2) in add_path()
2319 *p->allocptr++ = r->dirnamelen ? '/' : '.'; in add_path()
2322 r->dirname, r->dirnamelen - 1); in add_path()