HomeSort by: relevance | last modified time | path
    Searched defs:top_of_stack (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.cc 474 const call_string::element_t top_of_stack = m_call_string.pop (); local
477 if (top_of_stack != current_call_string_element)
program-point.cc 474 const call_string::element_t top_of_stack = m_call_string.pop (); local
477 if (top_of_stack != current_call_string_element)
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_init.c 580 const unsigned_word top_of_stack = ((start_argv local
594 &top_of_stack, "sp", cooked_transfer) > 0);
615 unsigned_word top_of_stack; local
622 &top_of_stack, "r1", cooked_transfer) > 0);
hw_init.c 580 const unsigned_word top_of_stack = ((start_argv local
594 &top_of_stack, "sp", cooked_transfer) > 0);
615 unsigned_word top_of_stack; local
622 &top_of_stack, "r1", cooked_transfer) > 0);
emul_bugapi.c 172 unsigned_word top_of_stack; member in struct:_os_emul_data
229 bugapi->top_of_stack = bugapi->memory_size - 0x1000;
244 (unsigned long)(bugapi->top_of_stack - 16));
emul_netbsd.c 1732 unsigned_word top_of_stack; local
1751 top_of_stack = 0xe0000000;
1756 top_of_stack = 0x20000000;
1769 (unsigned long)(top_of_stack - stack_size));
1781 (unsigned long)top_of_stack);
emul_bugapi.c 172 unsigned_word top_of_stack; member in struct:_os_emul_data
229 bugapi->top_of_stack = bugapi->memory_size - 0x1000;
244 (unsigned long)(bugapi->top_of_stack - 16));
emul_netbsd.c 1732 unsigned_word top_of_stack; local
1751 top_of_stack = 0xe0000000;
1756 top_of_stack = 0x20000000;
1769 (unsigned long)(top_of_stack - stack_size));
1781 (unsigned long)top_of_stack);
emul_unix.c 968 unsigned_word top_of_stack;
980 top_of_stack = 0xe0000000;
985 top_of_stack = 0x20000000;
997 (unsigned long)(top_of_stack - stack_size));
999 (unsigned long)(top_of_stack - stack_size));
1011 (unsigned long)top_of_stack);
966 unsigned_word top_of_stack; local
emul_unix.c 968 unsigned_word top_of_stack;
980 top_of_stack = 0xe0000000;
985 top_of_stack = 0x20000000;
997 (unsigned long)(top_of_stack - stack_size));
999 (unsigned long)(top_of_stack - stack_size));
1011 (unsigned long)top_of_stack);
966 unsigned_word top_of_stack; local
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_init.c 580 const unsigned_word top_of_stack = ((start_argv local
594 &top_of_stack, "sp", cooked_transfer) > 0);
615 unsigned_word top_of_stack; local
622 &top_of_stack, "r1", cooked_transfer) > 0);
hw_init.c 580 const unsigned_word top_of_stack = ((start_argv local
594 &top_of_stack, "sp", cooked_transfer) > 0);
615 unsigned_word top_of_stack; local
622 &top_of_stack, "r1", cooked_transfer) > 0);
emul_bugapi.c 172 unsigned_word top_of_stack; member in struct:_os_emul_data
229 bugapi->top_of_stack = bugapi->memory_size - 0x1000;
244 (unsigned long)(bugapi->top_of_stack - 16));
emul_netbsd.c 1732 unsigned_word top_of_stack; local
1751 top_of_stack = 0xe0000000;
1756 top_of_stack = 0x20000000;
1769 (unsigned long)(top_of_stack - stack_size));
1781 (unsigned long)top_of_stack);
emul_bugapi.c 172 unsigned_word top_of_stack; member in struct:_os_emul_data
229 bugapi->top_of_stack = bugapi->memory_size - 0x1000;
244 (unsigned long)(bugapi->top_of_stack - 16));
emul_netbsd.c 1732 unsigned_word top_of_stack; local
1751 top_of_stack = 0xe0000000;
1756 top_of_stack = 0x20000000;
1769 (unsigned long)(top_of_stack - stack_size));
1781 (unsigned long)top_of_stack);
emul_unix.c 968 unsigned_word top_of_stack;
980 top_of_stack = 0xe0000000;
985 top_of_stack = 0x20000000;
997 (unsigned long)(top_of_stack - stack_size));
999 (unsigned long)(top_of_stack - stack_size));
1011 (unsigned long)top_of_stack);
966 unsigned_word top_of_stack; local
emul_unix.c 968 unsigned_word top_of_stack;
980 top_of_stack = 0xe0000000;
985 top_of_stack = 0x20000000;
997 (unsigned long)(top_of_stack - stack_size));
999 (unsigned long)(top_of_stack - stack_size));
1011 (unsigned long)top_of_stack);
966 unsigned_word top_of_stack; local
  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.cc 488 const call_string::element_t &top_of_stack local
493 if (top_of_stack != current_call_string_element)
program-point.cc 488 const call_string::element_t &top_of_stack local
493 if (top_of_stack != current_call_string_element)
  /src/external/gpl3/gcc/dist/gcc/
rtl.h 3948 #define top_of_stack \
3944 #define top_of_stack macro
rtl.h 3948 #define top_of_stack \
3944 #define top_of_stack macro
  /src/external/gpl3/gcc.old/dist/gcc/
rtl.h 3939 #define top_of_stack \
3935 #define top_of_stack macro
rtl.h 3939 #define top_of_stack \
3935 #define top_of_stack macro

Completed in 52 milliseconds