Home | History | Annotate | Download | only in src

Lines Matching defs:s2

1131   GElf_SymX *s2 = (GElf_SymX *) p2;
1133 int result = (s1->sym.st_value < s2->sym.st_value
1134 ? -1 : (s1->sym.st_value == s2->sym.st_value ? 0 : 1));
1145 GElf_SymX *s2 = (GElf_SymX *) p2;
1148 const char *n2 = sort_by_name_strtab->d_buf + s2->sym.st_name;