Searched refs:entry1 (Results 1 - 25 of 25) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipcp-agg-4.c25 entry1 (int c) function
H A Dipcp-agg-5.c30 entry1 (int c) function
H A Dipcp-agg-6.c36 entry1 (int c) function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/experimental/filesystem/iterators/
H A Ddirectory_iterator.cc88 const auto entry1 = *iter; local
90 VERIFY( entry1 == entry2 );
91 VERIFY( entry1.path() == p/"l" );
H A Drecursive_directory_iterator.cc114 const auto entry1 = *iter; local
116 VERIFY( entry1 == entry2 );
117 VERIFY( entry1.path() == p/"d1" );
/haiku-buildtools/gcc/gcc/config/
H A Dsol2.c203 comdat_entry_hasher::equal (const value_type *entry1, argument
206 return strcmp (entry1->sig, entry2->sig) == 0;
/haiku-buildtools/gcc/gcc/
H A Dloop-invariant.c475 invariant_expr_hasher::equal (const value_type *entry1, argument
478 if (entry1->mode != entry2->mode)
481 return invariant_expr_equal_p (entry1->inv->insn, entry1->expr,
H A Dcoverage.c208 counts_entry::equal (const value_type *entry1,
211 return entry1->ident == entry2->ident && entry1->ctr == entry2->ctr;
206 equal(const value_type *entry1, const compare_type *entry2) argument
H A Ddwarf2out.c6897 cu_hash_table_entry_hasher::equal (const value_type *entry1,
6900 return !strcmp (entry1->cu->die_id.die_symbol, entry2->die_id.die_symbol);
7233 decl_table_entry_hasher::equal (const value_type *entry1,
7236 return entry1->orig == entry2;
22314 macinfo_entry_hasher::equal (const value_type *entry1,
22317 return !strcmp (entry1->info, entry2->info);
6887 equal(const value_type *entry1, const compare_type *entry2) argument
7223 equal(const value_type *entry1, const compare_type *entry2) argument
22295 equal(const value_type *entry1, const compare_type *entry2) argument
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Decho-area.c1274 compare_references (entry1, entry2)
1275 REFERENCE **entry1, **entry2;
1277 return (strcasecmp ((*entry1)->label, (*entry2)->label));
H A Decho_area.c1274 compare_references (entry1, entry2)
1275 REFERENCE **entry1, **entry2;
1277 return (strcasecmp ((*entry1)->label, (*entry2)->label));
/haiku-buildtools/binutils/bfd/
H A Delf32-m68k.c1715 elf_m68k_bfd2got_entry_eq (const void *entry1, const void *entry2)
1720 e1 = (const struct elf_m68k_bfd2got_entry *) entry1;
1836 const struct elf_m68k_got_entry *entry1;
1841 entry1 = (const struct elf_m68k_got_entry *) *_entry_ptr;
1844 entry2 = elf_m68k_get_got_entry (arg->big, &entry1->key_, SEARCH, NULL);
1851 entry1->key_.type);
1860 /* We didn't find the entry. Add entry1 to DIFF. */
1862 BFD_ASSERT (entry1->key_.type != R_68K_max);
1865 R_68K_max, entry1->key_.type);
1867 if (entry1
1714 elf_m68k_bfd2got_entry_eq(const void *entry1, const void *entry2) argument
1835 const struct elf_m68k_got_entry *entry1; local
[all...]
H A Delfnn-riscv.c1619 riscv_pcrel_reloc_eq (const void *entry1, const void *entry2) argument
1621 const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
H A Delfnn-ia64.c1371 struct elfNN_ia64_local_hash_entry *entry1
1376 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
1366 struct elfNN_ia64_local_hash_entry *entry1 local
H A Delf64-ia64-vms.c971 struct elf64_ia64_local_hash_entry *entry1 local
976 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
H A Delfxx-mips.c1773 const struct mips_elf_la25_stub *entry1, *entry2;
1775 entry1 = (struct mips_elf_la25_stub *) entry1_;
1777 return ((entry1->h->root.root.u.def.section
1779 && (entry1->h->root.root.u.def.value
3073 mips_elf_got_entry_eq (const void *entry1, const void *entry2)
3075 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
3125 const struct mips_got_page_entry *entry1, *entry2;
3127 entry1 = (const struct mips_got_page_entry *) entry1_;
3129 return entry1->sec == entry2->sec;
1764 const struct mips_elf_la25_stub *entry1, *entry2; local
3059 mips_elf_got_entry_eq(const void *entry1, const void *entry2) argument
3111 const struct mips_got_page_entry *entry1, *entry2; local
H A Delf32-bfin.c1931 bfinfdpic_relocs_info_eq (const void *entry1, const void *entry2)
1933 const struct bfinfdpic_relocs_info *e1 = entry1;
1927 bfinfdpic_relocs_info_eq(const void *entry1, const void *entry2) argument
H A Delf32-score.c1021 score_elf_got_entry_eq (const void *entry1, const void *entry2) argument
1023 const struct score_got_entry *e1 = (struct score_got_entry *)entry1;
H A Delf32-score7.c903 score_elf_got_entry_eq (const void *entry1, const void *entry2) argument
905 const struct score_got_entry *e1 = (struct score_got_entry *) entry1;
H A Delf32-frv.c1100 frvfdpic_relocs_info_eq (const void *entry1, const void *entry2)
1102 const struct frvfdpic_relocs_info *e1 = entry1;
1099 frvfdpic_relocs_info_eq(const void *entry1, const void *entry2) argument
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c1968 mips_elf_got_entry_eq (const void *entry1, const void *entry2)
1970 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
2005 mips_elf_multi_got_entry_eq (const void *entry1, const void *entry2)
2007 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1;
2965 mips_elf_bfd2got_entry_eq (const void *entry1, const void *entry2)
2968 = (const struct mips_elf_bfd2got_hash *)entry1;
1956 mips_elf_got_entry_eq(const void *entry1, const void *entry2) argument
1993 mips_elf_multi_got_entry_eq(const void *entry1, const void *entry2) argument
2951 mips_elf_bfd2got_entry_eq(const void *entry1, const void *entry2) argument
H A Delfxx-ia64.c1941 struct elfNN_ia64_local_hash_entry *entry1
1946 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym;
1936 struct elfNN_ia64_local_hash_entry *entry1 local
H A Delf32-bfin.c1295 bfinfdpic_relocs_info_eq (const void *entry1, const void *entry2)
1297 const struct bfinfdpic_relocs_info *e1 = entry1;
1294 bfinfdpic_relocs_info_eq(const void *entry1, const void *entry2) argument
H A Delf32-frv.c1160 frvfdpic_relocs_info_eq (const void *entry1, const void *entry2)
1162 const struct frvfdpic_relocs_info *e1 = entry1;
1159 frvfdpic_relocs_info_eq(const void *entry1, const void *entry2) argument
/haiku-buildtools/binutils/gold/
H A Dmips.cc660 operator()(Got_page_entry* entry1, Got_page_entry* entry2) const argument
662 return entry1->object == entry2->object && entry1->symndx == entry2->symndx;

Completed in 767 milliseconds