Home
last modified time | relevance | path

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

/external/elfutils/src/
Dunstrip.c1214 new_shstrtab (Elf *unstripped, size_t unstripped_shnum, in new_shstrtab() argument
1222 struct Ebl_Strent *unstripped_strent[unstripped_shnum - 1]; in new_shstrtab()
1239 for (size_t i = 0; i < unstripped_shnum - 1; ++i) in new_shstrtab()
1261 for (size_t i = 0; i < unstripped_shnum - 1; ++i) in new_shstrtab()
1290 size_t unstripped_shnum; in copy_elided_sections() local
1291 ELF_CHECK (elf_getshdrnum (unstripped, &unstripped_shnum) == 0, in copy_elided_sections()
1298 if (unlikely (stripped_shnum > unstripped_shnum)) in copy_elided_sections()
1522 Elf_Data *strtab_data = new_shstrtab (unstripped, unstripped_shnum, in copy_elided_sections()
1528 ELF_CHECK (elf_getshdrnum (unstripped, &unstripped_shnum) == 0, in copy_elided_sections()
1531 bool placed[unstripped_shnum - 1]; in copy_elided_sections()
[all …]