Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DpeXXigen.c1543 unsigned long num_functions;/* Number in the export address table. */ in pe_print_edata() member
1633 edt.num_functions = bfd_get_32 (abfd, data + 20); in pe_print_edata()
1675 edt.num_functions); in pe_print_edata()
1715 || (edt.num_functions + 1) * 4 < edt.num_functions in pe_print_edata()
1716 || edt.eat_addr - adj + (edt.num_functions + 1) * 4 > datasize) in pe_print_edata()
1719 (long) edt.num_functions); in pe_print_edata()
1720 else for (i = 0; i < edt.num_functions; ++i) in pe_print_edata()
H A DChangeLog-98995086 (pe_print_edata): Change num_functions and num_names in struct
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DpeXXigen.c1559 unsigned long num_functions;/* Number in the export address table. */ in pe_print_edata() member
1645 edt.num_functions = bfd_get_32 (abfd, data + 20); in pe_print_edata()
1687 edt.num_functions); in pe_print_edata()
1727 || (edt.num_functions + 1) * 4 < edt.num_functions in pe_print_edata()
1728 || edt.eat_addr - adj + (edt.num_functions + 1) * 4 > datasize) in pe_print_edata()
1731 (long) edt.num_functions); in pe_print_edata()
1732 else for (i = 0; i < edt.num_functions; ++i) in pe_print_edata()
H A DChangeLog-98995086 (pe_print_edata): Change num_functions and num_names in struct
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c9431 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs; in c_parser_postfix_expression() local
9432 if (num_functions < 2) in c_parser_postfix_expression()
9443 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
9488 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
9601 auto_vec<tree> tg_type (num_functions); in c_parser_postfix_expression()
9602 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
9652 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
9712 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
9821 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
9848 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc9428 unsigned int num_functions = vec_safe_length (cexpr_list) - nargs; in c_parser_postfix_expression() local
9429 if (num_functions < 2) in c_parser_postfix_expression()
9440 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
9485 for (unsigned int j = 1; j < num_functions; j++) in c_parser_postfix_expression()
9598 auto_vec<tree> tg_type (num_functions); in c_parser_postfix_expression()
9599 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
9649 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
9709 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
9818 c_expr_t *ce = &(*cexpr_list)[num_functions + j - 1]; in c_parser_postfix_expression()
9845 for (unsigned int j = 0; j < num_functions; j++) in c_parser_postfix_expression()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-98995086 (pe_print_edata): Change num_functions and num_names in struct
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-98995086 (pe_print_edata): Change num_functions and num_names in struct