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

  /src/external/gpl3/gdb.old/dist/gdb/python/
py-disasm.c 362 disasm_text_part_object *text_part local
364 text_part->string = new std::string (str);
365 text_part->style = style;
367 return gdbpy_ref<> ((PyObject *) text_part);
398 /* Implement DisassembleInfo.text_part method. Creates and returns a new
429 gdbpy_ref<> text_part local
432 return text_part.release ();
458 /* Return a string representation of TEXT_PART. The returned string does
462 disasmpy_part_to_string (const disasm_text_part_object *text_part)
464 gdb_assert (text_part->string != nullptr)
495 disasm_text_part_object *text_part variable
773 gdbpy_ref<> text_part variable
1039 gdbpy_ref<> text_part local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-disasm.c 357 disasm_text_part_object *text_part local
359 text_part->string = new std::string (str);
360 text_part->style = style;
362 return gdbpy_ref<> ((PyObject *) text_part);
393 /* Implement DisassembleInfo.text_part method. Creates and returns a new
424 gdbpy_ref<> text_part local
427 return text_part.release ();
453 /* Return a string representation of TEXT_PART. The returned string does
457 disasmpy_part_to_string (const disasm_text_part_object *text_part)
459 gdb_assert (text_part->string != nullptr)
490 disasm_text_part_object *text_part variable
767 gdbpy_ref<> text_part variable
1033 gdbpy_ref<> text_part local
    [all...]

Completed in 96 milliseconds