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

  /toolchain/binutils/binutils-2.25/bfd/
elfcode.h 684 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)
795 unsigned int num_sec;
800 num_sec = elf_numsections (abfd);
801 for (shindex = 1; shindex < num_sec; shindex++
682 unsigned int num_sec; local
793 unsigned int num_sec; local
    [all...]
elf.c 1681 unsigned int i, num_sec; local
1738 unsigned int i, num_sec; local
1838 unsigned int i, num_sec; local
1867 unsigned int num_sec = elf_numsections (abfd); local
4971 unsigned int num_sec; local
5233 unsigned int num_sec = elf_numsections (abfd); local
5408 unsigned int i, num_sec; local
5441 unsigned int count, num_sec; local
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 719 u8 num_sec; local
741 num_sec = *pos++;
742 if (end - pos < num_sec * WPS_DEV_TYPE_LEN)
744 while (num_sec > 0) {
745 num_sec--;

Completed in 642 milliseconds