HomeSort by relevance Sort by last modified time
    Searched full:dl_error (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 40 Diag(Loc, DL_Error, "%0 null pointer of type %1")
43 Diag(Loc, DL_Error, "%0 misaligned address %1 for type %3, "
48 Diag(Loc, DL_Error, "%0 address %1 with insufficient space "
73 Diag(Loc, DL_Error, "%0 integer overflow: "
119 Diag(Loc, DL_Error,
124 Diag(Loc, DL_Error,
143 Diag(Loc, DL_Error,
147 Diag(Loc, DL_Error, "division by zero");
166 Diag(Loc, DL_Error, "shift exponent %0 is negative") << RHSVal;
168 Diag(Loc, DL_Error,
    [all...]
ubsan_handlers_cxx.cc 40 Diag(Loc, DL_Error,
ubsan_diag.h 91 DL_Error, ///< An error.
ubsan_diag.cc 285 case DL_Error:
  /external/qemu/distrib/sdl-1.2.15/VisualCE/SDL/
SDL.vcp     [all...]
  /external/fio/os/windows/
posix.c 194 char *dl_error = NULL; variable
207 dl_error = (char*)"LoadLibrary failed";
209 dl_error = NULL;
220 dl_error = (char*)"GetProcAddress failed";
222 dl_error = NULL;
229 return dl_error;

Completed in 68 milliseconds