Searched refs:bufpp (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-x86-x86.c | 198 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()
|
D | elf-x86-amd64.c | 209 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()
|
D | elf-machine.h | 66 typedef void (*func_write_proghead)(unsigned char **bufpp,
|
/external/valgrind/main/include/ |
D | pub_tool_errormgr.h | 97 extern Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno );
|
D | pub_tool_tooliface.h | 322 Bool (*read_extra_suppression_info)(Int fd, Char** bufpp, SizeT* nBufp,
|
/external/valgrind/main/exp-sgcheck/ |
D | pc_common.h | 55 Bool pc_read_extra_suppression_info ( Int fd, Char** bufpp,
|
D | pc_common.c | 738 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/ |
D | hg_errors.h | 43 Bool HG_(read_extra_suppression_info) ( Int fd, Char** bufpp, SizeT* nBufp,
|
D | hg_errors.c | 1369 Bool HG_(read_extra_suppression_info) ( Int fd, Char** bufpp, SizeT* nBufp, in HG_()
|
/external/valgrind/main/coregrind/ |
D | m_errormgr.c | 1061 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/ |
D | mc_errors.c | 1445 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/ |
D | drd_error.c | 557 Bool drd_read_extra_suppression_info(Int fd, Char** bufpp, in drd_read_extra_suppression_info() argument
|