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

  /src/external/gpl3/gdb/dist/gdb/python/
py-objfile.c 171 std::string hex_form = bin2hex (build_id->data, build_id->size);
173 return host_string_to_python_string (hex_form.c_str ()).release ();
170 std::string hex_form = bin2hex (build_id->data, build_id->size); local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-objfile.c 171 std::string hex_form = bin2hex (build_id->data, build_id->size);
173 return host_string_to_python_string (hex_form.c_str ()).release ();
170 std::string hex_form = bin2hex (build_id->data, build_id->size); local

Completed in 24 milliseconds