Searched refs:stack_type (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/ |
H A D | hw_init.c | 672 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 D | toyvm.cc | 476 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 D | toyvm.c | 390 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 D | toyvm.cc | 476 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 D | toyvm.c | 390 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 D | QLParser.tab.hh | 1832 typedef stack<stack_symbol_type> stack_type; typedef in QL::Parser 1835 stack_type yystack_;
|
H A D | QLParser.tab.cc | 1252 for (stack_type::const_iterator in yy_stack_print_()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2372 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 D | libgccjit.texi | 2255 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");
|