Searched refs:tls_ty (Results 1 – 1 of 1) sorted by relevance
5877 int tls_ty = 0; in ppc_elf_relocate_section() local5881 tls_ty = TLS_TLS | TLS_LD; in ppc_elf_relocate_section()5886 tls_ty = TLS_TLS | TLS_GD; in ppc_elf_relocate_section()5891 tls_ty = TLS_TLS | TLS_DTPREL; in ppc_elf_relocate_section()5896 tls_ty = TLS_TLS | TLS_TPREL; in ppc_elf_relocate_section()5910 if (tls_ty & (TLS_LD | TLS_GD)) in ppc_elf_relocate_section()5913 if (tls_ty == (TLS_TLS | TLS_GD)) in ppc_elf_relocate_section()5925 else if (tls_ty == (TLS_TLS | TLS_DTPREL)) in ppc_elf_relocate_section()5927 else if (tls_ty == (TLS_TLS | TLS_TPREL)) in ppc_elf_relocate_section()5936 if (tls_ty & (TLS_GD | TLS_DTPREL | TLS_TPREL)) in ppc_elf_relocate_section()[all …]