Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c145 } Pdata; typedef
148 Pdata_dealloc(Pdata *self) in Pdata_dealloc()
162 PyVarObject_HEAD_INIT(NULL, 0) "cPickle.Pdata", sizeof(Pdata), 0,
172 Pdata *self; in Pdata_New()
174 if (!(self = PyObject_New(Pdata, &PdataType))) in Pdata_New()
196 Pdata_clear(Pdata *self, Py_ssize_t clearto) in Pdata_clear()
215 Pdata_grow(Pdata *self) in Pdata_grow()
263 if (((Pdata*)(D))->length == ((Pdata*)(D))->size && \
264 Pdata_grow((Pdata*)(D)) < 0) { \
268 ((Pdata*)(D))->data[((Pdata*)(D))->length++] = (O); \
[all …]
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawConstants.h75 Pdata, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawConstants.h96 Pdata, enumerator
/external/python/cpython3/Modules/
D_pickle.c426 } Pdata; typedef
429 Pdata_dealloc(Pdata *self) in Pdata_dealloc()
442 sizeof(Pdata), /*tp_basicsize*/
450 Pdata *self; in Pdata_New()
452 if (!(self = PyObject_New(Pdata, &Pdata_Type))) in Pdata_New()
470 Pdata_clear(Pdata *self, Py_ssize_t clearto) in Pdata_clear()
486 Pdata_grow(Pdata *self) in Pdata_grow()
511 Pdata_stack_underflow(Pdata *self) in Pdata_stack_underflow()
526 Pdata_pop(Pdata *self) in Pdata_pop()
537 Pdata_push(Pdata *self, PyObject *obj) in Pdata_push()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp451 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection() local
459 error(Obj->getSectionContents(Pdata, Contents)); in getPDataSection()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp456 const coff_section *Pdata = Obj->getCOFFSection(Section); in getPDataSection() local
464 error(Obj->getSectionContents(Pdata, Contents)); in getPDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp153 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Pdata)) in discoverStreamPurposes()
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp186 else if (Dbi && StreamIdx == Dbi->getDebugStreamIndex(DbgHeaderType::Pdata)) in dumpStreamSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
DDbiStream.rst434 **Pdata** - ``DbgStreamArray[8]``. This is assumed to be a copy of the ``.pdata``