Home | History | Annotate | Download | only in binutils

Lines Matching refs:l_name

14637 	      liblist.l_name = BYTE_GET (elib[cnt].l_name);
14650 if (VALID_DYNAMIC_NAME (liblist.l_name))
14651 print_symbol (20, GET_DYNAMIC_NAME (liblist.l_name));
14653 printf (_("<corrupt: %9ld>"), liblist.l_name);
15291 liblist.l_name = BYTE_GET (elib[cnt].l_name);
15305 printf ("%-20s", liblist.l_name < strtab_size
15306 ? strtab + liblist.l_name : _("<corrupt>"));
15308 printf ("%-20.20s", liblist.l_name < strtab_size
15309 ? strtab + liblist.l_name : _("<corrupt>"));