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)))
4075 && sh_elf_hash_entry (h)->got_type == GOT_NORMAL
4326 offset = sh_elf_hash_entry (h)->funcdesc.offset;
4333 sh_elf_hash_entry (h)->funcdesc.offset |= 1;
4482 offset = sh_elf_hash_entry (h)->funcdesc.offset;
4489 sh_elf_hash_entry (h)->funcdesc.offset |= 1;
4556 got_type = sh_elf_hash_entry (h)->got_type;
5455 old_got_type = sh_elf_hash_entry (h)->got_type;
5516 sh_elf_hash_entry (h)->got_type = got_type;
5566 sh_elf_hash_entry (h)->funcdesc.refcount++;
5568 sh_elf_hash_entry (h)->abs_funcdesc_refcount++;
5572 old_got_type = sh_elf_hash_entry (h)->got_type;
6157 && sh_elf_hash_entry (h)->got_type != GOT_TLS_GD
6158 && sh_elf_hash_entry (h)->got_type != GOT_TLS_IE
6159 && sh_elf_hash_entry (h)->got_type != GOT_FUNCDESC)