Searched refs:r_state (Results 1 – 7 of 7) sorted by relevance
67 r->r_state = RT_CONSISTENT; in _dl_relocate_static_pie()
60 } r_state; member
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:27 called whenever r_state is changed. The debugger should set a
463 r->r_state = RT_DELETE; in _dl_close_worker()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()1493 r->r_state = RT_ADD; in _dl_map_object_from_fd()1499 assert (r->r_state == RT_ADD); in _dl_map_object_from_fd()
1687 r->r_state = RT_CONSISTENT; in dl_main()1790 r->r_state = RT_ADD; in dl_main()2495 r->r_state = RT_CONSISTENT; in dl_main()
Completed in 13 milliseconds