Lines Matching refs:elfh
1669 struct elf_link_hash_entry *elfh; in mips_elf_create_stub_symbol() local
1687 elfh = (struct elf_link_hash_entry *) bh; in mips_elf_create_stub_symbol()
1688 elfh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in mips_elf_create_stub_symbol()
1689 elfh->size = size; in mips_elf_create_stub_symbol()
1690 elfh->forced_local = 1; in mips_elf_create_stub_symbol()
1692 elfh->other = ELF_ST_SET_MICROMIPS (elfh->other); in mips_elf_create_stub_symbol()
1706 struct elf_link_hash_entry *elfh; in mips_elf_create_shadow_symbol() local
1729 elfh = (struct elf_link_hash_entry *) bh; in mips_elf_create_shadow_symbol()
1730 elfh->type = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (h->root.type)); in mips_elf_create_shadow_symbol()
1731 elfh->other = h->root.other; in mips_elf_create_shadow_symbol()
1732 elfh->size = h->root.size; in mips_elf_create_shadow_symbol()
1733 elfh->forced_local = 1; in mips_elf_create_shadow_symbol()