Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dstabs.c3385 debug_type rettype; in stab_xcoff_builtin_type() local
3402 rettype = debug_make_int_type (dhandle, 4, FALSE); in stab_xcoff_builtin_type()
3406 rettype = debug_make_int_type (dhandle, 1, FALSE); in stab_xcoff_builtin_type()
3410 rettype = debug_make_int_type (dhandle, 2, FALSE); in stab_xcoff_builtin_type()
3414 rettype = debug_make_int_type (dhandle, 4, FALSE); in stab_xcoff_builtin_type()
3418 rettype = debug_make_int_type (dhandle, 1, TRUE); in stab_xcoff_builtin_type()
3422 rettype = debug_make_int_type (dhandle, 1, FALSE); in stab_xcoff_builtin_type()
3426 rettype = debug_make_int_type (dhandle, 2, TRUE); in stab_xcoff_builtin_type()
3430 rettype = debug_make_int_type (dhandle, 4, TRUE); in stab_xcoff_builtin_type()
3434 rettype = debug_make_int_type (dhandle, 4, TRUE); in stab_xcoff_builtin_type()
[all …]
Dwrstabs.c2086 char *rettype, *buf; in stab_start_function() local
2090 rettype = stab_pop_type (info); in stab_start_function()
2092 buf = (char *) xmalloc (strlen (name) + strlen (rettype) + 3); in stab_start_function()
2095 rettype); in stab_start_function()