Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-mips.c1633 struct elf_link_hash_entry *elfh; in mips_elf_create_stub_symbol() local
1651 elfh = (struct elf_link_hash_entry *) bh; in mips_elf_create_stub_symbol()
1652 elfh->type = ELF_ST_INFO (STB_LOCAL, STT_FUNC); in mips_elf_create_stub_symbol()
1653 elfh->size = size; in mips_elf_create_stub_symbol()
1654 elfh->forced_local = 1; in mips_elf_create_stub_symbol()
1656 elfh->other = ELF_ST_SET_MICROMIPS (elfh->other); in mips_elf_create_stub_symbol()
1670 struct elf_link_hash_entry *elfh; in mips_elf_create_shadow_symbol() local
1693 elfh = (struct elf_link_hash_entry *) bh; in mips_elf_create_shadow_symbol()
1694 elfh->type = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (h->root.type)); in mips_elf_create_shadow_symbol()
1695 elfh->other = h->root.other; in mips_elf_create_shadow_symbol()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfxx-mips.c1669 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()
[all …]