Searched defs:HChar (Results 1 - 17 of 17) sorted by path

/external/valgrind/VEX/priv/
H A Dir_opt.c3175 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int)
6181 const HChar* tyNm = NULL;
6396 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int),
6575 IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int),
3173 spec_helpers_BB( IRSB* bb, IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int) ) argument
6394 cheap_transformations( IRSB* bb, IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int), Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), VexRegisterUpdates pxControl ) argument
6573 do_iropt_BB( IRSB* bb0, IRExpr* (*specHelper) (const HChar*, IRExpr**, IRStmt**, Int), Bool (*preciseMemExnsFn)(Int,Int,VexRegisterUpdates), VexRegisterUpdates pxControl, Addr guest_addr, VexArch guest_arch ) argument
H A Dmain_main.c164 static const HChar* show_hwcaps ( VexArch arch, UInt hwcaps );
199 void (*log_bytes) ( const HChar*, SizeT nbytes ),
315 IRExpr* (*specHelper) ( const HChar*, IRExpr**, IRStmt**, Int );
1366 const HChar* LibVEX_EmNote_string ( VexEmNote ew )
1424 const HChar* LibVEX_ppVexArch ( VexArch arch )
1441 const HChar* LibVEX_ppVexEndness ( VexEndness endness )
1454 const HChar* LibVEX_ppVexHwCaps ( VexArch arch, UInt hwcaps )
1520 static const HChar* show_hwcaps_x86 ( UInt hwcaps )
1522 static const HChar prefix[] = "x86";
1525 HChar nam
194 LibVEX_Init( __attribute__ ((noreturn)) void (*failure_exit) ( void ), void (*log_bytes) ( const HChar*, SizeT nbytes ), Int debuglevel, const VexControl* vcon ) argument
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h46 typedef char HChar; /* signfulness depends on host */ typedef
114 static inline HChar toHChar ( Int x ) {
116 return (HChar)x;
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c132 typedef char HChar; /* signfulness depends on host */ typedef
152 void fail ( HChar* msg )
236 static Int map_image_aboard ( /*OUT*/ImageInfo* ii, HChar* filename )
374 void modify_macho_loadcmds ( HChar* filename,
576 static Bool is_plausible_tool_exe_name ( HChar* nm )
578 HChar* p;
H A Dm_machine.c185 const HChar*, Addr))
353 void VG_(apply_to_GP_regs)(void (*f)(ThreadId, const HChar*, UWord)) argument
540 const HChar name[5];
562 HChar *p, *m, *model_name, *file_buf;
658 HChar *file_buf, *isa;
784 HChar *file_buf;
842 HChar vstr[13];
942 HChar vstr[13];
1477 const HChar name[6]; // may need adjustment for new facility names
1501 HChar fac_st
184 apply_to_GPs_of_tid(ThreadId tid, void (*f)(ThreadId, const HChar*, Addr)) argument
[all...]
H A Dm_tooliface.c76 DETAILS(const HChar*, name)
77 DETAILS(const HChar*, version)
78 DETAILS(const HChar*, description)
79 DETAILS(const HChar*, copyright_author)
80 DETAILS(const HChar*, bug_reports_to)
106 Bool VG_(sanity_check_needs)(const HChar** failmsg)
238 Bool (*recog) (const HChar*, Supp*),
239 Bool (*read_extra) (Int, HChar**, SizeT*, Int*, Supp*),
241 const HChar* (*name) (const Error*),
242 SizeT (*get_xtra_si)(const Error*,/*OUT*/HChar*,In
232 needs_tool_errors( Bool (eq) VgRes, const Error*, const Error*), void (*before_pp) (const Error*), void (*pp) (const Error*), Bool show_TIDs, UInt (*update) (const Error*), Bool (*recog) (const HChar*, Supp*), Bool (*read_extra) (Int, HChar**, SizeT*, Int*, Supp*), Bool (*matches) (const Error*, const Supp*), const HChar* (*name) (const Error*), SizeT (*get_xtra_si)(const Error*, HChar*,Int), SizeT (*print_xtra_su)(const Supp*, HChar*,Int), void (*update_xtra_su)(const Error*, const Supp*) ) argument
262 needs_command_line_options( Bool (process)const HChar*), void (*usage)(void), void (*debug_usage)(void) ) argument
[all...]
H A Dm_wordfm.c84 void* (*alloc_nofail)( const HChar*, SizeT );
85 const HChar* cc;
505 void*(alloc_nofail)(const HChar*,SizeT),
506 const HChar* cc )
549 void* (*alloc_nofail)( const HChar*, SizeT ),
550 const HChar* cc,
571 WordFM* VG_(newFM) ( void* (*alloc_nofail)( const HChar*, SizeT ), argument
572 const HChar* cc,
837 WordBag* VG_(newBag) ( void* (*alloc_nofail)( const HChar*, SizeT ), argument
838 const HChar* c
502 avl_dopy( const AvlNode* nd, UWord(*dopyK)(UWord), UWord(*dopyV)(UWord), void*(alloc_nofail)(const HChar*,SizeT), const HChar* cc ) argument
548 initFM( WordFM* fm, void* (*alloc_nofail)( const HChar*, SizeT ), const HChar* cc, void (*dealloc)(void*), Word (*kCmp)(UWord,UWord) ) argument
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c174 void (*barf)( const HChar* ) __attribute__((noreturn));
175 const HChar* barfstr;
195 __attribute__((noreturn)) void (*barf)(const HChar*),
196 const HChar* barfstr )
359 const HChar* barfMsg )
425 void (*barf)( const HChar* ) __attribute__((noreturn));
1102 void (*barf)( const HChar* ) __attribute__((noreturn)) )
1239 HChar* tmp = ML_(cur_read_strdup)(str, "di.getFC.1");
1250 HChar* tmp = ML_(cur_read_strdup)(str, "di.getFC.2");
1436 HChar* tm
192 init_Cursor( Cursor* c, DiSlice sli, ULong sli_initial_offset, __attribute__((noreturn)) void (*barf)(const HChar*), const HChar* barfstr ) argument
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dbad_percentify.c15 typedef char HChar; typedef
33 void(*send)(HChar,void*),
35 const HChar* format,
51 void send_bytes_to_logging_sink ( OutputSink* sink, HChar* msg, Int nbytes )
62 HChar buf[512];
70 static void add_to__printf_buf ( HChar c, void *p )
85 const HChar *format, va_list vargs )
97 const HChar *format, va_list vargs )
113 UInt VG_(vprintf) ( const HChar *format, va_list vargs )
119 UInt VG_(printf) ( const HChar *forma
[all...]
H A Dhackedbz2.c900 typedef char HChar; typedef
995 static HChar vex_toupper ( HChar c )
1003 static __attribute__(( noinline)) Int vex_strlen ( const HChar* str )
1010 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1031 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1080 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1082 HChar bu
[all...]
/external/valgrind/helgrind/
H A Dhg_wordset.c151 void* (*alloc)(const HChar*,SizeT);
152 const HChar* cc;
356 WordSetU* HG_(newWordSetU) ( void* (*alloc_nofail)( const HChar*, SizeT ), argument
357 const HChar* cc,
583 void HG_(ppWSUstats) ( WordSetU* wsu, const HChar* name )
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c893 typedef char HChar; typedef
988 static HChar vex_toupper ( HChar c )
996 static Int vex_strlen ( const HChar* str )
1003 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1024 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1073 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1075 HChar bu
[all...]
H A Dvarinfo6.c931 typedef char HChar; typedef
1026 static HChar vex_toupper ( HChar c )
1034 static Int vex_strlen ( const HChar* str )
1041 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1062 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1111 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1113 HChar bu
[all...]
/external/valgrind/none/tests/amd64/
H A Damd64locked.c15 typedef char HChar; typedef
137 static HChar outBuf[1024];
/external/valgrind/none/tests/x86/
H A Dx86locked.c15 typedef char HChar; typedef
137 static HChar outBuf[1024];
/external/valgrind/perf/
H A Dbz2.c893 typedef char HChar; typedef
988 static HChar vex_toupper ( HChar c )
996 static Int vex_strlen ( const HChar* str )
1003 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1024 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1073 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1075 HChar bu
[all...]
H A Dtest_input_for_tinycc.c1201 typedef char HChar; typedef
1236 static HChar vex_toupper ( HChar c )
1244 static Int vex_strlen ( const HChar* str )
1251 Bool vex_streq ( const HChar* s1, const HChar* s2 )
1264 myvprintf_str ( void(*send)(HChar), Int flags, Int width, HChar* str,
1313 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
1315 HChar bu
[all...]

Completed in 607 milliseconds