Home
last modified time | relevance | path

Searched refs:TLS_GD (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-ppc.c2432 #define TLS_GD 1 /* GD reloc. */ macro
3204 tls_type = TLS_TLS | TLS_GD; in ppc_elf_check_relocs()
4220 tls_clear = TLS_GD; in ppc_elf_tls_optimize()
5011 if ((*lgot_masks & TLS_GD) != 0) in ppc_elf_size_dynamic_sections()
6216 tls_type = TLS_TLS | TLS_GD; in ppc_elf_relocate_section()
6316 else if ((tls_m & TLS_GD) != 0) in ppc_elf_relocate_section()
6318 tls_ty = TLS_TLS | TLS_GD; in ppc_elf_relocate_section()
6319 tls_m &= ~TLS_GD; in ppc_elf_relocate_section()
6342 if (tls_ty & (TLS_LD | TLS_GD)) in ppc_elf_relocate_section()
6403 if (tls_ty & (TLS_LD | TLS_GD)) in ppc_elf_relocate_section()
[all …]
H A Delf64-ppc.c3424 #define TLS_GD 1 /* GD reloc. */ macro
4590 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_check_relocs()
5404 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_gc_sweep_hook()
7022 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()
7023 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_tls_optimize()
7113 tls_clear = TLS_GD; in ppc64_elf_tls_optimize()
7800 && (gent->tls_type & TLS_GD) != 0) in allocate_dynrelocs()
10583 if ((tls_mask & TLS_GD) == 0) in ppc64_elf_relocate_section()
10845 tls_type = TLS_TLS | TLS_GD; in ppc64_elf_relocate_section()
10960 if (tls_type == (TLS_TLS | TLS_GD)) in ppc64_elf_relocate_section()
[all …]
H A DChangeLog-02034286 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
4464 (TLS_GD): ..define this instead and update all uses.