Lines Matching refs:myh

5631   struct elf_link_hash_entry *myh;  in find_arm_glue()  local
5646 myh = elf_link_hash_lookup in find_arm_glue()
5649 if (myh == NULL in find_arm_glue()
5656 return myh; in find_arm_glue()
5793 struct elf_link_hash_entry * myh; in record_arm_to_thumb_glue() local
5815 myh = elf_link_hash_lookup in record_arm_to_thumb_glue()
5818 if (myh != NULL) in record_arm_to_thumb_glue()
5822 return myh; in record_arm_to_thumb_glue()
5835 myh = (struct elf_link_hash_entry *) bh; in record_arm_to_thumb_glue()
5836 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in record_arm_to_thumb_glue()
5837 myh->forced_local = 1; in record_arm_to_thumb_glue()
5852 return myh; in record_arm_to_thumb_glue()
5863 struct elf_link_hash_entry *myh; in record_arm_bx_glue() local
5892 myh = elf_link_hash_lookup in record_arm_bx_glue()
5895 BFD_ASSERT (myh == NULL); in record_arm_bx_glue()
5903 myh = (struct elf_link_hash_entry *) bh; in record_arm_bx_glue()
5904 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in record_arm_bx_glue()
5905 myh->forced_local = 1; in record_arm_bx_glue()
5960 struct elf_link_hash_entry *myh; in record_vfp11_erratum_veneer() local
5985 myh = elf_link_hash_lookup in record_vfp11_erratum_veneer()
5988 BFD_ASSERT (myh == NULL); in record_vfp11_erratum_veneer()
5996 myh = (struct elf_link_hash_entry *) bh; in record_vfp11_erratum_veneer()
5997 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in record_vfp11_erratum_veneer()
5998 myh->forced_local = 1; in record_vfp11_erratum_veneer()
6018 myh = elf_link_hash_lookup in record_vfp11_erratum_veneer()
6021 if (myh != NULL) in record_vfp11_erratum_veneer()
6029 myh = (struct elf_link_hash_entry *) bh; in record_vfp11_erratum_veneer()
6030 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in record_vfp11_erratum_veneer()
6031 myh->forced_local = 1; in record_vfp11_erratum_veneer()
6047 myh = (struct elf_link_hash_entry *) bh; in record_vfp11_erratum_veneer()
6048 myh->type = ELF_ST_INFO (STB_LOCAL, STT_NOTYPE); in record_vfp11_erratum_veneer()
6049 myh->forced_local = 1; in record_vfp11_erratum_veneer()
6956 struct elf_link_hash_entry *myh; in bfd_elf32_arm_vfp11_fix_veneer_locations() local
6967 myh = elf_link_hash_lookup in bfd_elf32_arm_vfp11_fix_veneer_locations()
6970 if (myh == NULL) in bfd_elf32_arm_vfp11_fix_veneer_locations()
6974 vma = myh->root.u.def.section->output_section->vma in bfd_elf32_arm_vfp11_fix_veneer_locations()
6975 + myh->root.u.def.section->output_offset in bfd_elf32_arm_vfp11_fix_veneer_locations()
6976 + myh->root.u.def.value; in bfd_elf32_arm_vfp11_fix_veneer_locations()
6987 myh = elf_link_hash_lookup in bfd_elf32_arm_vfp11_fix_veneer_locations()
6990 if (myh == NULL) in bfd_elf32_arm_vfp11_fix_veneer_locations()
6994 vma = myh->root.u.def.section->output_section->vma in bfd_elf32_arm_vfp11_fix_veneer_locations()
6995 + myh->root.u.def.section->output_offset in bfd_elf32_arm_vfp11_fix_veneer_locations()
6996 + myh->root.u.def.value; in bfd_elf32_arm_vfp11_fix_veneer_locations()
7098 struct elf_link_hash_entry * myh; in elf32_thumb_to_arm_stub() local
7101 myh = find_thumb_glue (info, name, error_message); in elf32_thumb_to_arm_stub()
7102 if (myh == NULL) in elf32_thumb_to_arm_stub()
7109 my_offset = myh->root.u.def.value; in elf32_thumb_to_arm_stub()
7133 myh->root.u.def.value = my_offset; in elf32_thumb_to_arm_stub()
7195 struct elf_link_hash_entry * myh; in elf32_arm_create_thumb_stub() local
7198 myh = find_arm_glue (info, name, error_message); in elf32_arm_create_thumb_stub()
7199 if (myh == NULL) in elf32_arm_create_thumb_stub()
7206 my_offset = myh->root.u.def.value; in elf32_arm_create_thumb_stub()
7221 myh->root.u.def.value = my_offset; in elf32_arm_create_thumb_stub()
7272 return myh; in elf32_arm_create_thumb_stub()
7294 struct elf_link_hash_entry * myh; in elf32_arm_to_thumb_stub() local
7307 myh = elf32_arm_create_thumb_stub (info, name, input_bfd, output_bfd, in elf32_arm_to_thumb_stub()
7309 if (!myh) in elf32_arm_to_thumb_stub()
7312 my_offset = myh->root.u.def.value; in elf32_arm_to_thumb_stub()
7339 struct elf_link_hash_entry * myh; in elf32_arm_to_thumb_export_stub() local
7368 myh = elf32_arm_create_thumb_stub (info, h->root.root.string, in elf32_arm_to_thumb_export_stub()
7372 BFD_ASSERT (myh); in elf32_arm_to_thumb_export_stub()
13564 struct elf_link_hash_entry * myh; in allocate_dynrelocs_for_symbol() local
13576 myh = (struct elf_link_hash_entry *) bh; in allocate_dynrelocs_for_symbol()
13577 myh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in allocate_dynrelocs_for_symbol()
13578 myh->forced_local = 1; in allocate_dynrelocs_for_symbol()
13579 myh->target_internal = ST_BRANCH_TO_THUMB; in allocate_dynrelocs_for_symbol()
13580 eh->export_glue = myh; in allocate_dynrelocs_for_symbol()