Home | History | Annotate | Download | only in src

Lines Matching refs:strent

651   struct Ebl_Strent *strent;
722 struct Ebl_Strent *strent;
1035 sec->strent = NULL;
1169 if (sec->strent == NULL)
1171 sec->strent = ebl_strtabadd (strtab, sec->name, 0);
1172 ELF_CHECK (sec->strent != NULL,
1175 unstripped_strent[elf_ndxscn (sec->outscn) - 1] = sec->strent;
1254 sections[i].strent = NULL;
1451 sec->strent = ebl_strtabadd (strtab, sec->name, 0);
1452 ELF_CHECK (sec->strent != NULL,
1504 shdr_mem.sh_name = ebl_strtaboffset (sec->strent);
1662 symbols[i].strent = ebl_strtabadd (symstrtab, symbols[i].name, 0);
1701 sym.st_name = ebl_strtaboffset (s->strent);