Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-nds32.c3656 const char *ptr_arg = NULL; in nds32_parse_option() local
3694 ptr_arg = strchr (arg, '='); in nds32_parse_option()
3696 if (ptr_arg) in nds32_parse_option()
3699 if (ptr_arg != NULL) in nds32_parse_option()
3700 ptr_arg++; in nds32_parse_option()
3703 if (strncmp (arg, coarse_tune->name, (ptr_arg - arg)) == 0) in nds32_parse_option()
3705 coarse_tune->func (ptr_arg); in nds32_parse_option()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dui-out.c698 case ptr_arg: in vmessage()
Dprintcmd.c2827 case ptr_arg: in ui_printf()
DChangeLog-20063864 stricter. Add separate cases for long_arg, ptr_arg, and
DChangeLog-20073833 * printcmd.c (printf_command): Handle ptr_arg. Correct typo
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dcalls.cc4207 function_arg_info ptr_arg (Pmode, /*named=*/true); in emit_library_call_value_1() local
4208 argvec[count].reg = targetm.calls.function_arg (args_so_far, ptr_arg); in emit_library_call_value_1()
4209 gcc_assert (targetm.calls.arg_partial_bytes (args_so_far, ptr_arg) == 0); in emit_library_call_value_1()
4224 targetm.calls.function_arg_advance (args_so_far, ptr_arg); in emit_library_call_value_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc10818 function_arg_info ptr_arg (ptype, Pmode, /*named=*/true); in sh_output_mi_thunk() local
10819 sh_function_arg_advance (pack_cumulative_args (&cum), ptr_arg); in sh_output_mi_thunk()
10821 function_arg_info ptr_arg (ptr_type_node, Pmode, /*named=*/true); in sh_output_mi_thunk() local
10822 this_rtx = sh_function_arg (pack_cumulative_args (&cum), ptr_arg); in sh_output_mi_thunk()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20163052 * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg