Lines Matching refs:stripped_symtab
1435 const struct section *stripped_symtab = NULL; in copy_elided_sections() local
1446 stripped_symtab = §ions[nalloc]; in copy_elided_sections()
1598 if (unstripped_symtab != NULL && sec == stripped_symtab) in copy_elided_sections()
1605 if (unstripped_symtab != NULL && stripped_symtab != NULL in copy_elided_sections()
1606 && secndx == stripped_symtab->shdr.sh_link in copy_elided_sections()
1775 stripped_symtab = sec; in copy_elided_sections()
1799 if (unstripped_symtab != NULL && (stripped_symtab != NULL in copy_elided_sections()
1805 const size_t stripped_nsym = (stripped_symtab == NULL ? 1 in copy_elided_sections()
1806 : (stripped_symtab->shdr.sh_size in copy_elided_sections()
1807 / (stripped_symtab->shdr.sh_entsize == 0 in copy_elided_sections()
1809 : stripped_symtab->shdr.sh_entsize))); in copy_elided_sections()
1825 if (stripped_symtab != NULL) in copy_elided_sections()
1827 stripped_symtab->scn, in copy_elided_sections()
1828 elf_getscn (stripped, stripped_symtab->shdr.sh_link), in copy_elided_sections()
1995 if (stripped_symtab != NULL) in copy_elided_sections()
1998 const size_t old_sh_link = elf_ndxscn (stripped_symtab->scn); in copy_elided_sections()
2015 else if (stripped_symtab != NULL && stripped_shnum != unstripped_shnum) in copy_elided_sections()
2018 stripped_symtab->scn, in copy_elided_sections()
2020 stripped_symtab->outscn, in copy_elided_sections()