HomeSort by: relevance | last modified time | path
    Searched defs:num_functions (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 1588 unsigned long num_functions;/* Number in the export address table. */
1674 edt.num_functions = bfd_get_32 (abfd, data + 20);
1716 edt.num_functions);
1757 || (edt.num_functions + 1) * 4 < edt.num_functions
1758 || edt.eat_addr - adj + (edt.num_functions + 1) * 4 > datasize)
1761 (long) edt.num_functions);
1762 else for (i = 0; i < edt.num_functions; ++i)
1587 unsigned long num_functions;\/* Number in the export address table. *\/ member in struct:EDT_type
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 1576 unsigned long num_functions;/* Number in the export address table. */
1662 edt.num_functions = bfd_get_32 (abfd, data + 20);
1704 edt.num_functions);
1745 || (edt.num_functions + 1) * 4 < edt.num_functions
1746 || edt.eat_addr - adj + (edt.num_functions + 1) * 4 > datasize)
1749 (long) edt.num_functions);
1750 else for (i = 0; i < edt.num_functions; ++i)
1575 unsigned long num_functions;\/* Number in the export address table. *\/ member in struct:EDT_type
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 1571 unsigned long num_functions;/* Number in the export address table. */
1657 edt.num_functions = bfd_get_32 (abfd, data + 20);
1699 edt.num_functions);
1740 || (edt.num_functions + 1) * 4 < edt.num_functions
1741 || edt.eat_addr - adj + (edt.num_functions + 1) * 4 > datasize)
1744 (long) edt.num_functions);
1745 else for (i = 0; i < edt.num_functions; ++i)
1570 unsigned long num_functions;\/* Number in the export address table. *\/ member in struct:EDT_type
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 1570 unsigned long num_functions;/* Number in the export address table. */
1656 edt.num_functions = bfd_get_32 (abfd, data + 20);
1698 edt.num_functions);
1739 || (edt.num_functions + 1) * 4 < edt.num_functions
1740 || edt.eat_addr - adj + (edt.num_functions + 1) * 4 > datasize)
1743 (long) edt.num_functions);
1744 else for (i = 0; i < edt.num_functions; ++i)
1569 unsigned long num_functions;\/* Number in the export address table. *\/ member in struct:EDT_type
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 9428 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs;
9429 if (num_functions < 2)
9436 /* The first NUM_FUNCTIONS expressions are the function
9440 for (unsigned int j = 1; j < num_functions; j++)
9485 for (unsigned int j = 1; j < num_functions; j++)
9598 auto_vec<tree> tg_type (num_functions);
9599 for (unsigned int j = 0; j < num_functions; j++)
9649 for (unsigned int j = 0; j < num_functions; j++)
9709 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1];
9818 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]
9426 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 11039 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs;
11040 if (num_functions < 2)
11047 /* The first NUM_FUNCTIONS expressions are the function
11051 for (unsigned int j = 1; j < num_functions; j++)
11096 for (unsigned int j = 1; j < num_functions; j++)
11209 auto_vec<tree> tg_type (num_functions);
11210 for (unsigned int j = 0; j < num_functions; j++)
11260 for (unsigned int j = 0; j < num_functions; j++)
11321 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1];
11427 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]
11037 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs; local
    [all...]

Completed in 57 milliseconds