Lines Matching refs:strent
719 Dwelf_Strent *strent; member
802 Dwelf_Strent *strent; member
1176 sec->strent = NULL; in find_alloc_sections_prelink()
1313 if (sec->strent == NULL) in new_shstrtab()
1315 sec->strent = dwelf_strtab_add (strtab, sec->name); in new_shstrtab()
1316 ELF_CHECK (sec->strent != NULL, in new_shstrtab()
1319 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent; in new_shstrtab()
1402 sections[i].strent = NULL; in copy_elided_sections()
1601 sec->strent = dwelf_strtab_add (strtab, sec->name); in copy_elided_sections()
1602 ELF_CHECK (sec->strent != NULL, in copy_elided_sections()
1662 shdr_mem.sh_name = dwelf_strent_off (sec->strent); in copy_elided_sections()
1841 symbols[i].strent = dwelf_strtab_add (symstrtab, symbols[i].name); in copy_elided_sections()
1926 sym.st_name = dwelf_strent_off (s->strent); in copy_elided_sections()