Lines Matching refs:stripped_shnum
1300 struct section *sections, size_t stripped_shnum, in new_shstrtab() argument
1309 sec < §ions[stripped_shnum - 1]; in new_shstrtab()
1379 size_t stripped_shnum; in copy_elided_sections() local
1380 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0, in copy_elided_sections()
1383 if (unlikely (stripped_shnum > unstripped_shnum)) in copy_elided_sections()
1388 struct section sections[stripped_shnum - 1]; in copy_elided_sections()
1409 qsort (sections, stripped_shnum - 1, sizeof sections[0], in copy_elided_sections()
1412 size_t nalloc = stripped_shnum - 1; in copy_elided_sections()
1425 size_t l = nalloc, u = stripped_shnum - 1; in copy_elided_sections()
1543 nalloc, stripped_shnum - 1); in copy_elided_sections()
1549 size_t ndx_section[stripped_shnum - 1]; in copy_elided_sections()
1552 sec < §ions[stripped_shnum - 1]; in copy_elided_sections()
1613 sections, stripped_shnum, in copy_elided_sections()
1626 sec < §ions[stripped_shnum - 1]; in copy_elided_sections()
1708 if (shndx >= stripped_shnum) in copy_elided_sections()
1740 if (shndx[i] == SHN_UNDEF || shndx[i] >= stripped_shnum) in copy_elided_sections()
1953 sec < §ions[stripped_shnum - 1]; in copy_elided_sections()
1964 else if (stripped_symtab != NULL && stripped_shnum != unstripped_shnum) in copy_elided_sections()
1970 stripped_shnum, stripped_shstrndx, in copy_elided_sections()
1979 stripped_dynsym->scn, stripped_shnum, in copy_elided_sections()