Home
last modified time | relevance | path

Searched refs:num_functions (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/bfd/
H A DpeXXigen.c1614 unsigned long num_functions;/* Number in the export address table. */ in pe_print_edata() member
1704 edt.num_functions = bfd_get_32 (abfd, data + 20); in pe_print_edata()
1746 edt.num_functions); in pe_print_edata()
1786 || (edt.num_functions + 1) * 4 < edt.num_functions in pe_print_edata()
1787 || edt.eat_addr - adj + (edt.num_functions + 1) * 4 > datasize) in pe_print_edata()
1790 (long) edt.num_functions); in pe_print_edata()
1791 else for (i = 0; i < edt.num_functions; ++i) in pe_print_edata()
/dflybsd-src/contrib/binutils-2.27/bfd/
H A DpeXXigen.c1601 unsigned long num_functions;/* Number in the export address table. */ in pe_print_edata() member
1688 edt.num_functions = bfd_get_32 (abfd, data + 20); in pe_print_edata()
1729 edt.num_functions); in pe_print_edata()
1766 if (edt.eat_addr + (edt.num_functions * 4) - adj >= datasize in pe_print_edata()
1768 || (edt.num_functions * 4) < edt.num_functions in pe_print_edata()
1773 (long) edt.num_functions); in pe_print_edata()
1774 else for (i = 0; i < edt.num_functions; ++i) in pe_print_edata()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c8311 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs; in c_parser_postfix_expression() local
8312 if (num_functions < 2) in c_parser_postfix_expression()
8323 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
8368 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
8481 auto_vec<tree> tg_type (num_functions); in c_parser_postfix_expression()
8482 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
8532 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
8592 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
8701 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
8728 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
[all …]