Home
last modified time | relevance | path

Searched refs:r_map (Results 1 – 15 of 15) sorted by relevance

/elf/
A Dtst-dlmopen4.c62 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()
A Ddl-debug.c44 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()
A Dpldd-xx.c64 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()
A Dunload2.c9 #define MAPS ((struct link_map *) _r_debug.r_map)
A Dunload.c12 #define MAPS ((struct link_map *) _r_debug.r_map)
A Drtld-debugger-interface.txt15 struct link_map *r_map:
19 The current state of the r_map list. RT_CONSISTENT means that r_map
21 means that an object is being added to r_map, and that the list is
32 the notifications (via r_brk) only refer to changes to r_map--the
47 if its r_map field isn't NULL. The first r_debug_extended structure
A Dlink.h45 struct link_map *r_map; /* Head of the chain of loaded objects. */ member
A Dneededtest.c8 #define MAPS ((struct link_map *) _r_debug.r_map)
A Dneededtest2.c8 #define MAPS ((struct link_map *) _r_debug.r_map)
A Dneededtest3.c8 #define MAPS ((struct link_map *) _r_debug.r_map)
A Dneededtest4.c8 #define MAPS ((struct link_map *) _r_debug.r_map)
A Dcircleload1.c8 #define MAPS ((struct link_map *) _r_debug.r_map)
A Dloadtest.c73 #define MAPS ((struct link_map *) _r_debug.r_map)
A Dtst-dl_find_object.c134 struct link_map *main_map = (struct link_map *) debug->r_map; in check_initial()
A Ddl-close.c676 r->r_map = (void *) ns->_ns_loaded; in _dl_close_worker()

Completed in 11 milliseconds