Searched refs:ptr_arg (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-nds32.c | 3656 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/ |
| D | ui-out.c | 698 case ptr_arg: in vmessage()
|
| D | printcmd.c | 2827 case ptr_arg: in ui_printf()
|
| D | ChangeLog-2006 | 3864 stricter. Add separate cases for long_arg, ptr_arg, and
|
| D | ChangeLog-2007 | 3833 * printcmd.c (printf_command): Handle ptr_arg. Correct typo
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | calls.cc | 4207 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/ |
| D | sh.cc | 10818 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/ |
| D | ChangeLog-2016 | 3052 * config/tc-nds32.c (nds32_parse_option): Make the type of ptr_arg
|