Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c285 size_t ishnum; in create_elf() local
331 if (!elf_getshnum(ecp->ein, &ishnum)) in create_elf()
334 if (ishnum > 0 && (ecp->secndx = calloc(ishnum, in create_elf()
H A Dsections.c631 size_t ishnum; in update_section_group() local
634 if (!elf_getshnum(ecp->ein, &ishnum)) in update_section_group()
674 if (ws[i] != SHN_UNDEF && ws[i] < ishnum && in update_section_group()