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))
2723 enum got_type got_type = sh_elf_hash_entry (h)->got_type;
3663 && (sh_elf_hash_entry (h)->got_type == GOT_TLS_IE
3664 || sh_elf_hash_entry (h)->got_type == GOT_TLS_GD)))
4072 && sh_elf_hash_entry (h)->got_type == GOT_NORMAL
4323 offset = sh_elf_hash_entry (h)->funcdesc.offset;
4330 sh_elf_hash_entry (h)->funcdesc.offset |= 1;
4479 offset = sh_elf_hash_entry (h)->funcdesc.offset;
4486 sh_elf_hash_entry (h)->funcdesc.offset |= 1;
4553 got_type = sh_elf_hash_entry (h)->got_type;
5452 old_got_type = sh_elf_hash_entry (h)->got_type;
5513 sh_elf_hash_entry (h)->got_type = got_type;
5563 sh_elf_hash_entry (h)->funcdesc.refcount++;
5565 sh_elf_hash_entry (h)->abs_funcdesc_refcount++;
5569 old_got_type = sh_elf_hash_entry (h)->got_type;
6154 && sh_elf_hash_entry (h)->got_type != GOT_TLS_GD
6155 && sh_elf_hash_entry (h)->got_type != GOT_TLS_IE
6156 && sh_elf_hash_entry (h)->got_type != GOT_FUNCDESC)