Searched refs:entry2 (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-m68k.c | 1706 elf_m68k_bfd2got_entry_eq (const void *entry1, const void *entry2) in elf_m68k_bfd2got_entry_eq() argument 1712 e2 = (const struct elf_m68k_bfd2got_entry *) entry2; in elf_m68k_bfd2got_entry_eq() 1829 const struct elf_m68k_got_entry *entry2; in elf_m68k_can_merge_gots_1() local 1835 entry2 = elf_m68k_get_got_entry (arg->big, &entry1->key_, SEARCH, NULL); in elf_m68k_can_merge_gots_1() 1837 if (entry2 != NULL) in elf_m68k_can_merge_gots_1() 1841 entry2->key_.type, in elf_m68k_can_merge_gots_1() 1844 if (type == entry2->key_.type) in elf_m68k_can_merge_gots_1()
|
D | elfnn-ia64.c | 1366 struct elfNN_ia64_local_hash_entry *entry2 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()
|
D | elfxx-mips.c | 1765 const struct mips_elf_la25_stub *entry1, *entry2; in mips_elf_la25_stub_eq() local 1768 entry2 = (struct mips_elf_la25_stub *) entry2_; in mips_elf_la25_stub_eq() 1770 == entry2->h->root.root.u.def.section) in mips_elf_la25_stub_eq() 1772 == entry2->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 3037 const struct mips_got_entry *e2 = (struct mips_got_entry *)entry2; in mips_elf_got_entry_eq() 3086 const struct mips_got_page_entry *entry1, *entry2; in mips_got_page_entry_eq() local 3089 entry2 = (const struct mips_got_page_entry *) entry2_; in mips_got_page_entry_eq() 3090 return entry1->sec == entry2->sec; in mips_got_page_entry_eq()
|
D | elf64-ia64-vms.c | 972 struct elf64_ia64_local_hash_entry *entry2 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()
|
D | elf32-score7.c | 903 score_elf_got_entry_eq (const void *entry1, const void *entry2) in score_elf_got_entry_eq() argument 906 const struct score_got_entry *e2 = (struct score_got_entry *) entry2; in score_elf_got_entry_eq()
|
D | elf32-score.c | 1021 score_elf_got_entry_eq (const void *entry1, const void *entry2) in score_elf_got_entry_eq() argument 1024 const struct score_got_entry *e2 = (struct score_got_entry *)entry2; in score_elf_got_entry_eq()
|
D | elf32-bfin.c | 1956 bfinfdpic_relocs_info_eq (const void *entry1, const void *entry2) in bfinfdpic_relocs_info_eq() argument 1959 const struct bfinfdpic_relocs_info *e2 = entry2; in bfinfdpic_relocs_info_eq()
|
D | elf32-frv.c | 1107 frvfdpic_relocs_info_eq (const void *entry1, const void *entry2) in frvfdpic_relocs_info_eq() argument 1110 const struct frvfdpic_relocs_info *e2 = entry2; in frvfdpic_relocs_info_eq()
|
/toolchain/binutils/binutils-2.25/gold/ |
D | mips.cc | 609 operator()(Got_page_entry* entry1, Got_page_entry* entry2) const in operator ()() 611 return entry1->object == entry2->object && entry1->symndx == entry2->symndx; in operator ()() 4818 Mips_got_entry<size, big_endian>* entry2 = in record_got_entry() local 4821 if (g->got_entries_.find(entry2) == g->got_entries_.end()) in record_got_entry() 4822 g->got_entries_.insert(entry2); in record_got_entry() 4849 Got_page_entry* entry2 = NULL; in record_got_page_entry() local 4853 entry2 = new Got_page_entry(*entry); in record_got_page_entry() 4854 g2->got_page_entries_.insert(entry2); in record_got_page_entry() 4876 if (entry2 != NULL) in record_got_page_entry() 4877 ++entry2->num_pages; in record_got_page_entry() [all …]
|