HomeSort by: relevance | last modified time | path
    Searched refs:ext_copy (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
103 *ext = *(struct hdr_ext *) ext_copy;
182 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern)
186 *ext = *(struct fdr_ext *) ext_copy;
319 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern)
323 *ext = *(struct pdr_ext *) ext_copy;
441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern)
445 *ext = *(struct sym_ext *) ext_copy;
545 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern)
549 *ext = *(struct ext_ext *) ext_copy;
    [all...]
ecofflink.c 56 _bfd_ecoff_swap_tir_in (int bigend, const struct tir_ext *ext_copy,
61 *ext = *ext_copy; /* Make it reasonable to do in-place. */
173 const struct rndx_ext *ext_copy,
178 *ext = *ext_copy; /* Make it reasonable to do in-place. */
  /src/external/gpl3/binutils.old/dist/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
103 *ext = *(struct hdr_ext *) ext_copy;
182 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern)
186 *ext = *(struct fdr_ext *) ext_copy;
319 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern)
323 *ext = *(struct pdr_ext *) ext_copy;
441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern)
445 *ext = *(struct sym_ext *) ext_copy;
545 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern)
549 *ext = *(struct ext_ext *) ext_copy;
    [all...]
ecofflink.c 56 _bfd_ecoff_swap_tir_in (int bigend, const struct tir_ext *ext_copy,
61 *ext = *ext_copy; /* Make it reasonable to do in-place. */
173 const struct rndx_ext *ext_copy,
178 *ext = *ext_copy; /* Make it reasonable to do in-place. */
  /src/external/gpl3/gdb/dist/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
103 *ext = *(struct hdr_ext *) ext_copy;
182 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern)
186 *ext = *(struct fdr_ext *) ext_copy;
319 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern)
323 *ext = *(struct pdr_ext *) ext_copy;
441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern)
445 *ext = *(struct sym_ext *) ext_copy;
545 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern)
549 *ext = *(struct ext_ext *) ext_copy;
    [all...]
ecofflink.c 46 _bfd_ecoff_swap_tir_in (int bigend, const struct tir_ext *ext_copy,
51 *ext = *ext_copy; /* Make it reasonable to do in-place. */
163 const struct rndx_ext *ext_copy,
168 *ext = *ext_copy; /* Make it reasonable to do in-place. */
  /src/external/gpl3/gdb.old/dist/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
103 *ext = *(struct hdr_ext *) ext_copy;
182 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern)
186 *ext = *(struct fdr_ext *) ext_copy;
319 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern)
323 *ext = *(struct pdr_ext *) ext_copy;
441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern)
445 *ext = *(struct sym_ext *) ext_copy;
545 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern)
549 *ext = *(struct ext_ext *) ext_copy;
    [all...]
ecofflink.c 46 _bfd_ecoff_swap_tir_in (int bigend, const struct tir_ext *ext_copy,
51 *ext = *ext_copy; /* Make it reasonable to do in-place. */
163 const struct rndx_ext *ext_copy,
168 *ext = *ext_copy; /* Make it reasonable to do in-place. */
  /src/crypto/external/bsd/openssl/dist/apps/
x509.c 193 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names)
223 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE
259 int ext_copy = EXT_COPY_UNSET; local
355 if (!set_ext_copy(&ext_copy, opt_arg())) {
722 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) {
743 if (req != NULL && ext_copy != EXT_COPY_UNSET) {
744 if (clrext && ext_copy != EXT_COPY_NONE) {
747 } else if (!copy_extensions(x, req, ext_copy)) {
857 if (clrext && ext_copy != EXT_COPY_NONE)
    [all...]
ca.c 102 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
113 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt);
122 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt);
130 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
293 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; local
656 if (!set_ext_copy(&ext_copy, f)) {
971 ext_copy, dateopt);
992 ext_copy, dateopt);
1012 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt);
1033 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt)
    [all...]
req.c 247 int ext_copy = EXT_COPY_UNSET; local
442 if (!set_ext_copy(&ext_copy, opt_arg())) {
490 if (ext_copy == EXT_COPY_NONE)
832 if (ext_copy == EXT_COPY_UNSET) {
835 } else if (!copy_extensions(new_x509, req, ext_copy)) {
  /src/crypto/external/apache2/openssl/dist/apps/
x509.c 259 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names)
289 if (ext_copy != EXT_COPY_UNSET && ext_copy != EXT_COPY_NONE
325 int ext_copy = EXT_COPY_UNSET; local
422 if (!set_ext_copy(&ext_copy, opt_arg())) {
814 } else if (!x509toreq && ext_copy != EXT_COPY_UNSET) {
835 if (req != NULL && ext_copy != EXT_COPY_UNSET) {
836 if (clrext && ext_copy != EXT_COPY_NONE) {
839 } else if (!copy_extensions(x, req, ext_copy)) {
956 if (clrext && ext_copy != EXT_COPY_NONE)
    [all...]
ca.c 104 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
115 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt);
124 unsigned long nameopt, int default_op, int ext_copy, unsigned long dateopt);
132 int default_op, int ext_copy, int selfsign, unsigned long dateopt);
344 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; local
692 if (!set_ext_copy(&ext_copy, f)) {
977 ext_copy, dateopt);
998 ext_copy, dateopt);
1018 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt);
1039 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt)
    [all...]
req.c 295 int ext_copy = EXT_COPY_UNSET; local
504 if (!set_ext_copy(&ext_copy, opt_arg())) {
560 if (ext_copy == EXT_COPY_NONE)
875 if (ext_copy == EXT_COPY_UNSET) {
878 } else if (!copy_extensions(new_x509, req, ext_copy)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
ca.c 99 int default_op, int ext_copy, int selfsign);
107 unsigned long nameopt, int default_op, int ext_copy);
116 unsigned long nameopt, int default_op, int ext_copy);
124 int default_op, int ext_copy, int selfsign);
255 int batch = 0, default_op = 1, doupdatedb = 0, ext_copy = EXT_COPY_NONE; local
586 if (!set_ext_copy(&ext_copy, f)) {
877 ext_copy);
898 ext_copy);
917 certopt, get_nameopt(), default_op, ext_copy, selfsign);
936 certopt, get_nameopt(), default_op, ext_copy, selfsign)
    [all...]

Completed in 47 milliseconds