HomeSort by relevance Sort by last modified time
    Searched refs:zmsg (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
errors.cc 171 const char* zmsg; local
179 zmsg = _("warning");
184 zmsg = _("error");
191 location.c_str(), zmsg, sym->demangled_name().c_str());
195 location.c_str(), zmsg, sym->demangled_name().c_str(), version);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c 75 const char *zmsg = Z_NULL; local
79 zmsg = "library version mismatch";
80 if (zmsg == Z_NULL)
81 zmsg = zst.msg;
82 if (zmsg == Z_NULL) {
85 zmsg = "incomplete or truncated stream";
88 zmsg = "inconsistent stream state";
91 zmsg = "invalid input data";
95 if (zmsg == Z_NULL)
98 PyErr_Format(ZlibError, "Error %d %s: %.200s", err, msg, zmsg);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zlibmodule.c 75 const char *zmsg = zst.msg; local
76 if (zmsg == Z_NULL) {
79 zmsg = "incomplete or truncated stream";
82 zmsg = "inconsistent stream state";
85 zmsg = "invalid input data";
89 if (zmsg == Z_NULL)
92 PyErr_Format(ZlibError, "Error %d %s: %.200s", err, msg, zmsg);
    [all...]

Completed in 91 milliseconds