Searched refs:scnstrents (Results 1 – 2 of 2) sorted by relevance
49 static struct Ebl_Strent **scnstrents = NULL; variable67 free (scnstrents); in release()252 scnstrents = malloc (shdrnum * sizeof (struct Ebl_Strent *)); in main()253 if (scnstrents == NULL) in main()278 if ((scnstrents[scnnum] = ebl_strtabadd (strings, sname, 0)) == NULL) in main()456 ? ebl_strtaboffset (scnstrents[ndx]) : 0); in main()
268 struct Ebl_Strent **scnstrents = NULL; in process_file() local311 free (scnstrents); in process_file()532 scnstrents = xmalloc (shnum in process_file()872 if ((scnstrents[ndx] = ebl_strtabadd (names, name, 0)) == NULL) in process_file()986 shdr->sh_name = ebl_strtaboffset (scnstrents[shdrstrndx]); in process_file()1101 shdr->sh_name = ebl_strtaboffset (scnstrents[ndx]); in process_file()