HomeSort by relevance Sort by last modified time
    Searched defs:barf (Results 1 - 13 of 13) sorted by null

  /external/llvm/test/MC/ARM/
2010-11-30-reloc-movt.s 16 .globl barf
18 .type barf,%function
19 barf: @ @barf label
27 .size barf, .Ltmp0-barf
elf-eflags-eabi.s 5 .globl barf
7 .type barf,%function
8 barf: @ @barf label
elf-movt.s 6 .globl barf
8 .type barf,%function
9 barf: @ @barf label
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
elf-eflags-eabi.s 5 .globl barf
7 .type barf,%function
8 barf: @ @barf label
elf-movt.s 6 .globl barf
8 .type barf,%function
9 barf: @ @barf label
  /external/valgrind/memcheck/tests/
pdb-realloc2.c 25 static void barf ( int size, int offset ) function
81 barf(size, i);
85 barf(size,i);
93 barf(size, i);
  /external/valgrind/coregrind/
launcher-linux.c 70 static void barf ( const char *format, ... ) function
101 barf("malloc of fullname failed.");
149 // barf("open(%s): %s", clientname, strerror(errno));
380 barf("Unknown VG_PLATFORM '%s'", VG_PLATFORM);
415 barf("realloc of buf failed.");
442 barf("malloc of new_line failed.");
451 barf("malloc of new_env failed.");
467 barf("malloc of toolfile failed.");
launcher-darwin.c 87 static void barf ( const char *format, ... ) function
153 barf("%s: %s", clientname, strerror(errno));
315 if (i == valid_archs_count) barf("Unknown/uninstalled VG_PLATFORM '%s'", VG_PLATFORM);
331 if (i == valid_archs_count) barf("Unknown --arch '%s'", archname);
356 if (!cwd) barf("Current directory no longer exists.");
370 barf("launcher path is too long");
386 barf("malloc of new_env failed.");
416 barf("tool '%s' not installed (%s) (%s)", toolname, toolfile, strerror(errno));
  /external/autotest/client/tests/hackbench/src/
hackbench.c 118 static void barf(const char *msg) function
139 barf("Creating fdpair");
150 barf("CLIENT: ready write");
154 barf("poll");
173 barf("SENDER: write");
203 barf("SERVER: read");
222 case -1: barf("fork()");
232 barf("pthread_attr_init:");
236 barf("pthread_attr_setstacksize");
277 barf("malloc()")
    [all...]
  /external/ltp/testcases/kernel/sched/cfs-scheduler/
hackbench.c 89 static void barf(const char *msg) function
111 barf("Creating fdpair");
122 barf("CLIENT: ready write");
126 barf("poll");
147 barf("SENDER: write");
176 barf("SERVER: read");
196 barf("fork()");
206 barf("pthread_attr_init:");
210 barf("pthread_attr_setstacksize");
244 barf("malloc()")
    [all...]
  /external/valgrind/mpi/
libmpiwrap.c 251 static void barf ( char* msg ) function
881 barf("walk_type: unhandled combiner, strict checking selected");
    [all...]
  /external/valgrind/cachegrind/
cg_merge.c 148 static void barf ( SOURCE* s, const char* msg ) function
184 barf(s, "I/O error while reading input file");
796 barf(s, "\"events:\" line of most recent file does "
909 barf(&src, "Cannot open input file");
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 174 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon37230
181 if (!c->barf) return False;
195 __attribute__((noreturn)) void (*barf)(const HChar*),
202 c->barf = barf;
245 c->barf(c->barfstr);
257 c->barf(c->barfstr);
269 c->barf(c->barfstr);
281 c->barf(c->barfstr);
366 c->barf( barfMsg )
425 void (*barf)( const HChar* ) __attribute__((noreturn)); member in struct:__anon37231
5166 static __attribute__((noreturn)) void barf ( const HChar* reason ) { function
    [all...]

Completed in 198 milliseconds