Home | History | Annotate | Download | only in src

Lines Matching full:sym1

294 	      GElf_Sym *sym1 = gelf_getsym (data1, ndx, &sym1_mem);
295 if (sym1 == NULL)
307 sym1->st_name);
311 || sym1->st_value != sym2->st_value
312 || (sym1->st_size != sym2->st_size
313 && sym1->st_shndx != SHN_UNDEF)
314 || sym1->st_info != sym2->st_info
315 || sym1->st_other != sym2->st_other
316 || sym1->st_shndx != sym1->st_shndx))
336 if (sym1->st_shndx == SHN_UNDEF
337 && sym1->st_size != sym2->st_size)