Home
last modified time | relevance | path

Searched refs:stack_type (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_init.c672 const char *stack_type; in hw_stack_ioctl() local
680 stack_type = device_find_string_property(me, "stack-type"); in hw_stack_ioctl()
681 if (strcmp(stack_type, "ppc-elf") == 0) in hw_stack_ioctl()
683 else if (strcmp(stack_type, "ppc-xcoff") == 0) in hw_stack_ioctl()
685 else if (strcmp(stack_type, "chirp") == 0) in hw_stack_ioctl()
687 else if (strcmp(stack_type, "none") != 0) in hw_stack_ioctl()
688 device_error(me, "Unknown initial stack frame type %s", stack_type); in hw_stack_ioctl()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc476 gccjit::type stack_type; /* int[MAX_STACK_DEPTH] */ member in compilation_state
585 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH); in create_types()
622 stack = fn.new_local (stack_type, "stack"); in create_function()
H A Dtoyvm.c390 gcc_jit_type *stack_type; /* int[MAX_STACK_DEPTH] */ member
511 state.stack_type = in toyvm_function_compile()
544 state.stack_type, "stack"); in toyvm_function_compile()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc476 gccjit::type stack_type; /* int[MAX_STACK_DEPTH] */ member in compilation_state
585 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH); in create_types()
622 stack = fn.new_local (stack_type, "stack"); in create_function()
H A Dtoyvm.c390 gcc_jit_type *stack_type; /* int[MAX_STACK_DEPTH] */ member
511 state.stack_type = in toyvm_function_compile()
544 state.stack_type, "stack"); in toyvm_function_compile()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DQLParser.tab.hh1832 typedef stack<stack_symbol_type> stack_type; typedef in QL::Parser
1835 stack_type yystack_;
H A DQLParser.tab.cc1252 for (stack_type::const_iterator in yy_stack_print_()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi2372 gcc_jit_type *stack_type; /* int[MAX_STACK_DEPTH] */
2409 state.stack_type =
2555 state.stack_type, "stack");
11132 gccjit::type stack_type; /* int[MAX_STACK_DEPTH] */
11170 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH);
11310 stack = fn.new_local (stack_type, "stack");
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi2255 gcc_jit_type *stack_type; /* int[MAX_STACK_DEPTH] */
2289 state.stack_type =
2420 state.stack_type, "stack");
11766 gccjit::type stack_type; /* int[MAX_STACK_DEPTH] */
11801 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH);
11926 stack = fn.new_local (stack_type, "stack");