Home | History | Annotate | Download | only in linker

Lines Matching refs:l_name

266   // link_map l_name field is not const.
267 map->l_name = const_cast<char*>(info->get_realpath());
270 CHECK(map->l_name != nullptr);
271 CHECK(map->l_name[0] != '\0');
398 dl_info.dlpi_name = si->link_map_head.l_name;