Home
last modified time | relevance | path

Searched refs:hh (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-hppa.c202 struct elf32_hppa_link_hash_entry *hh; member
331 #define hh_name(hh) \ argument
332 (hh ? hh->eh.root.root.string : "<undef>")
369 hsh->hh = NULL; in stub_hash_newfunc()
397 struct elf32_hppa_link_hash_entry *hh; in hppa_link_hash_newfunc() local
400 hh = hppa_elf_hash_entry (entry); in hppa_link_hash_newfunc()
401 hh->hsh_cache = NULL; in hppa_link_hash_newfunc()
402 hh->dyn_relocs = NULL; in hppa_link_hash_newfunc()
403 hh->plabel = 0; in hppa_link_hash_newfunc()
404 hh->tls_type = GOT_UNKNOWN; in hppa_link_hash_newfunc()
[all …]
Delf64-hppa.c275 struct elf64_hppa_link_hash_entry *hh; in hppa64_link_hash_newfunc() local
278 hh = hppa_elf_hash_entry (entry); in hppa64_link_hash_newfunc()
279 memset (&hh->dlt_offset, 0, in hppa64_link_hash_newfunc()
441 struct elf64_hppa_link_hash_entry *hh, in count_dyn_reloc() argument
455 rent->next = hh->reloc_entries; in count_dyn_reloc()
461 hh->reloc_entries = rent; in count_dyn_reloc()
629 struct elf64_hppa_link_hash_entry *hh; in elf64_hppa_check_relocs() local
640 hh = hppa_elf_hash_entry (elf_sym_hashes (abfd)[indx]); in elf64_hppa_check_relocs()
641 while (hh->eh.root.type == bfd_link_hash_indirect in elf64_hppa_check_relocs()
642 || hh->eh.root.type == bfd_link_hash_warning) in elf64_hppa_check_relocs()
[all …]
Delf32-metag.c772 struct elf_metag_link_hash_entry *hh; member
984 hsh->hh = NULL; in stub_hash_newfunc()
1012 struct elf_metag_link_hash_entry *hh; in metag_link_hash_newfunc() local
1015 hh = (struct elf_metag_link_hash_entry *) entry; in metag_link_hash_newfunc()
1016 hh->hsh_cache = NULL; in metag_link_hash_newfunc()
1017 hh->dyn_relocs = NULL; in metag_link_hash_newfunc()
1018 hh->tls_type = GOT_UNKNOWN; in metag_link_hash_newfunc()
1080 const struct elf_metag_link_hash_entry *hh, in metag_stub_name() argument
1086 if (hh) in metag_stub_name()
1088 len = 8 + 1 + strlen (hh->eh.root.root.string) + 1 + 8 + 1; in metag_stub_name()
[all …]
Delf32-nios2.c1711 struct elf32_nios2_link_hash_entry *hh; member
2033 hsh->hh = NULL; in stub_hash_newfunc()
2079 const struct elf32_nios2_link_hash_entry *hh, in nios2_stub_name() argument
2087 if (hh) in nios2_stub_name()
2089 len = 8 + 1 + 1 + 1+ strlen (hh->root.root.root.string) + 1 + 8 + 1; in nios2_stub_name()
2096 hh->root.root.root.string, in nios2_stub_name()
2122 struct elf32_nios2_link_hash_entry *hh, in nios2_get_stub_entry() argument
2141 if (hh != NULL && hh->hsh_cache != NULL in nios2_get_stub_entry()
2142 && hh->hsh_cache->hh == hh in nios2_get_stub_entry()
2143 && hh->hsh_cache->id_sec == id_sec in nios2_get_stub_entry()
[all …]
Delf32-avr.c3628 struct elf_link_hash_entry *hh; in elf32_avr_size_stubs() local
3646 hh = NULL; in elf32_avr_size_stubs()
3673 hh = elf_sym_hashes (input_bfd)[e_indx]; in elf32_avr_size_stubs()
3675 while (hh->root.type == bfd_link_hash_indirect in elf32_avr_size_stubs()
3676 || hh->root.type == bfd_link_hash_warning) in elf32_avr_size_stubs()
3677 hh = (struct elf_link_hash_entry *) in elf32_avr_size_stubs()
3678 (hh->root.u.i.link); in elf32_avr_size_stubs()
3680 if (hh->root.type == bfd_link_hash_defined in elf32_avr_size_stubs()
3681 || hh->root.type == bfd_link_hash_defweak) in elf32_avr_size_stubs()
3683 sym_sec = hh->root.u.def.section; in elf32_avr_size_stubs()
[all …]
Delf-m10300.c2020 struct elf_link_hash_entry * hh; in mn10300_elf_relocate_section() local
2036 hh = NULL; in mn10300_elf_relocate_section()
2041 hh, sec, relocation, in mn10300_elf_relocate_section()
2044 h = elf_mn10300_hash_entry (hh); in mn10300_elf_relocate_section()
2046 tls_r_type = elf_mn10300_tls_transition (info, r_type, hh, input_section, 0); in mn10300_elf_relocate_section()
2089 && !SYMBOL_REFERENCES_LOCAL (info, hh)) in mn10300_elf_relocate_section()
2095 && !SYMBOL_REFERENCES_LOCAL (info, hh) in mn10300_elf_relocate_section()
3187 struct elf_link_hash_entry **hh; in mn10300_elf_relax_section() local
3221 for (hh = elf_sym_hashes (input_bfd); hh < end_hashes; hh++) in mn10300_elf_relax_section()
3225 h = (struct elf32_mn10300_link_hash_entry *) * hh; in mn10300_elf_relax_section()
Delf32-cris.c4312 struct elf_cris_link_hash_entry *hh = elf_cris_hash_entry (h); in elf_cris_got_elt_size() local
4313 if (hh->reg_got_refcount > 0) in elf_cris_got_elt_size()
4316 BFD_ASSERT (hh->dtp_refcount == 0 && hh->tprel_refcount == 0); in elf_cris_got_elt_size()
4320 if (hh->dtp_refcount > 0) in elf_cris_got_elt_size()
4323 if (hh->tprel_refcount > 0) in elf_cris_got_elt_size()
Delf64-alpha.c4378 struct elf_link_hash_entry *hh; in elf64_alpha_relocate_section() local
4383 hh, sec, value, in elf64_alpha_relocate_section()
4391 && hh->root.type == bfd_link_hash_undefweak) in elf64_alpha_relocate_section()
4394 h = (struct alpha_elf_link_hash_entry *) hh; in elf64_alpha_relocate_section()
DChangeLog-20051903 Use bh_root, and hh.
1907 (stub_hash_newfunc): Use hh.
1912 (hppa_get_stub_entry): Use hh, hsh_entry, and hsh_cache.
1915 (hppa_build_one_stub): Use hh and bh_root.
1924 (get_local_syms): Use eh, bstab, and hh.
1925 (elf32_hppa_size_stubs): Use eh, bstab, and hh.
DChangeLog-20042035 * libbfd.hh: Regenerate.
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
Dreloc64.s13 sethi %hh(0xfedcba9876543210),%g1
18 sethi %hh(foo),%g1
23 sethi %hh(foo+0xfedcba9876543210),%g1
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-sparc/
Dtlssunnopic64.s18 sethi %hh(_GLOBAL_OFFSET_TABLE_), %l1
Dtlssunbin64.s27 sethi %hh(_GLOBAL_OFFSET_TABLE_), %l1
/toolchain/binutils/binutils-2.27/gas/doc/
Dc-sparc.texi604 @code{R_SPARC_HH22} is requested using @samp{%hh}. It can
/toolchain/binutils/binutils-2.27/cpu/
Dm32c.cpu8945 (mov16dir-1-defn hh 3 #xB)
8958 (mov16dir-2-defn hh 3 3)
8972 (mov32dir-1-defn hh 3)
8985 (mov32dir-2-defn hh 3)
/toolchain/benchmark/panorama_input/
Dtest_003.ppm4824 …�����������������������������������������������������f^]8/(��}`PK"�nn|hh��&.�~}���…
5178 >>%==#[`CVZ=.6"*%1 - -)6 BIovK��euzRnoL~]FH)45``FHH.  -)#0-'��������hh^psW}dknM…
5726 …�����������ͽ�ƹ�³�����������������������������������������������������������hh[�����������������m��…
6422 …��������p��e�{D�{D�I��S��R��K��]��b��x�������������������w�~dQO4���������hh[�}n�����{������{wf�…
Dtest_008.ppm3280 �4.,&)#ID-4/MH,PJ.OI*83BBEE!PR*ad<::AAhh?^^5[]0?AJJ!;;('�?>HHMMef-�H��^��Z}~`��n~�o��…
3547 ������=%�v|�v{�qv�vx�{}|hh^JJF54A/.*"!
6953 …VO-IB PK&]X3tnD}wM�J�~I�{QD> ,"5.'IB;WMCf]R]TDd[Kd]EpiRsoQ^Z<QM-XT4RR)hh?im>nqCXW,SR'l`BnbDM>…
7976 …Xk{aO_E0A'IY?>O6DT<3C*,'<L6JZBIYA7L13H-0D0-%0;O=J`MMdQ]p_exgh|hh|hl�in�lv�qt�om}kp�nk…
/toolchain/benchmark/
Dpanorama.diff1008 +# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
1024 + *.hh \
21477 +# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
21493 + *.hh \
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-9697546 handling. Add support for %hh,%hm,%lm,%h44,%m44,%l44.