Searched defs:stripped_shnum (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/src/
H A Dunstrip.c1218 struct section *sections, size_t stripped_shnum,
1227 sec < &sections[stripped_shnum - 1];
1296 size_t stripped_shnum;
1297 ELF_CHECK (elf_getshdrnum (stripped, &stripped_shnum) == 0,
1300 if (unlikely (stripped_shnum > unstripped_shnum))
1305 struct section sections[stripped_shnum - 1];
1325 qsort (sections, stripped_shnum - 1, sizeof sections[0],
1328 size_t nalloc = stripped_shnum - 1;
1340 size_t l = nalloc, u = stripped_shnum - 1;
1454 nalloc, stripped_shnum
1214 new_shstrtab(Elf *unstripped, size_t unstripped_shnum, Elf_Data *shstrtab, size_t unstripped_shstrndx, struct section *sections, size_t stripped_shnum, struct Ebl_Strtab *strtab) argument
1294 size_t stripped_shnum; local
[all...]

Completed in 69 milliseconds