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.c1555 size_t secndx = elf_ndxscn (sec->scn); in copy_elided_sections() local
1561 if (secndx == stripped_shstrndx) in copy_elided_sections()
1564 ndx_section[secndx - 1] = unstripped_shstrndx; in copy_elided_sections()
1571 ndx_section[secndx - 1] = elf_ndxscn (unstripped_symtab); in copy_elided_sections()
1576 && secndx == stripped_symtab->shdr.sh_link in copy_elided_sections()
1580 ndx_section[secndx - 1] = unstripped_strndx; in copy_elided_sections()
1588 debuglink = secndx; in copy_elided_sections()
1589 ndx_section[secndx - 1] = SHN_UNDEF; in copy_elided_sections()
1607 ndx_section[secndx - 1] = elf_ndxscn (sec->outscn); in copy_elided_sections()