Lines Matching refs:strent
649 struct Ebl_Strent *strent; member
720 struct Ebl_Strent *strent; member
1033 sec->strent = NULL; in find_alloc_sections_prelink()
1167 if (sec->strent == NULL) in new_shstrtab()
1169 sec->strent = ebl_strtabadd (strtab, sec->name, 0); in new_shstrtab()
1170 ELF_CHECK (sec->strent != NULL, in new_shstrtab()
1173 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent; in new_shstrtab()
1252 sections[i].strent = NULL; in copy_elided_sections()
1449 sec->strent = ebl_strtabadd (strtab, sec->name, 0); in copy_elided_sections()
1450 ELF_CHECK (sec->strent != NULL, in copy_elided_sections()
1502 shdr_mem.sh_name = ebl_strtaboffset (sec->strent); in copy_elided_sections()
1660 symbols[i].strent = ebl_strtabadd (symstrtab, symbols[i].name, 0); in copy_elided_sections()
1699 sym.st_name = ebl_strtaboffset (s->strent); in copy_elided_sections()