Home
last modified time | relevance | path

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

/external/elfutils/tests/
Delfstrmerge.c50 static Dwelf_Strent **scnstrents = NULL; variable
68 free (scnstrents); in release()
253 scnstrents = malloc (shdrnum * sizeof (Dwelf_Strent *)); in main()
254 if (scnstrents == NULL) in main()
279 if ((scnstrents[scnnum] = dwelf_strtab_add (strings, sname)) == NULL) in main()
457 ? dwelf_strent_off (scnstrents[ndx]) : 0); in main()
/external/elfutils/src/
Delfcompress.c265 Dwelf_Strent **scnstrents = NULL; in process_file() local
317 free (scnstrents); in process_file()
568 scnstrents = xmalloc (shnum in process_file()
908 if ((scnstrents[ndx] = dwelf_strtab_add (names, name)) == NULL) in process_file()
1026 shdr->sh_name = dwelf_strent_off (scnstrents[shdrstrndx]); in process_file()
1141 shdr->sh_name = dwelf_strent_off (scnstrents[ndx]); in process_file()