Lines Matching refs:tls_ty
5877 int tls_ty = 0; in ppc_elf_relocate_section() local
5881 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()
5951 if (tls_ty == (TLS_TLS | TLS_LD)) in ppc_elf_relocate_section()
5953 else if (tls_ty != 0) in ppc_elf_relocate_section()
5956 if (tls_ty == (TLS_TLS | TLS_TPREL)) in ppc_elf_relocate_section()
5959 if (tls_ty == (TLS_TLS | TLS_GD)) in ppc_elf_relocate_section()
5971 if (tls_ty & (TLS_LD | TLS_GD)) in ppc_elf_relocate_section()