Searched refs:symstrents (Results 1 – 2 of 2) sorted by relevance
52 static struct Ebl_Strent **symstrents = NULL; variable68 free (symstrents); in release()298 symstrents = malloc (symsnum * sizeof (struct Ebl_Strent *)); in main()299 if (symstrents == NULL) in main()312 if ((symstrents[i] = ebl_strtabadd (strings, sname, 0)) == NULL) in main()531 sym.st_name = ebl_strtaboffset (symstrents[i]); in main()
269 struct Ebl_Strent **symstrents = NULL; in process_file() local312 free (symstrents); in process_file()918 symstrents = xmalloc (syms * sizeof (struct Ebl_Strent *)); in process_file()940 symstrents[i] = ebl_strtabadd (names, symname, 0); in process_file()941 if (symstrents[i] == NULL) in process_file()1135 sym->st_name = ebl_strtaboffset (symstrents[i]); in process_file()