Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c198 elf_x86_x86_write_proghead(unsigned char **bufpp, in elf_x86_x86_write_proghead() argument
203 unsigned char *bufp = *bufpp; in elf_x86_x86_write_proghead()
224 *bufpp = bufp; in elf_x86_x86_write_proghead()
Delf-x86-amd64.c209 elf_x86_amd64_write_proghead(unsigned char **bufpp, in elf_x86_amd64_write_proghead() argument
214 unsigned char *bufp = *bufpp; in elf_x86_amd64_write_proghead()
238 *bufpp = bufp; in elf_x86_amd64_write_proghead()
Delf-machine.h66 typedef void (*func_write_proghead)(unsigned char **bufpp,
/external/valgrind/main/include/
Dpub_tool_errormgr.h97 extern Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno );
Dpub_tool_tooliface.h322 Bool (*read_extra_suppression_info)(Int fd, Char** bufpp, SizeT* nBufp,
/external/valgrind/main/exp-sgcheck/
Dpc_common.h55 Bool pc_read_extra_suppression_info ( Int fd, Char** bufpp,
Dpc_common.c738 Bool pc_read_extra_suppression_info ( Int fd, Char** bufpp, in pc_read_extra_suppression_info() argument
743 eof = VG_(get_line) ( fd, bufpp, nBufp, NULL ); in pc_read_extra_suppression_info()
745 VG_(set_supp_string)(su, VG_(strdup)("pc.common.presi.1", *bufpp)); in pc_read_extra_suppression_info()
/external/valgrind/main/helgrind/
Dhg_errors.h43 Bool HG_(read_extra_suppression_info) ( Int fd, Char** bufpp, SizeT* nBufp,
Dhg_errors.c1369 Bool HG_(read_extra_suppression_info) ( Int fd, Char** bufpp, SizeT* nBufp, in HG_()
/external/valgrind/main/coregrind/
Dm_errormgr.c1061 Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno ) in VG_()
1063 Char* buf = *bufpp; in VG_()
1092 *bufpp = buf = VG_(realloc)("errormgr.get_line.1", buf, nBuf); in VG_()
/external/valgrind/main/memcheck/
Dmc_errors.c1445 Bool MC_(read_extra_suppression_info) ( Int fd, Char** bufpp, in MC_()
1451 eof = VG_(get_line) ( fd, bufpp, nBufp, NULL ); in MC_()
1453 VG_(set_supp_string)(su, VG_(strdup)("mc.resi.1", *bufpp)); in MC_()
/external/valgrind/main/drd/
Ddrd_error.c557 Bool drd_read_extra_suppression_info(Int fd, Char** bufpp, in drd_read_extra_suppression_info() argument