Searched refs:ieee_function_type (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | ieee.c | 3942 static bfd_boolean ieee_function_type (void *, int, bfd_boolean); 4002 ieee_function_type, 5472 ieee_function_type (void *p, int argcount, bfd_boolean varargs) in ieee_function_type() function 5712 return ieee_function_type (p, argcount, varargs); in ieee_method_type()
|
H A D | ChangeLog-9197 | 818 (ieee_function_type): If reflocalp is set, make this type local. 1551 (ieee_function_type): Add argcount and varargs parameters. 1553 function body, and just call ieee_function_type.
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ieee.c | 3943 static bfd_boolean ieee_function_type (void *, int, bfd_boolean); 4003 ieee_function_type, 5475 ieee_function_type (void *p, int argcount, bfd_boolean varargs) in ieee_function_type() function 5715 return ieee_function_type (p, argcount, varargs); in ieee_method_type()
|
H A D | ChangeLog-9197 | 818 (ieee_function_type): If reflocalp is set, make this type local. 1551 (ieee_function_type): Add argcount and varargs parameters. 1553 function body, and just call ieee_function_type.
|