Searched refs:num_sec (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcode.h742 unsigned int num_sec;
748 num_sec = i_ehdrp->e_shnum;
749 if (num_sec > SHN_LORESERVE)
750 num_sec += SHN_HIRESERVE + 1 - SHN_LORESERVE;
751 elf_numsections (abfd) = num_sec;
752 amt = sizeof (i_shdrp) * num_sec;
760 if (num_sec > SHN_LORESERVE)
767 for ( ; shindex < num_sec; shindex++)
779 if (! valid_section_index_p (i_shdrp[shindex].sh_link, num_sec))
785 && ! valid_section_index_p (i_shdrp[shindex].sh_info, num_sec))
740 unsigned int num_sec; local
843 unsigned int num_sec; local
[all...]
H A Delf.c1896 unsigned int i, num_sec;
1898 num_sec = elf_numsections (abfd);
1899 for (i = 1; i < num_sec; i++)
1941 unsigned int i, num_sec;
1943 num_sec = elf_numsections (abfd);
1944 for (i = shindex + 1; i < num_sec; i++)
1951 if (i == num_sec)
2023 unsigned int i, num_sec;
2025 num_sec = elf_numsections (abfd);
2026 for (i = 1; i < num_sec;
1891 unsigned int i, num_sec; local
1936 unsigned int i, num_sec; local
2018 unsigned int i, num_sec; local
2046 unsigned int num_sec = elf_numsections (abfd); local
4707 unsigned int num_sec; local
4894 unsigned int num_sec = elf_numsections (abfd); local
5066 unsigned int i, num_sec; local
5092 unsigned int count, num_sec; local
[all...]
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_group.c721 u8 num_sec; local
743 num_sec = *pos++;
744 if (end - pos < num_sec * WPS_DEV_TYPE_LEN)
746 while (num_sec > 0) {
747 num_sec--;

Completed in 90 milliseconds