Home
last modified time | relevance | path

Searched defs:bufp (Results 1 – 25 of 53) sorted by relevance

123

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-amd64.c72 elf_x86_amd64_write_symtab_entry(unsigned char *bufp, in elf_x86_amd64_write_symtab_entry()
94 elf_x86_amd64_write_secthead(unsigned char *bufp, elf_secthead *shead) in elf_x86_amd64_write_secthead()
111 elf_x86_amd64_write_secthead_rel(unsigned char *bufp, in elf_x86_amd64_write_secthead_rel()
194 elf_x86_amd64_write_reloc(unsigned char *bufp, elf_reloc_entry *reloc, in elf_x86_amd64_write_reloc()
214 unsigned char *bufp = *bufpp; in elf_x86_amd64_write_proghead() local
Delf-x86-x86.c77 elf_x86_x86_write_symtab_entry(unsigned char *bufp, in elf_x86_x86_write_symtab_entry()
100 elf_x86_x86_write_secthead(unsigned char *bufp, elf_secthead *shead) in elf_x86_x86_write_secthead()
118 elf_x86_x86_write_secthead_rel(unsigned char *bufp, in elf_x86_x86_write_secthead_rel()
190 elf_x86_x86_write_reloc(unsigned char *bufp, elf_reloc_entry *reloc, in elf_x86_x86_write_reloc()
203 unsigned char *bufp = *bufpp; in elf_x86_x86_write_proghead() local
Delf.c464 unsigned char buf[SYMTAB_MAXSIZE], *bufp; in elf_symtab_write_to_file() local
671 unsigned char buf[SHDR_MAXSIZE], *bufp = buf; in elf_secthead_write_to_file() local
734 unsigned char buf[SHDR_MAXSIZE], *bufp = buf; in elf_secthead_write_rel_to_file() local
758 unsigned char buf[RELOC_MAXSIZE], *bufp; in elf_secthead_write_relocs_to_file() local
939 unsigned char buf[EHDR_MAXSIZE], *bufp = buf; in elf_proghead_write_to_file() local
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
DSDL_win32_main.c81 char *bufp; in ParseCommandLine() local
275 char *bufp, *appname; in console_main() local
337 wchar_t *bufp; in WinMain() local
340 char *bufp; in WinMain() local
/external/libselinux/src/
Denabled.c15 char *bufp; in is_selinux_enabled() local
Dinit.c33 char *bufp; in init_selinuxmnt() local
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
Dx86bc.c783 x86_common_tobytes(const x86_common *common, unsigned char **bufp, in x86_common_tobytes()
799 x86_opcode_tobytes(const x86_opcode *opcode, unsigned char **bufp) in x86_opcode_tobytes()
807 x86_bc_insn_tobytes(yasm_bytecode *bc, unsigned char **bufp, in x86_bc_insn_tobytes()
909 x86_bc_jmp_tobytes(yasm_bytecode *bc, unsigned char **bufp, in x86_bc_jmp_tobytes()
996 x86_bc_jmpfar_tobytes(yasm_bytecode *bc, unsigned char **bufp, in x86_bc_jmpfar_tobytes()
/external/elfutils/libcpu/
Di386_data.h162 char *bufp = d->bufp; in general_mod$r_m() local
505 char *bufp = d->bufp; in FCT_ax() local
532 char *bufp = d->bufp; in FCT_ax$w() local
943 char *bufp = d->bufp; in FCT_mod$r_m() local
1022 char *bufp = d->bufp; in FCT_mod$r_m$w() local
1090 char *bufp = d->bufp; in FCT_mod$8r_m() local
1359 char *bufp = d->bufp; in FCT_sreg2() local
1382 char *bufp = d->bufp; in FCT_sreg3() local
/external/elfutils/libasm/
Ddisasm_str.c60 GElf_Addr addr, const char *fmt, char **bufp, size_t len, in disasm_str()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_string.c384 char *bufp = string; in SDL_strupr() local
396 char *bufp = string; in SDL_strlwr() local
421 const char *bufp = string + SDL_strlen(string) - 1; in SDL_strrchr() local
459 char *bufp = string; in SDL_ltoa() local
489 char *bufp = string; in SDL_ultoa() local
557 char *bufp = string; in SDL_lltoa() local
587 char *bufp = string; in SDL_ulltoa() local
/external/chromium_org/third_party/icu/source/test/letest/
Dgendata.cpp68 le_int32 bufp = 0; in dumpLongs() local
91 le_int32 bufp = 0; in dumpFloats() local
/external/icu4c/test/letest/
Dgendata.cpp68 le_int32 bufp = 0; in dumpLongs() local
91 le_int32 bufp = 0; in dumpFloats() local
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Df_int.c108 unsigned char *bufp; in a2i_ASN1_INTEGER() local
Df_enum.c104 unsigned char *bufp; in a2i_ASN1_ENUMERATED() local
Df_string.c102 unsigned char *bufp; in a2i_ASN1_STRING() local
/external/openssl/crypto/asn1/
Df_int.c108 unsigned char *bufp; in a2i_ASN1_INTEGER() local
Df_enum.c104 unsigned char *bufp; in a2i_ASN1_ENUMERATED() local
Df_string.c102 unsigned char *bufp; in a2i_ASN1_STRING() local
/external/libppp/src/
Dvjcomp.c117 u_char *bufp; in VjUncompressTcp() local
Dpred.c181 u_char bufp[MAX_MTU + 2]; in Pred1Output() local
223 u_char *bufp; in Pred1Input() local
/external/libpcap/
Dpcap-dlpi.c1141 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) in recv_ack()
1447 dlbindack(int fd, char *bufp, char *ebuf, int *uerror) in dlbindack()
1465 dlokack(int fd, const char *what, char *bufp, char *ebuf) in dlokack()
1483 dlinfoack(int fd, char *bufp, char *ebuf) in dlinfoack()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dwin64-except.c281 win64_uwinfo_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, in win64_uwinfo_bc_tobytes()
462 win64_uwcode_bc_tobytes(yasm_bytecode *bc, unsigned char **bufp, in win64_uwcode_bc_tobytes()
/external/ppp/pppd/plugins/rp-pppoe/
Dif.c833 void dlinfoack(int fd, char *bufp) in dlinfoack()
907 void dlokack(int fd, char *bufp) in dlokack()
939 void dlbindack(int fd, char *bufp) in dlbindack()
/external/srec/srec/crec/
Dsrec_debug.c28 char *bufp = &buf[0]; in sprint_altwords() local
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbc-reserve.c117 bc_reserve_tobytes(yasm_bytecode *bc, unsigned char **bufp, in bc_reserve_tobytes()

123