Searched refs:ppout (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_sign.c79 int i2d_DSA_SIG(const DSA_SIG *sig, unsigned char **ppout) argument
85 if (ppout == NULL) {
88 } else if (*ppout == NULL) {
95 if (!WPACKET_init_static_len(&pkt, *ppout, SIZE_MAX, 0))
107 if (ppout != NULL) {
108 if (*ppout == NULL) {
109 *ppout = (unsigned char *)buf->data;
113 *ppout += encoded_len;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dbinary.cc272 Binary_to_elf::write_file_header(unsigned char** ppout) argument
274 elfcpp::Ehdr_write<size, big_endian> oehdr(*ppout);
308 *ppout += elfcpp::Elf_sizes<size>::ehdr_size;
326 unsigned char** ppout)
328 elfcpp::Shdr_write<size, big_endian> oshdr(*ppout);
341 *ppout += elfcpp::Elf_sizes<size>::shdr_size;
354 unsigned char** ppout)
356 unsigned char* pout = *ppout;
367 *ppout += elfcpp::Elf_sizes<size>::sym_size;
315 write_section_header( const char* name, const Stringpool* shstrtab, elfcpp::SHT type, unsigned int flags, section_size_type offset, section_size_type section_size, unsigned int link, unsigned int info, unsigned int addralign, unsigned int entsize, unsigned char** ppout) argument
348 write_symbol( const std::string& name, const Stringpool* strtab, section_size_type value, typename elfcpp::Elf_types<32>::Elf_WXword st_size, unsigned int shndx, unsigned char** ppout) argument
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dbinary.cc272 Binary_to_elf::write_file_header(unsigned char** ppout) argument
274 elfcpp::Ehdr_write<size, big_endian> oehdr(*ppout);
308 *ppout += elfcpp::Elf_sizes<size>::ehdr_size;
326 unsigned char** ppout)
328 elfcpp::Shdr_write<size, big_endian> oshdr(*ppout);
341 *ppout += elfcpp::Elf_sizes<size>::shdr_size;
354 unsigned char** ppout)
356 unsigned char* pout = *ppout;
367 *ppout += elfcpp::Elf_sizes<size>::sym_size;
315 write_section_header( const char* name, const Stringpool* shstrtab, elfcpp::SHT type, unsigned int flags, section_size_type offset, section_size_type section_size, unsigned int link, unsigned int info, unsigned int addralign, unsigned int entsize, unsigned char** ppout) argument
348 write_symbol( const std::string& name, const Stringpool* strtab, section_size_type value, typename elfcpp::Elf_types<32>::Elf_WXword st_size, unsigned int shndx, unsigned char** ppout) argument
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dbinary.cc272 Binary_to_elf::write_file_header(unsigned char** ppout) argument
274 elfcpp::Ehdr_write<size, big_endian> oehdr(*ppout);
308 *ppout += elfcpp::Elf_sizes<size>::ehdr_size;
326 unsigned char** ppout)
328 elfcpp::Shdr_write<size, big_endian> oshdr(*ppout);
341 *ppout += elfcpp::Elf_sizes<size>::shdr_size;
354 unsigned char** ppout)
356 unsigned char* pout = *ppout;
367 *ppout += elfcpp::Elf_sizes<size>::sym_size;
315 write_section_header( const char* name, const Stringpool* shstrtab, elfcpp::SHT type, unsigned int flags, section_size_type offset, section_size_type section_size, unsigned int link, unsigned int info, unsigned int addralign, unsigned int entsize, unsigned char** ppout) argument
348 write_symbol( const std::string& name, const Stringpool* strtab, section_size_type value, typename elfcpp::Elf_types<32>::Elf_WXword st_size, unsigned int shndx, unsigned char** ppout) argument
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_asn1.c1247 int i2d_ECDSA_SIG(const ECDSA_SIG *sig, unsigned char **ppout) argument
1253 if (ppout == NULL) {
1256 } else if (*ppout == NULL) {
1263 if (!WPACKET_init_static_len(&pkt, *ppout, SIZE_MAX, 0))
1275 if (ppout != NULL) {
1276 if (*ppout == NULL) {
1277 *ppout = (unsigned char *)buf->data;
1281 *ppout += encoded_len;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dgdb.exp3669 set ppout "$outdir/compiler.i"
3670 gdb_compile "${ifile}" "$ppout" preprocess [list "$arg" quiet getting_compiler_info]
3671 set file [open $ppout r]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dgdb.exp4404 set ppout "$outdir/compiler.i"
4405 gdb_compile "${ifile}" "$ppout" preprocess [list "$language" quiet getting_compiler_info]
4406 set file [open $ppout r]

Completed in 208 milliseconds