Home
last modified time | relevance | path

Searched refs:stripped_symtab (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dunstrip.c1435 const struct section *stripped_symtab = NULL; in copy_elided_sections() local
1446 stripped_symtab = &sections[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()
[all …]