Home
last modified time | relevance | path

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

/external/elfutils/src/
Dunstrip.c1300 struct section *sections, size_t stripped_shnum, in new_shstrtab() argument
1309 sec < &sections[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()
[all …]