Home | History | Annotate | Download | only in bfd

Lines Matching refs:GOT_TLS_IE

2415     GOT_UNKNOWN = 0, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE, GOT_FUNCDESC
3078 else if (got_type == GOT_TLS_IE && !h->def_dynamic && !info->shared)
3083 || got_type == GOT_TLS_IE)
4099 && (sh_elf_hash_entry (h)->got_type == GOT_TLS_IE
5096 if (r_type == R_SH_TLS_GD_32 && got_type == GOT_TLS_IE)
6185 got_type = GOT_TLS_IE;
6254 && (old_got_type != GOT_TLS_GD || got_type != GOT_TLS_IE))
6256 if (old_got_type == GOT_TLS_IE && got_type == GOT_TLS_GD)
6257 got_type = GOT_TLS_IE;
6900 && sh_elf_hash_entry (h)->got_type != GOT_TLS_IE