Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c1595 struct elf_link_hash_entry *elfh; in mips_elf_create_stub_symbol() local
1610 elfh = (struct elf_link_hash_entry *) bh; in mips_elf_create_stub_symbol()
1611 elfh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in mips_elf_create_stub_symbol()
1612 elfh->size = size; in mips_elf_create_stub_symbol()
1613 elfh->forced_local = 1; in mips_elf_create_stub_symbol()
1627 struct elf_link_hash_entry *elfh; in mips_elf_create_shadow_symbol() local
1647 elfh = (struct elf_link_hash_entry *) bh; in mips_elf_create_shadow_symbol()
1648 elfh->type = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (h->root.type)); in mips_elf_create_shadow_symbol()
1649 elfh->other = h->root.other; in mips_elf_create_shadow_symbol()
1650 elfh->size = h->root.size; in mips_elf_create_shadow_symbol()
[all …]