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

  /src/external/gpl3/gdb/dist/gdb/python/
py-arch.c 132 PyObject *start_obj = nullptr, *end_obj = nullptr, *count_obj = nullptr; local
138 keywords, &start_obj, &end_obj,
142 if (get_addr_from_python (start_obj, &start) < 0)
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-arch.c 132 PyObject *start_obj = nullptr, *end_obj = nullptr, *count_obj = nullptr; local
138 keywords, &start_obj, &end_obj,
142 if (get_addr_from_python (start_obj, &start) < 0)

Completed in 91 milliseconds