| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_init.c | 672 const char *stack_type; local 680 stack_type = device_find_string_property(me, "stack-type"); 681 if (strcmp(stack_type, "ppc-elf") == 0) 683 else if (strcmp(stack_type, "ppc-xcoff") == 0) 685 else if (strcmp(stack_type, "chirp") == 0) 687 else if (strcmp(stack_type, "none") != 0) 688 device_error(me, "Unknown initial stack frame type %s", stack_type);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_init.c | 672 const char *stack_type; local 680 stack_type = device_find_string_property(me, "stack-type"); 681 if (strcmp(stack_type, "ppc-elf") == 0) 683 else if (strcmp(stack_type, "ppc-xcoff") == 0) 685 else if (strcmp(stack_type, "chirp") == 0) 687 else if (strcmp(stack_type, "none") != 0) 688 device_error(me, "Unknown initial stack frame type %s", stack_type);
|
| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| toyvm.c | 390 gcc_jit_type *stack_type; /* int[MAX_STACK_DEPTH] */ member in struct:compilation_state 511 state.stack_type = 544 state.stack_type, "stack");
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
| toyvm.c | 390 gcc_jit_type *stack_type; /* int[MAX_STACK_DEPTH] */ member in struct:compilation_state 511 state.stack_type = 544 state.stack_type, "stack");
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| QLParser.tab.hh | 1833 typedef stack<stack_symbol_type> stack_type; typedef in class:QL::Parser 1836 stack_type yystack_;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| QLParser.tab.hh | 1833 typedef stack<stack_symbol_type> stack_type; typedef in class:QL::Parser 1836 stack_type yystack_;
|