Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-objfile.c170 std::string hex_form = bin2hex (build_id->data, build_id->size); in objfpy_get_build_id() local
172 return host_string_to_python_string (hex_form.c_str ()).release (); in objfpy_get_build_id()