Searched refs:elfh (Results 1 – 1 of 1) sorted by relevance
1582 struct elf_link_hash_entry *elfh; in mips_elf_create_stub_symbol() local1600 elfh = (struct elf_link_hash_entry *) bh; in mips_elf_create_stub_symbol()1601 elfh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in mips_elf_create_stub_symbol()1602 elfh->size = size; in mips_elf_create_stub_symbol()1603 elfh->forced_local = 1; in mips_elf_create_stub_symbol()1617 struct elf_link_hash_entry *elfh; in mips_elf_create_shadow_symbol() local1640 elfh = (struct elf_link_hash_entry *) bh; in mips_elf_create_shadow_symbol()1641 elfh->type = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (h->root.type)); in mips_elf_create_shadow_symbol()1642 elfh->other = h->root.other; in mips_elf_create_shadow_symbol()1643 elfh->size = h->root.size; in mips_elf_create_shadow_symbol()[all …]