Lines Matching refs:strent
733 Dwelf_Strent *strent;
816 Dwelf_Strent *strent;
1208 sec->strent = NULL;
1335 if (sec->strent == NULL)
1337 sec->strent = dwelf_strtab_add (strtab, sec->name);
1338 ELF_CHECK (sec->strent != NULL,
1341 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent;
1439 sections[i].strent = NULL;
1633 sec->strent = dwelf_strtab_add (strtab, sec->name);
1634 ELF_CHECK (sec->strent != NULL,
1706 shdr_mem.sh_name = dwelf_strent_off (sec->strent);
1890 symbols[i].strent = dwelf_strtab_add (symstrtab, symbols[i].name);
1975 sym.st_name = dwelf_strent_off (s->strent);