Searched refs:RT_CONSISTENT (Results 1 – 7 of 7) sorted by relevance
67 r->r_state = RT_CONSISTENT; in _dl_relocate_static_pie()
57 RT_CONSISTENT, /* Mapping change is complete. */ enumerator
581 assert (_dl_debug_update (args->nsid)->r_state == RT_CONSISTENT); in dl_open_worker_begin()620 r->r_state = RT_CONSISTENT; in dl_open_worker_begin()853 _dl_debug_update (nsid)->r_state = RT_CONSISTENT; in _dl_open()929 assert (_dl_debug_update (args.nsid)->r_state == RT_CONSISTENT); in _dl_open()
18 enum { RT_CONSISTENT, RT_ADD, RT_DELETE } r_state:19 The current state of the r_map list. RT_CONSISTENT means that r_map
768 r->r_state = RT_CONSISTENT; in _dl_close_worker()
990 r->r_state = RT_CONSISTENT; in _dl_map_object_from_fd()1480 if (r->r_state == RT_CONSISTENT) in _dl_map_object_from_fd()
1687 r->r_state = RT_CONSISTENT; in dl_main()2495 r->r_state = RT_CONSISTENT; in dl_main()
Completed in 15 milliseconds