Searched refs:r_map (Results 1 – 15 of 15) sorted by relevance
62 TEST_VERIFY_EXIT (debug->r_next->base.r_map != NULL); in do_test()63 TEST_VERIFY_EXIT (debug->r_next->base.r_map->l_name != NULL); in do_test()64 const char *name = basename (debug->r_next->base.r_map->l_name); in do_test()
44 if (r->base.r_map == NULL) in _dl_debug_update()45 atomic_store_release (&r->base.r_map, in _dl_debug_update()95 if (r->base.r_map == NULL) in _dl_debug_initialize()96 atomic_store_release (&r->base.r_map, in _dl_debug_initialize()
64 EW(Addr) r_map; in E()69 _Static_assert (offsetof (struct r_debug, r_map)70 == offsetof (struct E(r_debug), r_map), "r_map");138 if (r.r_map != 0) in E()140 list = r.r_map; in E()
9 #define MAPS ((struct link_map *) _r_debug.r_map)
12 #define MAPS ((struct link_map *) _r_debug.r_map)
15 struct link_map *r_map:19 The current state of the r_map list. RT_CONSISTENT means that r_map21 means that an object is being added to r_map, and that the list is32 the notifications (via r_brk) only refer to changes to r_map--the47 if its r_map field isn't NULL. The first r_debug_extended structure
45 struct link_map *r_map; /* Head of the chain of loaded objects. */ member
8 #define MAPS ((struct link_map *) _r_debug.r_map)
73 #define MAPS ((struct link_map *) _r_debug.r_map)
134 struct link_map *main_map = (struct link_map *) debug->r_map; in check_initial()
676 r->r_map = (void *) ns->_ns_loaded; in _dl_close_worker()
Completed in 10 milliseconds