Searched refs:bufpp (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-machine.h66 typedef void (*func_write_proghead)(unsigned char **bufpp,
H A Delf-x86-amd64.c209 elf_x86_amd64_write_proghead(unsigned char **bufpp, argument
214 unsigned char *bufp = *bufpp;
238 *bufpp = bufp;
H A Delf-x86-x86.c198 elf_x86_x86_write_proghead(unsigned char **bufpp, argument
203 unsigned char *bufp = *bufpp;
224 *bufpp = bufp;
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.h55 Bool pc_read_extra_suppression_info ( Int fd, HChar** bufpp,
H A Dpc_common.c738 Bool pc_read_extra_suppression_info ( Int fd, HChar** bufpp, argument
743 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
745 VG_(set_supp_string)(su, VG_(strdup)("pc.common.presi.1", *bufpp));
/external/valgrind/main/include/
H A Dpub_tool_errormgr.h92 line for the Param memcheck suppression kind. bufpp is a pointer
96 *bufpp and *nBufp in the process). (It will bomb out if the size
100 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
H A Dpub_tool_tooliface.h322 // fd, bufpp, nBufp and lineno are the same as for VG_(get_line).
323 Bool (*read_extra_suppression_info)(Int fd, HChar** bufpp, SizeT* nBufp,
/external/valgrind/main/helgrind/
H A Dhg_errors.h43 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp,
H A Dhg_errors.c1278 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp, argument
/external/valgrind/main/coregrind/
H A Dm_errormgr.c1087 static Bool get_nbnc_line ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) argument
1089 HChar* buf = *bufpp;
1122 *bufpp = buf = VG_(realloc)("errormgr.get_line.1", buf, nBuf);
1145 Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) argument
1147 Bool eof = get_nbnc_line (fd, bufpp, nBufp, lineno);
1152 if (is_location_line(*bufpp))
/external/valgrind/main/memcheck/
H A Dmc_errors.c1237 Bool MC_(read_extra_suppression_info) ( Int fd, HChar** bufpp, argument
1244 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1246 VG_(set_supp_string)(su, VG_(strdup)("mc.resi.1", *bufpp));
1256 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1258 if (0 == VG_(strncmp)(*bufpp, "match-leak-kinds:", 17)) {
1260 while ((*bufpp)[i] && VG_(isspace((*bufpp)[i])))
1262 if (!MC_(parse_leak_kinds)((*bufpp)+i, &lse->match_leak_kinds)) {
/external/valgrind/main/drd/
H A Ddrd_error.c558 Bool drd_read_extra_suppression_info(Int fd, HChar** bufpp, argument

Completed in 1203 milliseconds