HomeSort by: relevance | last modified time | path
    Searched defs:einfo (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldmisc.c 635 einfo (const char *fmt, ...) function
726 einfo (_("%P: error: unsupported option: %s\n"), list->warning);
728 einfo (_("%P: warning: %s ignored\n"), list->warning);
804 einfo (_("%P: internal error: aborting at %s:%d in %s\n"),
807 einfo (_("%P: internal error: aborting at %s:%d\n"),
  /src/external/gpl3/binutils.old/dist/ld/
ldmisc.c 602 einfo (const char *fmt, ...) function
693 einfo (_("%P: error: unsupported option: %s\n"), list->warning);
695 einfo (_("%P: warning: %s ignored\n"), list->warning);
771 einfo (_("%P: internal error: aborting at %s:%d in %s\n"),
774 einfo (_("%P: internal error: aborting at %s:%d\n"),
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde-dip.c 223 struct ext_dl_phdr_info *einfo = (struct ext_dl_phdr_info *) info; local
229 if (einfo->dlpi_adds == adds && einfo->dlpi_subs == subs)
269 adds = einfo->dlpi_adds;
270 subs = einfo->dlpi_subs;
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-dip.c 223 struct ext_dl_phdr_info *einfo = (struct ext_dl_phdr_info *) info; local
229 if (einfo->dlpi_adds == adds && einfo->dlpi_subs == subs)
269 adds = einfo->dlpi_adds;
270 subs = einfo->dlpi_subs;
  /src/games/gomoku/
pickmove.c 800 static struct elist einfo[MAXDEPTH]; variable in typeref:struct:elist
837 ep = &einfo[nframes];
863 nep = &einfo[ep->e_frameindex];
873 nep = &einfo[cbp->c_dir];
887 ep = &einfo[nframes];
898 nep = &einfo[cbp->c_dir];
903 ep = &einfo[ep->e_frameindex];
907 ep = &einfo[ep->e_frameindex];
909 } while (ep != einfo);
913 for (i = 0, ep = einfo, cbpp = ecombo; i < nframes; i++, ep++, cbpp++)
    [all...]
  /src/external/gpl2/mkhybrid/dist/
apple.c 383 es_FileInfo *einfo; /* EtherShare info struct */ local
394 einfo = (es_FileInfo *)info;
401 ntohl(einfo->magic) == ES_MAGIC &&
402 ntohs(einfo->version) == ES_VERSION) {
405 t = einfo->fdType;
406 c = einfo->fdCreator;
409 hfs_ent->fdflags = d_getw((unsigned char *)&einfo->fdFlags);
413 hfs_ent->crdate = d_getl((unsigned char *)&einfo->createTime);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 488 FunctionType::ExtInfo einfo; local
490 einfo = einfo.withCallingConv(getCallingConventionForDecl(MD, IsWindows));
494 einfo = einfo.withProducesResult(true);
501 /*chainCall=*/false, argTys, einfo, extParamInfos, required);
508 FunctionType::ExtInfo einfo; local
512 /*chainCall=*/false, argTypes, einfo, {}, RequiredArgs::All);
  /src/external/gpl3/binutils/dist/bfd/
ecoff.c 4144 struct extsym_info *einfo = (struct extsym_info *) data;
4145 bfd *output_bfd = einfo->abfd;
4159 else if (einfo->info->strip == strip_all
4160 || (einfo->info->strip == strip_some
4161 && bfd_hash_lookup (einfo->info->keep_hash,
4301 struct extsym_info einfo;
4372 einfo.abfd = abfd;
4373 einfo.info = info;
4374 bfd_hash_traverse (&info->hash->table, ecoff_link_write_external, &einfo);
4134 struct extsym_info *einfo = (struct extsym_info *) data; local
4291 struct extsym_info einfo; local
elf64-alpha.c 1557 struct extsym_info *einfo = (struct extsym_info *) data;
1569 else if (einfo->info->strip == strip_all
1570 || (einfo->info->strip == strip_some
1571 && bfd_hash_lookup (einfo->info->keep_hash,
1655 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
1659 einfo->failed = true;
5095 struct extsym_info einfo;
5275 einfo.abfd = abfd
1550 struct extsym_info *einfo = (struct extsym_info *) data; local
5085 struct extsym_info einfo; local
5272 &einfo); local
    [all...]
elfxx-mips.c 3040 struct extsym_info *einfo = data;
3052 else if (einfo->info->strip == strip_all
3053 || (einfo->info->strip == strip_some
3054 && bfd_hash_lookup (einfo->info->keep_hash,
3094 mips_elf_hash_table (einfo->info)->procedure_count;
3191 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
3195 einfo->failed = true;
6706 info->callbacks->einfo
3027 struct extsym_info *einfo = data; local
15156 struct extsym_info einfo; local
15346 mips_elf_output_extsym, &einfo); local
    [all...]
  /src/external/gpl3/binutils/dist/include/
bfdlink.h 894 void (*einfo)
892 void (*einfo) member in struct:bfd_link_callbacks
  /src/external/gpl3/binutils.old/dist/bfd/
ecoff.c 4134 struct extsym_info *einfo = (struct extsym_info *) data;
4135 bfd *output_bfd = einfo->abfd;
4149 else if (einfo->info->strip == strip_all
4150 || (einfo->info->strip == strip_some
4151 && bfd_hash_lookup (einfo->info->keep_hash,
4291 struct extsym_info einfo;
4362 einfo.abfd = abfd;
4363 einfo.info = info;
4364 bfd_hash_traverse (&info->hash->table, ecoff_link_write_external, &einfo);
4124 struct extsym_info *einfo = (struct extsym_info *) data; local
4281 struct extsym_info einfo; local
elf64-alpha.c 1557 struct extsym_info *einfo = (struct extsym_info *) data;
1569 else if (einfo->info->strip == strip_all
1570 || (einfo->info->strip == strip_some
1571 && bfd_hash_lookup (einfo->info->keep_hash,
1655 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
1659 einfo->failed = true;
5095 struct extsym_info einfo;
5275 einfo.abfd = abfd
1550 struct extsym_info *einfo = (struct extsym_info *) data; local
5085 struct extsym_info einfo; local
5272 &einfo); local
    [all...]
elfxx-mips.c 3029 struct extsym_info *einfo = data;
3041 else if (einfo->info->strip == strip_all
3042 || (einfo->info->strip == strip_some
3043 && bfd_hash_lookup (einfo->info->keep_hash,
3083 mips_elf_hash_table (einfo->info)->procedure_count;
3180 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
3184 einfo->failed = true;
6686 info->callbacks->einfo
3016 struct extsym_info *einfo = data; local
15105 struct extsym_info einfo; local
15295 mips_elf_output_extsym, &einfo); local
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
bfdlink.h 886 void (*einfo)
884 void (*einfo) member in struct:bfd_link_callbacks
  /src/external/gpl3/gdb.old/dist/bfd/
ecoff.c 4146 struct extsym_info *einfo = (struct extsym_info *) data;
4147 bfd *output_bfd = einfo->abfd;
4161 else if (einfo->info->strip == strip_all
4162 || (einfo->info->strip == strip_some
4163 && bfd_hash_lookup (einfo->info->keep_hash,
4303 struct extsym_info einfo;
4374 einfo.abfd = abfd;
4375 einfo.info = info;
4376 bfd_hash_traverse (&info->hash->table, ecoff_link_write_external, &einfo);
4136 struct extsym_info *einfo = (struct extsym_info *) data; local
4293 struct extsym_info einfo; local
elf64-alpha.c 1552 struct extsym_info *einfo = (struct extsym_info *) data;
1564 else if (einfo->info->strip == strip_all
1565 || (einfo->info->strip == strip_some
1566 && bfd_hash_lookup (einfo->info->keep_hash,
1650 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
1654 einfo->failed = true;
5061 struct extsym_info einfo;
5241 einfo.abfd = abfd
1545 struct extsym_info *einfo = (struct extsym_info *) data; local
5051 struct extsym_info einfo; local
5238 &einfo); local
    [all...]
elfxx-mips.c 2983 struct extsym_info *einfo = data;
2995 else if (einfo->info->strip == strip_all
2996 || (einfo->info->strip == strip_some
2997 && bfd_hash_lookup (einfo->info->keep_hash,
3037 mips_elf_hash_table (einfo->info)->procedure_count;
3134 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
3138 einfo->failed = true;
6640 info->callbacks->einfo
2970 struct extsym_info *einfo = data; local
15000 struct extsym_info einfo; local
15190 mips_elf_output_extsym, &einfo); local
    [all...]
  /src/external/gpl3/gdb.old/dist/include/
bfdlink.h 880 void (*einfo)
878 void (*einfo) member in struct:bfd_link_callbacks
  /src/external/gpl3/gdb/dist/bfd/
ecoff.c 4134 struct extsym_info *einfo = (struct extsym_info *) data;
4135 bfd *output_bfd = einfo->abfd;
4149 else if (einfo->info->strip == strip_all
4150 || (einfo->info->strip == strip_some
4151 && bfd_hash_lookup (einfo->info->keep_hash,
4291 struct extsym_info einfo;
4362 einfo.abfd = abfd;
4363 einfo.info = info;
4364 bfd_hash_traverse (&info->hash->table, ecoff_link_write_external, &einfo);
4124 struct extsym_info *einfo = (struct extsym_info *) data; local
4281 struct extsym_info einfo; local
elf64-alpha.c 1552 struct extsym_info *einfo = (struct extsym_info *) data;
1564 else if (einfo->info->strip == strip_all
1565 || (einfo->info->strip == strip_some
1566 && bfd_hash_lookup (einfo->info->keep_hash,
1650 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
1654 einfo->failed = true;
5065 struct extsym_info einfo;
5245 einfo.abfd = abfd
1545 struct extsym_info *einfo = (struct extsym_info *) data; local
5055 struct extsym_info einfo; local
5242 &einfo); local
    [all...]
elfxx-mips.c 3029 struct extsym_info *einfo = data;
3041 else if (einfo->info->strip == strip_all
3042 || (einfo->info->strip == strip_some
3043 && bfd_hash_lookup (einfo->info->keep_hash,
3083 mips_elf_hash_table (einfo->info)->procedure_count;
3180 if (! bfd_ecoff_debug_one_external (einfo->abfd, einfo->debug, einfo->swap,
3184 einfo->failed = true;
6686 info->callbacks->einfo
3016 struct extsym_info *einfo = data; local
15085 struct extsym_info einfo; local
15275 mips_elf_output_extsym, &einfo); local
    [all...]
  /src/external/gpl3/gdb/dist/include/
bfdlink.h 886 void (*einfo)
884 void (*einfo) member in struct:bfd_link_callbacks
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 9490 FunctionType::ExtInfo einfo = lbaseInfo.withNoReturn(NoReturn); local
9547 EPI.ExtInfo = einfo;
9586 EPI.ExtInfo = einfo;
9592 return getFunctionNoProtoType(retType, einfo);

Completed in 115 milliseconds