Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Delfstrmerge.c50 static Dwelf_Strent **scnstrents = NULL; variable
68 free (scnstrents); in release()
294 scnstrents = malloc (shdrnum * sizeof (Dwelf_Strent *)); in main()
295 if (scnstrents == NULL) in main()
320 if ((scnstrents[scnnum] = dwelf_strtab_add (strings, sname)) == NULL) in main()
475 ? dwelf_strent_off (scnstrents[ndx]) : 0); in main()
/third_party/elfutils/src/
Delfcompress.c289 Dwelf_Strent **scnstrents = NULL; in process_file() local
536 scnstrents = xmalloc (shnum in process_file()
894 if ((scnstrents[ndx] = dwelf_strtab_add (names, name)) == NULL) in process_file()
1018 shdr->sh_name = dwelf_strent_off (scnstrents[shdrstrndx]); in process_file()
1133 shdr->sh_name = dwelf_strent_off (scnstrents[ndx]); in process_file()
1310 free (scnstrents); in process_file()