Home
last modified time | relevance | path

Searched refs:argcount (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dwrstabs.c940 stab_function_type (void *p, int argcount, in stab_function_type() argument
949 for (i = 0; i < argcount; i++) in stab_function_type()
1138 stab_method_type (void *p, bfd_boolean domainp, int argcount, in stab_method_type() argument
1166 if (argcount < 0) in stab_method_type()
1169 argcount = 0; in stab_method_type()
1171 else if (argcount == 0) in stab_method_type()
1182 argcount = 1; in stab_method_type()
1187 args = (char **) xmalloc ((argcount + 1) * sizeof (*args)); in stab_method_type()
1188 for (i = argcount - 1; i >= 0; i--) in stab_method_type()
1198 args[argcount] = stab_pop_type (info); in stab_method_type()
[all …]
Dprdbg.c710 pr_function_type (void *p, int argcount, bfd_boolean varargs) in pr_function_type() argument
721 if (argcount <= 0) in pr_function_type()
730 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_function_type()
731 for (i = argcount - 1; i >= 0; i--) in pr_function_type()
755 if (argcount < 0) in pr_function_type()
761 for (i = 0; i < argcount; i++) in pr_function_type()
773 if (argcount > 0) in pr_function_type()
919 pr_method_type (void *p, bfd_boolean domain, int argcount, bfd_boolean varargs) in pr_method_type() argument
948 if (argcount <= 0) in pr_method_type()
957 arg_types = (char **) xmalloc (argcount * sizeof *arg_types); in pr_method_type()
[all …]
Dieee.c5482 ieee_function_type (void *p, int argcount, bfd_boolean varargs) in ieee_function_type() argument
5494 if (argcount > 0) in ieee_function_type()
5496 args = (unsigned int *) xmalloc (argcount * sizeof *args); in ieee_function_type()
5497 for (i = argcount - 1; i >= 0; i--) in ieee_function_type()
5504 else if (argcount < 0) in ieee_function_type()
5512 if (argcount < 0 && ! localp) in ieee_function_type()
5533 || ! ieee_write_number (info, (bfd_vma) argcount + (varargs ? 1 : 0))) in ieee_function_type()
5538 if (argcount > 0) in ieee_function_type()
5540 for (i = 0; i < argcount; i++) in ieee_function_type()
5707 ieee_method_type (void *p, bfd_boolean domain, int argcount, in ieee_method_type() argument
[all …]
DChangeLog-91971548 (pr_function_type): Add argcount and varargs parameters.
1551 (ieee_function_type): Add argcount and varargs parameters.