Lines Matching defs:syms
31 static asymbol **syms = NULL;
103 if (syms)
121 syms = malloc(storage);
122 if (syms == NULL) {
128 symcount = bfd_canonicalize_dynamic_symtab(abfd, syms);
130 symcount = bfd_canonicalize_symtab(abfd, syms);
134 free(syms);
135 syms = NULL;
181 data->found = bfd_find_nearest_line(abfd, section, syms,
269 if (!syms) {
415 free(syms);
416 syms = NULL;