Searched refs:symstrents (Results 1 – 2 of 2) sorted by relevance
53 static Dwelf_Strent **symstrents = NULL; variable69 free (symstrents); in release()299 symstrents = malloc (symsnum * sizeof (Dwelf_Strent *)); in main()300 if (symstrents == NULL) in main()313 if ((symstrents[i] = dwelf_strtab_add (strings, sname)) == NULL) in main()532 sym.st_name = dwelf_strent_off (symstrents[i]); in main()
266 Dwelf_Strent **symstrents = NULL; in process_file() local318 free (symstrents); in process_file()954 symstrents = xmalloc (syms * sizeof (Dwelf_Strent *)); in process_file()976 symstrents[i] = dwelf_strtab_add (names, symname); in process_file()977 if (symstrents[i] == NULL) in process_file()1175 sym->st_name = dwelf_strent_off (symstrents[i]); in process_file()