Home
last modified time | relevance | path

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

/external/elfutils/src/
Dunstrip.c1458 size_t ndx_section[stripped_shnum - 1]; in copy_elided_sections() local
1473 ndx_section[secndx - 1] = unstripped_shstrndx; in copy_elided_sections()
1480 ndx_section[secndx - 1] = elf_ndxscn (unstripped_symtab); in copy_elided_sections()
1491 ndx_section[secndx - 1] = shdr->sh_link; in copy_elided_sections()
1500 ndx_section[secndx - 1] = SHN_UNDEF; in copy_elided_sections()
1518 ndx_section[secndx - 1] = elf_ndxscn (sec->outscn); in copy_elided_sections()
1568 shdr_mem.sh_link = ndx_section[sec->shdr.sh_link - 1]; in copy_elided_sections()
1570 shdr_mem.sh_info = ndx_section[sec->shdr.sh_info - 1]; in copy_elided_sections()
1620 shndx = ndx_section[shndx - 1]; in copy_elided_sections()
1671 stripped_nsym, 0, ndx_section, in copy_elided_sections()