HomeSort by relevance Sort by last modified time
    Searched defs:c_stack (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
rs6000-core.c 345 file_ptr c_stack, c_regoff, c_loader; local
369 c_stack = (file_ptr) core.new_dump.c_stack;
380 c_stack = (file_ptr) (ptr_to_uint) core.old.c_stack;
447 if (c_stack + (file_ptr) c_size != statbuf.st_size)
463 || c_loader >= c_stack))
513 c_size, c_stackend - c_size, c_stack))
545 c_stack + c_size))
  /toolchain/binutils/binutils-2.27/include/coff/
rs6000.h 316 unsigned char c_stack[8]; member in struct:external_core_dumpx
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 131 for enclosing blocks are stored in c_stack. The u and c_stack are
145 PyObject *c_stack; /* Python list holding compiler_unit ptrs */ member in struct:compiler
246 c->c_stack = PyList_New(0);
247 if (!c->c_stack)
322 Py_DECREF(c->c_stack);
519 if (!capsule || PyList_Append(c->c_stack, capsule) < 0) {
546 n = PyList_GET_SIZE(c->c_stack) - 1;
548 capsule = PyList_GET_ITEM(c->c_stack, n);
552 if (PySequence_DelItem(c->c_stack, n) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 131 for enclosing blocks are stored in c_stack. The u and c_stack are
145 PyObject *c_stack; /* Python list holding compiler_unit ptrs */ member in struct:compiler
243 c->c_stack = PyList_New(0);
244 if (!c->c_stack)
319 Py_DECREF(c->c_stack);
496 if (!capsule || PyList_Append(c->c_stack, capsule) < 0) {
523 n = PyList_GET_SIZE(c->c_stack) - 1;
525 capsule = PyList_GET_ITEM(c->c_stack, n);
529 if (PySequence_DelItem(c->c_stack, n) < 0)
    [all...]
  /external/python/cpython2/Python/
compile.c 131 for enclosing blocks are stored in c_stack. The u and c_stack are
145 PyObject *c_stack; /* Python list holding compiler_unit ptrs */ member in struct:compiler
246 c->c_stack = PyList_New(0);
247 if (!c->c_stack)
322 Py_DECREF(c->c_stack);
519 if (!capsule || PyList_Append(c->c_stack, capsule) < 0) {
546 n = PyList_GET_SIZE(c->c_stack) - 1;
548 capsule = PyList_GET_ITEM(c->c_stack, n);
552 if (PySequence_DelItem(c->c_stack, n) < 0
    [all...]
  /external/python/cpython3/Python/
compile.c 142 for enclosing blocks are stored in c_stack. The u and c_stack are
162 PyObject *c_stack; /* Python list holding compiler_unit ptrs */ member in struct:compiler
293 c->c_stack = PyList_New(0);
294 if (!c->c_stack)
387 Py_DECREF(c->c_stack);
622 if (!capsule || PyList_Append(c->c_stack, capsule) < 0) {
657 n = PyList_GET_SIZE(c->c_stack) - 1;
659 capsule = PyList_GET_ITEM(c->c_stack, n);
663 if (PySequence_DelItem(c->c_stack, n) < 0
    [all...]

Completed in 668 milliseconds