Home
last modified time | relevance | path

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

/external/elfutils/src/
Dunstrip.c1579 size_t ndx_section[ndx_sec_num]; in copy_elided_sections() local
1594 ndx_section[secndx - 1] = unstripped_shstrndx; in copy_elided_sections()
1601 ndx_section[secndx - 1] = elf_ndxscn (unstripped_symtab); in copy_elided_sections()
1610 ndx_section[secndx - 1] = unstripped_strndx; in copy_elided_sections()
1619 ndx_section[secndx - 1] = SHN_UNDEF; in copy_elided_sections()
1637 ndx_section[secndx - 1] = elf_ndxscn (sec->outscn); in copy_elided_sections()
1692 shdr_mem.sh_link = ndx_section[sec->shdr.sh_link - 1]; in copy_elided_sections()
1700 shdr_mem.sh_info = ndx_section[sec->shdr.sh_info - 1]; in copy_elided_sections()
1759 shndx = ndx_section[shndx - 1]; in copy_elided_sections()
1791 shndx[i] = ndx_section[shndx[i] - 1]; in copy_elided_sections()
[all …]
DChangeLog291 (copy_elided_sections): Add ndx_sec_num as size of ndx_section