Searched refs:mk_Frame_asciiz (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/auxprogs/ |
H A D | valgrind-di-server.c | 415 static Frame* mk_Frame_asciiz ( const char* tag, const char* str ) function 735 res = mk_Frame_asciiz("VEOK", "Valgrind Debuginfo Server, Version 1"); 741 res = mk_Frame_asciiz("CRC3", "FAIL: not connected to file"); 750 res = mk_Frame_asciiz("FAIL", "CRC3: I/O error reading file"); 759 res = mk_Frame_asciiz("FAIL", "OPEN: already connected to file"); 766 res = mk_Frame_asciiz("FAIL", "OPEN: cannot open file"); 778 res = mk_Frame_asciiz("FAIL", "OPEN: cannot stat file"); 782 res = mk_Frame_asciiz("FAIL", "OPEN: file has zero size"); 806 res = mk_Frame_asciiz("FAIL", "READ: invalid session ID"); 812 res = mk_Frame_asciiz("FAI [all...] |
/external/valgrind/coregrind/m_debuginfo/ |
H A D | image.c | 303 static Frame* mk_Frame_asciiz ( const HChar* tag, const HChar* str ) function 704 req = mk_Frame_asciiz("OPEN", filename);
|
Completed in 92 milliseconds