Lines Matching defs:unstripped_strent
1328 Dwelf_Strent *unstripped_strent[unstripped_shnum];
1329 memset (unstripped_strent, 0, sizeof unstripped_strent);
1341 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent;
1346 if (unstripped_strent[i] == NULL)
1353 unstripped_strent[i] = dwelf_strtab_add (strtab, name);
1354 ELF_CHECK (unstripped_strent[i] != NULL,
1358 unstripped_strent[i] = NULL;
1370 if (unstripped_strent[i] != NULL)
1376 shdr->sh_name = dwelf_strent_off (unstripped_strent[i]);
1915 Dwelf_Strent *unstripped_strent[unstripped_shnum - 1];
1924 unstripped_strent[i] = dwelf_strtab_add (symstrtab, name);
1925 ELF_CHECK (unstripped_strent[i] != NULL,
1950 shdr->sh_name = dwelf_strent_off (unstripped_strent[i]);