Home | History | Annotate | Download | only in gdb

Lines Matching defs:l_name

227       lm_info->l_name = extract_typed_address (&lm[lmo->l_name_offset],
902 ld.so's l_name pointer points to the SONAME in the string table
905 memory areas containing the l_name string are saved in the core
926 name_lm = li != NULL ? li->l_name : 0;
936 CORE_ADDR lm, l_name;
966 l_name = extract_typed_address (l_name_buf.data (), ptr_type);
968 if (l_name == 0)
973 = target_read_string (l_name, SO_NAME_MAX_PATH_SIZE - 1);
1278 first_l_name = li->l_name;
1285 = target_read_string (li->l_name, SO_NAME_MAX_PATH_SIZE - 1);
1288 /* If this entry's l_name address matches that of the
1292 if (first_l_name == 0 || li->l_name != first_l_name)