Lines Matching refs:sh_elf_hash_entry
2415 #define sh_elf_hash_entry(ent) ((struct elf_sh_link_hash_entry *)(ent)) macro
3046 enum got_type got_type = sh_elf_hash_entry (h)->got_type; in allocate_dynrelocs()
4093 && (sh_elf_hash_entry (h)->got_type == GOT_TLS_IE in sh_elf_relocate_section()
4094 || sh_elf_hash_entry (h)->got_type == GOT_TLS_GD))) in sh_elf_relocate_section()
4549 && sh_elf_hash_entry (h)->got_type == GOT_NORMAL in sh_elf_relocate_section()
4851 offset = sh_elf_hash_entry (h)->funcdesc.offset; in sh_elf_relocate_section()
4858 sh_elf_hash_entry (h)->funcdesc.offset |= 1; in sh_elf_relocate_section()
5009 offset = sh_elf_hash_entry (h)->funcdesc.offset; in sh_elf_relocate_section()
5016 sh_elf_hash_entry (h)->funcdesc.offset |= 1; in sh_elf_relocate_section()
5083 got_type = sh_elf_hash_entry (h)->got_type; in sh_elf_relocate_section()
5794 sh_elf_hash_entry (h)->abs_funcdesc_refcount -= 1; in sh_elf_gc_sweep_hook()
5803 sh_elf_hash_entry (h)->funcdesc.refcount -= 1; in sh_elf_gc_sweep_hook()
6200 old_got_type = sh_elf_hash_entry (h)->got_type; in sh_elf_check_relocs()
6275 sh_elf_hash_entry (h)->got_type = got_type; in sh_elf_check_relocs()
6329 sh_elf_hash_entry (h)->funcdesc.refcount++; in sh_elf_check_relocs()
6331 sh_elf_hash_entry (h)->abs_funcdesc_refcount++; in sh_elf_check_relocs()
6335 old_got_type = sh_elf_hash_entry (h)->got_type; in sh_elf_check_relocs()
6893 && sh_elf_hash_entry (h)->got_type != GOT_TLS_GD in sh_elf_finish_dynamic_symbol()
6894 && sh_elf_hash_entry (h)->got_type != GOT_TLS_IE in sh_elf_finish_dynamic_symbol()
6895 && sh_elf_hash_entry (h)->got_type != GOT_FUNCDESC) in sh_elf_finish_dynamic_symbol()