Home | History | Annotate | Download | only in bfd

Lines Matching defs:sh_elf_hash_entry

2123 #define sh_elf_hash_entry(ent) ((struct elf_sh_link_hash_entry *)(ent))
2724 enum got_type got_type = sh_elf_hash_entry (h)->got_type;
3666 && (sh_elf_hash_entry (h)->got_type == GOT_TLS_IE
3667 || sh_elf_hash_entry (h)->got_type == GOT_TLS_GD)))
4076 && sh_elf_hash_entry (h)->got_type == GOT_NORMAL
4327 offset = sh_elf_hash_entry (h)->funcdesc.offset;
4334 sh_elf_hash_entry (h)->funcdesc.offset |= 1;
4483 offset = sh_elf_hash_entry (h)->funcdesc.offset;
4490 sh_elf_hash_entry (h)->funcdesc.offset |= 1;
4557 got_type = sh_elf_hash_entry (h)->got_type;
5456 old_got_type = sh_elf_hash_entry (h)->got_type;
5517 sh_elf_hash_entry (h)->got_type = got_type;
5567 sh_elf_hash_entry (h)->funcdesc.refcount++;
5569 sh_elf_hash_entry (h)->abs_funcdesc_refcount++;
5573 old_got_type = sh_elf_hash_entry (h)->got_type;
6158 && sh_elf_hash_entry (h)->got_type != GOT_TLS_GD
6159 && sh_elf_hash_entry (h)->got_type != GOT_TLS_IE
6160 && sh_elf_hash_entry (h)->got_type != GOT_FUNCDESC)