Searched refs:rtld_map (Results 1 – 2 of 2) sorted by relevance
143 struct link_map *rtld_map = xdlopen (LD_SO, RTLD_LAZY | RTLD_NOLOAD); in check_initial() local144 TEST_VERIFY_EXIT (rtld_map != NULL); in check_initial()160 from_map (rtld_map, &expected); in check_initial()162 check ((void *) rtld_map->l_map_start, &expected, __LINE__); in check_initial()163 check ((void *) (rtld_map->l_map_end - 1), &expected, __LINE__); in check_initial()
1079 * elf/rtld.c (rtld_map): Renamed to _dl_rtld_map, made global.6179 (_dl_start): Set it from rtld_map's DT_RPATH.6180 Call _dl_setup_hash on rtld_map.6184 rtld_map from chain, and reinsert in proper order if there is a6325 * elf/rtld.c (rtld_map): New static variable.6327 bootstrapping. Then copy data into `rtld_map'.6328 (dl_main): Finish filling in rtld_map and link it into the chain,