Home
last modified time | relevance | path

Searched refs:entry1 (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-m68k.c1706 elf_m68k_bfd2got_entry_eq (const void *entry1, const void *entry2) in elf_m68k_bfd2got_entry_eq() argument
1711 e1 = (const struct elf_m68k_bfd2got_entry *) entry1; in elf_m68k_bfd2got_entry_eq()
1827 const struct elf_m68k_got_entry *entry1; in elf_m68k_can_merge_gots_1() local
1832 entry1 = (const struct elf_m68k_got_entry *) *_entry_ptr; in elf_m68k_can_merge_gots_1()
1835 entry2 = elf_m68k_get_got_entry (arg->big, &entry1->key_, SEARCH, NULL); in elf_m68k_can_merge_gots_1()
1842 entry1->key_.type); in elf_m68k_can_merge_gots_1()
1853 BFD_ASSERT (entry1->key_.type != R_68K_max); in elf_m68k_can_merge_gots_1()
1856 R_68K_max, entry1->key_.type); in elf_m68k_can_merge_gots_1()
1858 if (entry1->key_.bfd != NULL) in elf_m68k_can_merge_gots_1()
1867 entry = elf_m68k_get_got_entry (arg->diff, &entry1->key_, MUST_CREATE, in elf_m68k_can_merge_gots_1()
Delfnn-ia64.c1364 struct elfNN_ia64_local_hash_entry *entry1 in elfNN_ia64_local_htab_eq() local
1369 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym; in elfNN_ia64_local_htab_eq()
Delfxx-mips.c1765 const struct mips_elf_la25_stub *entry1, *entry2; in mips_elf_la25_stub_eq() local
1767 entry1 = (struct mips_elf_la25_stub *) entry1_; in mips_elf_la25_stub_eq()
1769 return ((entry1->h->root.root.u.def.section in mips_elf_la25_stub_eq()
1771 && (entry1->h->root.root.u.def.value in mips_elf_la25_stub_eq()
3034 mips_elf_got_entry_eq (const void *entry1, const void *entry2) in mips_elf_got_entry_eq() argument
3036 const struct mips_got_entry *e1 = (struct mips_got_entry *)entry1; in mips_elf_got_entry_eq()
3086 const struct mips_got_page_entry *entry1, *entry2; in mips_got_page_entry_eq() local
3088 entry1 = (const struct mips_got_page_entry *) entry1_; in mips_got_page_entry_eq()
3090 return entry1->sec == entry2->sec; in mips_got_page_entry_eq()
Delf64-ia64-vms.c970 struct elf64_ia64_local_hash_entry *entry1 in elf64_ia64_local_htab_eq() local
975 return entry1->id == entry2->id && entry1->r_sym == entry2->r_sym; in elf64_ia64_local_htab_eq()
Delf32-score7.c903 score_elf_got_entry_eq (const void *entry1, const void *entry2) in score_elf_got_entry_eq() argument
905 const struct score_got_entry *e1 = (struct score_got_entry *) entry1; in score_elf_got_entry_eq()
Delf32-score.c1021 score_elf_got_entry_eq (const void *entry1, const void *entry2) in score_elf_got_entry_eq() argument
1023 const struct score_got_entry *e1 = (struct score_got_entry *)entry1; in score_elf_got_entry_eq()
Delf32-bfin.c1956 bfinfdpic_relocs_info_eq (const void *entry1, const void *entry2) in bfinfdpic_relocs_info_eq() argument
1958 const struct bfinfdpic_relocs_info *e1 = entry1; in bfinfdpic_relocs_info_eq()
Delf32-frv.c1107 frvfdpic_relocs_info_eq (const void *entry1, const void *entry2) in frvfdpic_relocs_info_eq() argument
1109 const struct frvfdpic_relocs_info *e1 = entry1; in frvfdpic_relocs_info_eq()
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-93034186 * gas/vtable/entry1.s: Ditto.
4405 dump test "entry0" instead of "entry1".
4410 test "entry0" instead of "entry1". ARM targets use REL relocs,
4709 * gas/vtable/entry1.d: Do not look for an addend. Some ports use
4791 * gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching
4798 * gas/vtable/{entry1.s,entry1.d}: New.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc609 operator()(Got_page_entry* entry1, Got_page_entry* entry2) const in operator ()()
611 return entry1->object == entry2->object && entry1->symndx == entry2->symndx; in operator ()()