Lines Matching full:syms
1891 Elf_Arsym *syms;1895 syms = elf_getarsym (fileinfo->elf, &nsyms);1896 if (syms == NULL)1920 struct symbol search = { .name = syms[cnt].as_name };1922 syms[cnt].as_hash, &search);1931 if (unlikely (elf_rand (fileinfo->elf, syms[cnt].as_off)1932 != syms[cnt].as_off))