HomeSort by relevance Sort by last modified time
    Searched defs:num_sec (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 721 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--;
  /toolchain/binutils/binutils-2.27/bfd/
elfcode.h 680 unsigned int num_sec;
690 num_sec = i_ehdrp->e_shnum;
691 elf_numsections (abfd) = num_sec;
692 amt = sizeof (i_shdrp) * num_sec;
698 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++)
710 if (i_shdrp[shindex].sh_link >= num_sec)
735 && i_shdrp[shindex].sh_info >= num_sec)
799 unsigned int num_sec;
804 num_sec = elf_numsections (abfd);
805 for (shindex = 1; shindex < num_sec; shindex++
678 unsigned int num_sec; local
797 unsigned int num_sec; local
    [all...]
elf.c 2012 unsigned int i, num_sec; local
2077 unsigned int i, num_sec; local
2203 unsigned int i, num_sec; local
2233 unsigned int num_sec = elf_numsections (abfd); local
5791 unsigned int num_sec = elf_numsections (abfd); local
6066 unsigned int count, num_sec; local
    [all...]

Completed in 190 milliseconds