Home
last modified time | relevance | path

Searched refs:scnstrents (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/tests/
Delfstrmerge.c49 static struct Ebl_Strent **scnstrents = NULL; variable
67 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()
/external/elfutils/src/
Delfcompress.c268 struct Ebl_Strent **scnstrents = NULL; in process_file() local
311 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()