Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 23 of 23) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dstringpool.cc124 const Hashkey& h2) const in operator ()()
126 return (h1.hash_code == h2.hash_code in operator ()()
127 && h1.length == h2.length in operator ()()
128 && (h1.string == h2.string in operator ()()
129 || memcmp(h1.string, h2.string, in operator ()()
342 const Hashkey& h2(sort_info2->first); in operator ()() local
344 const Stringpool_char* s2 = h2.string; in operator ()()
346 const size_t len2 = h2.length; in operator ()()
Ddwp.cc1336 unsigned int h2 = ((static_cast<unsigned int>(dwo_id >> 32) in sized_verify_dwo_list() local
1340 slot = (slot + h2) & (nslots - 1); in sized_verify_dwo_list()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dmips16-local-stubs-1.d29 20000024 <h2>:
70 2000008a: 1800 0009 jal 20000024 <h2>
Dmips16-local-stubs-1.s40 jal h2
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
Dvers-script-1.d132 h2 @131
Dvers-script-dll.c67 FUNC(h2)
/toolchain/binutils/binutils-2.25/bfd/
Dsparclinux.c396 struct linux_link_hash_entry *h1, *h2; in linux_tally_symbols() local
442 h2 = linux_link_hash_lookup (linux_hash_table (info), in linux_tally_symbols()
457 || h2->root.root.type == bfd_link_hash_indirect)) in linux_tally_symbols()
Dm68klinux.c403 struct linux_link_hash_entry *h1, *h2; in linux_tally_symbols() local
448 h2 = linux_link_hash_lookup (linux_hash_table (info), in linux_tally_symbols()
463 || h2->root.root.type == bfd_link_hash_indirect)) in linux_tally_symbols()
Di386linux.c400 struct linux_link_hash_entry *h1, *h2; in linux_tally_symbols() local
445 h2 = linux_link_hash_lookup (linux_hash_table (info), in linux_tally_symbols()
460 || h2->root.root.type == bfd_link_hash_indirect)) in linux_tally_symbols()
Dcofflink.c3022 struct coff_link_hash_entry *h2 = in _bfd_coff_generic_relocate_section() local
3026 if (!h2 || h2->root.type == bfd_link_hash_undefined) in _bfd_coff_generic_relocate_section()
3033 sec = h2->root.u.def.section; in _bfd_coff_generic_relocate_section()
3034 val = h2->root.u.def.value in _bfd_coff_generic_relocate_section()
Dcoff-ppc.c1458 h2 = N_(" TOC disassembly Comments Name\n"); variable
1469 fputs (_(h2), file); in dump_toc()
Delf32-i386.c883 struct elf_link_hash_entry *h2 in elf_i386_local_htab_eq() local
886 return h1->indx == h2->indx && h1->dynstr_index == h2->dynstr_index; in elf_i386_local_htab_eq()
Delfxx-sparc.c1053 struct elf_link_hash_entry *h2 in elf_sparc_local_htab_eq() local
1056 return h1->indx == h2->indx && h1->dynstr_index == h2->dynstr_index; in elf_sparc_local_htab_eq()
Delf64-x86-64.c923 struct elf_link_hash_entry *h2 in elf_x86_64_local_htab_eq() local
926 return h1->indx == h2->indx && h1->dynstr_index == h2->dynstr_index; in elf_x86_64_local_htab_eq()
Delf32-xtensa.c5189 struct elf_link_hash_entry *h1, *h2; in literal_value_equal() local
5213 h2 = r_reloc_get_hash_entry (&src2->r_rel); in literal_value_equal()
5217 && (!h2 || h2->root.type != bfd_link_hash_defweak)))) in literal_value_equal()
5226 if (h1 != h2 || h1 == 0) in literal_value_equal()
Delfnn-aarch64.c1986 struct elf_link_hash_entry *h2 in elfNN_aarch64_local_htab_eq() local
1989 return h1->indx == h2->indx && h1->dynstr_index == h2->dynstr_index; in elfNN_aarch64_local_htab_eq()
Delflink.c3101 const struct elf_link_hash_entry *h2; in elf_sort_symbol() local
3105 h2 = *(const struct elf_link_hash_entry **) arg2; in elf_sort_symbol()
3106 vdiff = h1->root.u.def.value - h2->root.u.def.value; in elf_sort_symbol()
3111 long sdiff = h1->root.u.def.section->id - h2->root.u.def.section->id; in elf_sort_symbol()
3115 vdiff = h1->size - h2->size; in elf_sort_symbol()
Delf32-nds32.c3166 struct bfd_link_hash_entry *h, *h2; in nds32_elf_final_sda_base() local
3276 h2 = bfd_link_hash_lookup (info->hash, FP_BASE_NAME, in nds32_elf_final_sda_base()
3284 FALSE, get_elf_backend_data (output_bfd)->collect, &h2)) in nds32_elf_final_sda_base()
DChangeLog-91932460 (stmp-bfd.h): Use bfd.h-new as temporary name, not bfd.h2.
/toolchain/binutils/binutils-2.25/cpu/
Dsh.cpu344 (define-pmacro (-join-hi h3 h2 h1 h0)
346 (or (sll (zext DI h2) 32)
Dmep-ivc2.cpu270 (df f-ivc2-ccrn-h2 "ccrx hi 2u20" (all-mep-isas) 20 2 UINT #f #f)
295 (subfields f-ivc2-ccrn-h2 f-ivc2-ccrn-lo)
297 (set (ifield f-ivc2-ccrn-h2) (and (srl (ifield f-ivc2-ccrn) 4) #x3))
300 (or (sll (ifield f-ivc2-ccrn-h2) 4)
/toolchain/binutils/binutils-2.25/ld/
Dpe-dll.c1402 struct coff_link_hash_entry *h, *h2; in generate_reloc() local
1406 h2 = h->auxbfd->tdata.coff_obj_data->sym_hashes in generate_reloc()
1414 if (!h2 || h2->root.type == bfd_link_hash_undefined in generate_reloc()
1415 || h2->root.u.def.section == bfd_abs_section_ptr) in generate_reloc()
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-vax.texi106 upper case, and inhibits the case hack. A value of 2 (@samp{-h2})