Home
last modified time | relevance | path

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

/external/elfutils/tests/
Delfstrmerge.c329 size_t newsecndx (size_t secndx, const char *what, size_t widx, in main()
332 if (unlikely (secndx == 0 || secndx == shdrstrndx || secndx >= shdrnum)) in main()
340 fname, secndx, what, member); in main()
343 fname, secndx, what, widx, member); in main()
346 fname, secndx, what, widx, member, midx); in main()
349 return secndx < shdrstrndx ? secndx : secndx - 1; in main()
/external/elfutils/src/
Dunstrip.c1585 size_t secndx = elf_ndxscn (sec->scn); in copy_elided_sections() local
1591 if (secndx == stripped_shstrndx) in copy_elided_sections()
1594 ndx_section[secndx - 1] = unstripped_shstrndx; in copy_elided_sections()
1601 ndx_section[secndx - 1] = elf_ndxscn (unstripped_symtab); in copy_elided_sections()
1606 && secndx == stripped_symtab->shdr.sh_link in copy_elided_sections()
1610 ndx_section[secndx - 1] = unstripped_strndx; in copy_elided_sections()
1618 debuglink = secndx; 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()